@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1560px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
/*
@import url("https://hello.myfonts.net/count/3ccb58");
*/
@font-face {
  font-family: 'Adobe Devanagari';
  src: url('../fonts/AdobeDevanagari-Regular.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe Devanagari';
  src: url('../fonts/AdobeDevanagari-Bold.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe Devanagari';
  src: url('../fonts/AdobeDevanagari-Italic.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Adobe Devanagari';
  src: url('../fonts/AdobeDevanagari-BoldItalic.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_thin.otf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_thin_it.otf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_light.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_light_it.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_reg.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_reg_it.otf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_med.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_med_it.otf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_bld.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_bld_it.otf');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_blk.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon_blk_it.otf');
  font-weight: 700;
  font-style: italic;
}
.page-width {
  width: 100%;
  max-width: 1728px;
  margin: auto;
  overflow: hidden;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .page-width {
    padding: 0 32px;
  }
}
.page-width-small {
  max-width: 1078px;
}
.page-width-medium {
  max-width: 1444px;
}
@media only screen and (max-width: 991px) {
  .page-width--mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section {
  max-width: 100vw;
  overflow: hidden;
}
.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  height: 55px;
}
@media only screen and (min-width: 768px) {
  .select {
    min-width: 266px;
    height: 58px;
  }
}
.select:after {
  grid-area: select;
  justify-self: end;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
  margin: 0;
  height: 55px;
  width: 100%;
  outline: none;
  grid-area: select;
  padding: 16px 12px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 23px;
  color: #5D6932;
  font-family: "Brandon Grotesque", sans-serif;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .select select {
    height: 58px;
    font-size: 18px;
    line-height: 26px;
  }
}
.select select::-ms-expand {
  display: none;
}
.select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: none;
}
.select .icon {
  position: absolute;
  top: 50%;
  right: 14.5px;
  width: 11px;
  height: auto;
  cursor: pointer;
  transform: translateY(-50%);
}
.input,
.wpcf7-form-control-wrap {
  position: relative;
  height: 55px;
}
@media only screen and (min-width: 768px) {
  .input,
  .wpcf7-form-control-wrap {
    height: 58px;
  }
}
.input input[type="tel"],
.wpcf7-form-control-wrap input[type="tel"],
.input input[type="number"],
.wpcf7-form-control-wrap input[type="number"],
.input input[type="email"],
.wpcf7-form-control-wrap input[type="email"],
.input input[type="text"],
.wpcf7-form-control-wrap input[type="text"] {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: #5D6932;
  height: 55px;
  padding: 16px 12px;
  width: 306px;
}
.input input[type="tel"]::-moz-selection, .wpcf7-form-control-wrap input[type="tel"]::-moz-selection, .input input[type="number"]::-moz-selection, .wpcf7-form-control-wrap input[type="number"]::-moz-selection, .input input[type="email"]::-moz-selection, .wpcf7-form-control-wrap input[type="email"]::-moz-selection, .input input[type="text"]::-moz-selection, .wpcf7-form-control-wrap input[type="text"]::-moz-selection {
  background: #5D6932;
}
.input input[type="tel"]::selection,
.wpcf7-form-control-wrap input[type="tel"]::selection,
.input input[type="number"]::selection,
.wpcf7-form-control-wrap input[type="number"]::selection,
.input input[type="email"]::selection,
.wpcf7-form-control-wrap input[type="email"]::selection,
.input input[type="text"]::selection,
.wpcf7-form-control-wrap input[type="text"]::selection {
  background: #5D6932;
}
@media only screen and (min-width: 768px) {
  .input input[type="tel"],
  .wpcf7-form-control-wrap input[type="tel"],
  .input input[type="number"],
  .wpcf7-form-control-wrap input[type="number"],
  .input input[type="email"],
  .wpcf7-form-control-wrap input[type="email"],
  .input input[type="text"],
  .wpcf7-form-control-wrap input[type="text"] {
    font-size: 18px;
    line-height: 26px;
    height: 58px;
  }
}
.input input[type="submit"],
.wpcf7-form-control-wrap input[type="submit"] {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #000;
  padding: 16px 24px;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 78px;
}
@media only screen and (min-width: 768px) {
  .input input[type="submit"],
  .wpcf7-form-control-wrap input[type="submit"] {
    font-size: 18px;
    line-height: 26px;
    height: 58px;
  }
}
.btn {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #000000;
  font-family: "Brandon Grotesque", sans-serif;
  border: 2px solid #000000;
  padding: 16px 24px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: auto;
  transition: background-color 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
    line-height: 18px;
    height: 58px;
  }
}
.btn:hover {
  color: #000;
  background-color: #fff;
}
.btn.btn-light {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn-light:hover {
  color: #ffffff;
  background-color: #000000;
}
.icon {
  width: 16px;
  height: 16px;
}
.icon svg {
  height: 100%;
  width: 100%;
}
.video iframe {
  height: 100%;
  width: 100%;
}
.menu-social ul {
  display: flex;
}
.menu-social ul li:first-child a {
  margin-left: 0;
}
.menu-social ul li:last-child a {
  margin-right: 0;
}
.menu-social ul li a {
  height: 18px;
  width: 18px;
  margin: 0 12px;
  display: block;
}
.menu-social ul li a .icon,
.menu-social ul li a svg {
  height: 100%;
  width: 100%;
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-posts {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .blog-posts {
    margin-top: 48px;
    display: grid;
    gap: 32px;
    row-gap: 48px;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 24px), 1fr));
  }
}
.blog-posts .card-post {
  background-color: #fff;
  border: 1px solid #F3F4F4;
}
@media only screen and (max-width: 767px) {
  .blog-posts .card-post {
    margin-bottom: 24px;
  }
}
.blog-posts .card-post .image {
  height: 180px;
}
.blog-posts .card-post .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-posts .card-post .content {
  padding: 16px;
  padding-top: 31px;
  padding-bottom: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: calc(100% - 180px);
  position: relative;
}
.blog-posts .card-post .content .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 15px;
}
.blog-posts .card-post .content .excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.blog-posts .card-post .content .btn {
  height: 50px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pagination-container .page-numbers {
  height: 40px;
  width: 40px;
  border: 1px solid #5D6932;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #5D6932;
  margin-right: 16px;
  font-family: "Brandon Grotesque", sans-serif;
}
.pagination-container .page-numbers.current {
  background-color: #5D6932;
  color: #fff;
}
.pagination-container .page-numbers.next,
.pagination-container .page-numbers.prev {
  width: auto;
  padding: 0 12px;
  background-color: #000;
  color: #fff;
}
.time-to-read {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 17.5px 0;
}
.time-to-read .icon {
  height: 17px;
}
.time-to-read span {
  margin-top: 2px;
  margin-left: 8px;
}
.surtitle {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #5D6932;
  margin-bottom: 8px;
}
.find-an-agent-container {
  display: flex;
  margin-top: 120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container {
    flex-direction: column;
  }
}
.find-an-agent-container .find-agent-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-an-agent-container .wrapper {
  padding: 43.5px 24px;
  background-color: #F3F4F4;
}
@media only screen and (min-width: 768px) {
  .find-an-agent-container .wrapper {
    flex-basis: 33.33%;
  }
}
.find-an-agent-container .wrapper.find-an-agent {
  background-color: #F7F6F0;
  align-items: flex-start;
}
.find-an-agent-container .wrapper.find-an-agent .btn {
  margin-left: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper.find-an-agent .btn {
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.find-an-agent-container .wrapper .find-an-agent__form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.find-an-agent-container .wrapper.join-our-team {
  background-color: #F3F4F4;
}
.find-an-agent-container .wrapper.join-our-team .content {
  justify-content: flex-start;
  align-items: flex-start;
}
.find-an-agent-container .wrapper.join-our-team .content .btn {
  width: auto;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .find-an-agent-container .wrapper.join-our-team .content .btn {
    position: static !important;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper.join-our-team .content .btn {
    width: 100%;
  }
}
.find-an-agent-container .wrapper .content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.find-an-agent-container .wrapper .content .title {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .find-an-agent-container .wrapper .content .title {
    font-size: 36px;
  }
}
.find-an-agent-container .wrapper .content .subtitle {
  flex-basis: 100%;
  margin-bottom: 24px;
}
.find-an-agent-container .wrapper .content .subtitle p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .find-an-agent-container .wrapper .content .subtitle p {
    font-size: 18px;
  }
}
.find-an-agent-container .wrapper .content .select {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .find-an-agent-container .wrapper .content .select {
    min-width: 232px;
  }
}
.find-an-agent-container .wrapper .content .find-dream-home-container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper .content .find-dream-home-container .search-container {
    flex-wrap: wrap;
  }
}
.find-an-agent-container .wrapper .content .find-dream-home-container .search-container .select {
  min-width: auto;
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper .content .find-dream-home-container .search-container .select {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper .content .find-dream-home-container .search-container .input {
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 768px) {
  .find-an-agent-container .wrapper .content .find-dream-home-container .search-container .input {
    min-width: 237px;
  }
}
@media only screen and (max-width: 767px) {
  .find-an-agent-container .wrapper .content .find-dream-home-container .search-container .btn {
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.search-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-container {
    max-width: 469px;
  }
}
.search-container form {
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
  height: 56px;
  overflow: hidden;
}
.search-container form input {
  height: 100%;
  width: 100%;
  padding: 0 48px 0 16px;
  font-size: 18px;
  color: #7C7C7C;
}
.search-container form input.hidden {
  display: none !important;
}
.search-container form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48px;
  background-color: #fff;
  cursor: pointer;
}
.search-container form button .icon {
  height: 32px;
  width: 32px;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center !important;
}
#wpadminbar {
  overflow: hidden;
}
#wpadminbar.fixed {
  position: fixed;
}
html,
body {
  overflow-x: hidden;
}
html.blocked,
body.blocked,
html.blocked-popup,
body.blocked-popup {
  overflow: hidden;
}
body {
  background-color: #ffffff;
  font-family: "Adobe Devanagari", serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body.overlay-open {
  overflow-y: hidden;
  position: fixed;
}
body.overlay-open:after {
  height: 100vh;
  width: 100vw;
  display: inline-block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder {
  opacity: 1;
}
input::placeholder {
  opacity: 1;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: #00bfb3;
  color: #ffffff;
}
::selection {
  background: #00bfb3;
  color: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
main {
  display: block;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 20px;
  }
}
h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}
h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 110%;
  }
}
h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 110%;
  }
}
h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
    line-height: 110%;
  }
}
em {
  font-style: italic;
}
header.header {
  background-color: #fff;
}
header.header .page-width {
  overflow: visible;
}
header.header .page-width .wrapper {
  height: 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header.header .page-width .wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  header.header .page-width .wrapper {
    height: 112px;
  }
}
header.header .page-width .wrapper .logo {
  width: 165px;
  height: 37px;
}
@media only screen and (min-width: 768px) {
  header.header .page-width .wrapper .logo {
    margin-left: 45px;
  }
}
header.header .page-width .wrapper .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.header .page-width .wrapper .menu ul {
  display: flex;
}
header.header .page-width .wrapper .mobile-menu-button {
  height: 32px;
  width: 32px;
  padding: 8px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: calc(50% - 16px);
  left: 8px;
  cursor: pointer;
}
header.header .page-width .wrapper .mobile-menu-button span {
  height: 2px;
  width: 100%;
  background-color: #5D6932;
  border-radius: 5px;
}
header.header .page-width .wrapper .menu-main.menu-mobile {
  width: 100%;
  max-width: 80vw;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s;
  padding-bottom: 70px;
}
header.header .page-width .wrapper .menu-main.menu-mobile .menu-mobile-scrollable {
  padding-left: 24px;
  padding-top: 64px;
  height: 100%;
  overflow-x: scroll;
}
header.header .page-width .wrapper .menu-main.menu-mobile #close-mobile-menu {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 21px;
}
header.header .page-width .wrapper .menu-main.menu-mobile:not(.overlay-active) {
  display: none;
  opacity: 0;
  max-width: 0;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul {
  display: flex;
  flex-direction: column;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu {
  position: relative;
  height: 100%;
  max-height: 0;
  transition: max-height, opacity 0.3s;
  overflow: hidden;
  padding: 0;
  z-index: 999;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu li:hover {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu li:hover a {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu li:last-child a {
  margin-bottom: 0;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu li a {
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul.sub-menu li a:hover {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li {
  overflow: hidden;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li:not(:last-child) {
  margin-bottom: 24px;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children.active ul {
  max-height: 1000px;
  padding: 21px 16px 0 12px;
  opacity: 1;
  visibility: visible;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children.active:after {
  transform: rotate(180deg);
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children:after {
  position: absolute;
  right: 26.5px;
  top: 10.5px;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children:hover:not(.active) .sub-menu {
  opacity: 0;
  visibility: hidden;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li.menu-item-has-children:hover:not(.active):after {
  transform: none;
}
header.header .page-width .wrapper .menu-main.menu-mobile ul li a {
  margin: 0;
  display: inline-block;
  width: 100%;
}
header.header .page-width .wrapper .menu-main.menu-mobile .menu-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 28px;
  background-color: #fff;
}
header.header .page-width .wrapper .menu-main.menu-mobile .menu-social ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  justify-content: flex-start;
}
header.header .page-width .wrapper .menu-main.menu-mobile .menu-social ul li {
  height: 18px;
  width: 18px;
  margin-right: 24px;
}
header.header .page-width .wrapper .menu-main.menu-mobile .menu-social ul li a,
header.header .page-width .wrapper .menu-main.menu-mobile .menu-social ul li .icon {
  height: 100%;
  width: 100%;
}
header.header .page-width .wrapper .menu-main ul li {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
header.header .page-width .wrapper .menu-main ul li:nth-child(1) a,
header.header .page-width .wrapper .menu-main ul li:nth-child(2) a,
header.header .page-width .wrapper .menu-main ul li:nth-child(3) a {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main ul li:first-child a {
  margin-left: 0;
}
header.header .page-width .wrapper .menu-main ul li:last-child a {
  margin-right: 0;
}
header.header .page-width .wrapper .menu-main ul li.menu-item-has-children {
  position: relative;
}
header.header .page-width .wrapper .menu-main ul li.menu-item-has-children:after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 11px;
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
header.header .page-width .wrapper .menu-main ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header.header .page-width .wrapper .menu-main ul li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
header.header .page-width .wrapper .menu-main ul li a {
  font-family: "Adobe Devanagari", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #5D6932;
  margin: 0 28px;
}
header.header .page-width .wrapper .menu-main ul li a[href="#"] {
  cursor: default;
}
header.header .page-width .wrapper .menu-main ul li a:hover {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main ul li.current-menu-item a {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 16px;
  padding-top: 21px;
  transition: all 0.3s;
  z-index: 999;
}
header.header .page-width .wrapper .menu-main ul.sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
header.header .page-width .wrapper .menu-main ul.sub-menu li:hover a {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main ul.sub-menu li a {
  margin: 0;
  font-weight: 400;
}
header.header .page-width .wrapper .menu-main ul.sub-menu li a:hover {
  font-weight: 700;
}
header.header .page-width .wrapper .menu-main ul.sub-menu li.current-menu-item a {
  font-weight: 700;
}
footer.footer {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width {
    padding: 0 16px;
  }
}
footer.footer .page-width .footer-widgets {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  footer.footer .page-width .footer-widgets {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets {
    justify-content: space-between;
    gap: 30px;
    padding-left: 35px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets {
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 0;
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget {
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
  }
  footer.footer .page-width .footer-widgets .footer-widget:not(.footer-1) {
    border-bottom: 1px solid #272727;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget {
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 {
    max-width: 704px;
    min-width: 380px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 {
    min-width: unset;
  }
}
footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu {
    display: block;
  }
}
footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 32px;
  }
}
footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:first-child,
footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:nth-child(3n) {
  flex-basis: 55%;
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:first-child,
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:nth-child(3n) {
    flex-basis: 70%;
  }
}
footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:nth-child(2n) {
  flex-basis: 45%;
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-2 .menu .menu-item:nth-child(2n) {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 {
    padding: 32px 0;
  }
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 .footer-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 div {
    flex-basis: 50%;
  }
}
footer.footer .page-width .footer-widgets .footer-widget.footer-3 div a {
  display: block;
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 div a:last-child {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-3 div a {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-4 {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer.footer .page-width .footer-widgets .footer-widget.footer-4 p {
    display: none;
  }
  footer.footer .page-width .footer-widgets .footer-widget.footer-4 ul {
    flex-basis: 50%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets .footer-widget.footer-4 {
    padding-left: 0;
  }
}
footer.footer .page-width .footer-widgets .footer-widget .footer-logo {
  width: 100%;
  max-width: 177px;
  height: auto;
  margin: auto;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  footer.footer .page-width .footer-widgets .footer-widget .footer-logo {
    margin-bottom: 41px;
    margin-right: 185px;
    max-width: 209px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer.footer .page-width .footer-widgets .footer-widget .footer-logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer .page-width .footer-widgets .footer-widget .menu-social .icon {
    height: 20px;
    width: 20px;
  }
}
footer.footer .page-width .footer-widgets .footer-widget .menu-social .icon svg path {
  fill: #fff;
}
.archive.tax-locations .agents-header,
.post-type-archive-agents .agents-header {
  padding-top: 32px;
  padding-bottom: 64px;
  background-color: #F7F6F0;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .agents-header,
  .post-type-archive-agents .agents-header {
    padding-top: 80px;
    padding-bottom: 136px;
  }
}
.archive.tax-locations .agents-header .page-width .wrapper,
.post-type-archive-agents .agents-header .page-width .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.archive.tax-locations .agents-header .page-width .wrapper .title,
.post-type-archive-agents .agents-header .page-width .wrapper .title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #5D6932;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .agents-header .page-width .wrapper .title,
  .post-type-archive-agents .agents-header .page-width .wrapper .title {
    font-size: 64px;
  }
}
.archive.tax-locations .agents-header .page-width .wrapper .subtitle,
.post-type-archive-agents .agents-header .page-width .wrapper .subtitle {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #5D6932;
  margin-bottom: 16px;
}
.archive.tax-locations .page-width.agents,
.post-type-archive-agents .page-width.agents {
  margin-top: -26px;
  max-width: 1444px;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents,
  .post-type-archive-agents .page-width.agents {
    margin-top: -58px;
  }
}
.archive.tax-locations .page-width.agents .agents-list,
.post-type-archive-agents .page-width.agents .agents-list {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 24px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list,
  .post-type-archive-agents .page-width.agents .agents-list {
    grid-template-columns: auto auto auto;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 56px;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .archive.tax-locations .page-width.agents .agents-list,
  .post-type-archive-agents .page-width.agents .agents-list {
    grid-template-columns: auto auto auto auto;
  }
}
@media only screen and (min-width: 1200px) {
  .archive.tax-locations .page-width.agents .agents-list,
  .post-type-archive-agents .page-width.agents .agents-list {
    grid-template-columns: auto auto auto auto auto;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent,
.post-type-archive-agents .page-width.agents .agents-list .card-agent {
  max-width: calc(100% - 12px);
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list .card-agent,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent {
    max-width: 251px;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .image,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .image {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 16px;
  height: 163px;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list .card-agent .image,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent .image {
    height: 251px;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .image img,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.archive.tax-locations .page-width.agents .agents-list .card-agent h4,
.post-type-archive-agents .page-width.agents .agents-list .card-agent h4 {
  margin-bottom: 8px;
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .excerpt,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .excerpt {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 110%;
  color: #151515;
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .location,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .location {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 12px;
  font-family: "Brandon Grotesque", sans-serif;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list .card-agent .location,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent .location {
    margin-bottom: 8px;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .phone,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .phone,
.archive.tax-locations .page-width.agents .agents-list .card-agent .email,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .email,
.archive.tax-locations .page-width.agents .agents-list .card-agent .view-more,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .view-more {
  width: 100%;
  display: block;
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .phone,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .phone,
.archive.tax-locations .page-width.agents .agents-list .card-agent .email,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .email {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  font-family: "Brandon Grotesque", sans-serif;
  color: #5D6932;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list .card-agent .phone,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent .phone,
  .archive.tax-locations .page-width.agents .agents-list .card-agent .email,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent .email {
    margin-bottom: 9px;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .phone .icon,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .phone .icon,
.archive.tax-locations .page-width.agents .agents-list .card-agent .email .icon,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .email .icon {
  margin-right: 4px;
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .email,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .email {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .archive.tax-locations .page-width.agents .agents-list .card-agent .email,
  .post-type-archive-agents .page-width.agents .agents-list .card-agent .email {
    margin-bottom: 17px;
  }
}
.archive.tax-locations .page-width.agents .agents-list .card-agent .view-more,
.post-type-archive-agents .page-width.agents .agents-list .card-agent .view-more {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  color: #000000;
}
.archive.tax-locations .page-width.agents .find-an-agent-container,
.post-type-archive-agents .page-width.agents .find-an-agent-container {
  margin-bottom: 70px;
}
.archive.tax-locations .page-width.agents .find-an-agent-container .wrapper,
.post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper {
  flex-basis: 100%;
  width: 100%;
  padding: 24px;
  background-color: #F7F6F0;
}
@media only screen and (min-width: 992px) {
  .archive.tax-locations .page-width.agents .find-an-agent-container .wrapper,
  .post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper {
    padding: 24px 40px;
  }
}
.archive.tax-locations .page-width.agents .find-an-agent-container .wrapper .content,
.post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper .content {
  position: relative;
}
.archive.tax-locations .page-width.agents .find-an-agent-container .wrapper .content .text .title,
.post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper .content .text .title {
  font-size: 32px;
}
.archive.tax-locations .page-width.agents .find-an-agent-container .wrapper .content .text .subtitle,
.post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper .content .text .subtitle {
  margin: 0;
}
.archive.tax-locations .page-width.agents .find-an-agent-container .wrapper .content .btn,
.post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper .content .btn {
  position: absolute;
  right: 0;
  top: calc(50% - 29px);
}
@media only screen and (max-width: 991px) {
  .archive.tax-locations .page-width.agents .find-an-agent-container .wrapper .content .btn,
  .post-type-archive-agents .page-width.agents .find-an-agent-container .wrapper .content .btn {
    position: static;
    width: auto;
  }
}
.single-agents .agent-header {
  padding-top: 32px;
  padding-bottom: 88px;
  background-color: #F7F6F0;
}
@media only screen and (min-width: 768px) {
  .single-agents .agent-header {
    padding-top: 85px;
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .single-agents .agent-header .page-width .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.single-agents .agent-header .page-width .wrapper .content {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-agents .agent-header .page-width .wrapper .content {
    margin-left: 422px;
    margin-right: 62px;
    max-width: 648px;
  }
}
.single-agents .agent-header .page-width .wrapper .content .title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  color: #5D6932;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-agents .agent-header .page-width .wrapper .content .title {
    font-size: 64px;
  }
}
.single-agents .agent-header .page-width .wrapper .content .location {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  text-align: center;
}
.single-agents .agent-header .page-width .wrapper .btn-container {
  display: flex;
}
.single-agents .agent-header .page-width .wrapper .btn-container .btn {
  margin-right: 16px;
}
.single-agents .main > .page-width {
  overflow: visible;
}
.single-agents .main > .page-width .single-agent-content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-agents .main > .page-width .single-agent-content {
    flex-direction: column;
  }
}
.single-agents .main > .page-width .single-agent-content .left {
  z-index: 1;
  margin-top: -56px;
}
@media only screen and (min-width: 768px) {
  .single-agents .main > .page-width .single-agent-content .left {
    max-width: 389px;
    margin-top: -184px;
    margin-right: 33px;
  }
}
.single-agents .main > .page-width .single-agent-content .left .image {
  width: 100%;
  height: auto;
}
.single-agents .main > .page-width .single-agent-content .left .image img {
  width: 100%;
  height: auto;
}
.single-agents .main > .page-width .single-agent-content .left .play-video-container {
  display: flex;
  width: 100%;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) {
  .single-agents .main > .page-width .single-agent-content .left .play-video-container {
    justify-content: center;
    align-items: center;
  }
}
.single-agents .main > .page-width .single-agent-content .left .play-video-container .icon-play {
  width: 41px;
  height: 41px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .single-agents .main > .page-width .single-agent-content .left .play-video-container .icon-play {
    width: 32px;
    height: 32px;
    margin-left: 24px;
  }
}
.single-agents .main > .page-width .single-agent-content .left .play-video-container span {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #5D6932;
}
.single-agents .main > .page-width .single-agent-content .left .menu-social.hide-desktop,
.single-agents .main > .page-width .single-agent-content .left a.hide-desktop {
  padding-left: 24px;
  display: flex;
  margin-top: 30px;
}
.single-agents .main > .page-width .single-agent-content .left .menu-social.hide-desktop .icon,
.single-agents .main > .page-width .single-agent-content .left a.hide-desktop .icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.single-agents .main > .page-width .single-agent-content .left a.hide-desktop {
  font-size: 20px;
  font-weight: 500;
  font-family: "Brandon Grotesque", sans-serif;
  color: #5D6932;
  display: flex;
  align-items: center;
}
.single-agents .main > .page-width .single-agent-content .left a.hide-desktop .icon {
  margin-right: 8px;
}
.single-agents .main > .page-width .single-agent-content .left .menu-social.hide-desktop {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #F7F6F0;
  margin-bottom: 40px;
}
.single-agents .main > .page-width .single-agent-content .left .menu-social.hide-desktop .icon {
  height: 18px;
  width: 18px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .single-agents .main > .page-width .single-agent-content .main {
    max-height: 500px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .single-agents .main > .page-width .single-agent-content .main.extended {
    max-height: 1000000px;
  }
  .single-agents .main > .page-width .single-agent-content .main.extended .the-content.hide-desktop .trimmed {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .single-agents .main > .page-width .single-agent-content .main.extended .the-content.hide-desktop .full {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .single-agents .main > .page-width .single-agent-content .main {
    max-width: 648px;
    padding-top: 40px;
    margin-right: 62px;
  }
}
.single-agents .main > .page-width .single-agent-content .main h2 em {
  font-style: normal;
  font-size: 28px;
  line-height: 150%;
}
.single-agents .main > .page-width .single-agent-content .main p,
.single-agents .main > .page-width .single-agent-content .main h1,
.single-agents .main > .page-width .single-agent-content .main h2,
.single-agents .main > .page-width .single-agent-content .main h3,
.single-agents .main > .page-width .single-agent-content .main h4,
.single-agents .main > .page-width .single-agent-content .main h5,
.single-agents .main > .page-width .single-agent-content .main h6 {
  margin-bottom: 32px;
}
.single-agents .main > .page-width .single-agent-content .main .video {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.single-agents .main > .page-width .single-agent-content .main .the-content.hide-desktop .full {
  overflow: hidden;
  height: 500px;
  margin-top: 20px;
}
.single-agents .main > .page-width .single-agent-content .footer-buttons {
  margin-bottom: 32px;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .single-agents .main > .page-width .single-agent-content .footer-buttons {
    display: flex;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .single-agents .main > .page-width .single-agent-content .footer-buttons a:not(:last-child) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-agents .main > .page-width .single-agent-content .footer-buttons a {
    margin-bottom: 16px;
  }
}
.single-agents .main > .page-width .single-agent-content .right {
  padding-top: 40px;
}
.single-agents .main > .page-width .single-agent-content .right > a {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.single-agents .main > .page-width .single-agent-content .right > a .icon {
  height: 18px;
  width: 20px;
  margin-right: 8px;
}
.single-agents .main > .page-width .single-agent-content .load-more {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5D6932;
}
.single-agents .reviews {
  background-color: #F3F4F4;
}
@media only screen and (max-width: 767px) {
  .single-agents .reviews {
    padding-bottom: 46px;
  }
}
.single-agents .reviews .reviews-list {
  padding: 40px 42px;
}
@media only screen and (min-width: 768px) {
  .single-agents .reviews .reviews-list {
    display: flex;
    padding: 48px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .single-agents .reviews .reviews-list .review:not(:last-child) {
    margin-right: 128px;
  }
}
.single-agents .reviews .reviews-list .review .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-top: 32px;
}
.single-agents .reviews .reviews-list .review .name {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-top: 32px;
}
.single-agents .reviews .arrows-container {
  display: flex;
  justify-content: center;
}
.single-agents .reviews .arrows-container .slick-prev,
.single-agents .reviews .arrows-container .slick-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../images/arrow-down.svg');
  color: transparent;
  background-color: transparent;
  height: 10px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.single-agents .reviews .arrows-container .slick-prev {
  order: 1;
  transform: rotate(90deg);
}
.single-agents .reviews .arrows-container .slick-next {
  order: 3;
  transform: rotate(-90deg);
}
.single-agents .reviews .arrows-container .slick-dots {
  order: 2;
  display: flex;
  margin: 0 44px;
}
.single-agents .reviews .arrows-container .slick-dots li {
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #5D6932;
  overflow: hidden;
  margin: 0 6px;
}
.single-agents .reviews .arrows-container .slick-dots li.slick-active {
  background-color: #5D6932;
}
.single-agents .reviews .arrows-container .slick-dots li button {
  content: ' ';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
.find-dream-home-container .search-container {
  display: flex;
  margin-bottom: 38px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  color: #586A2D;
}
@media only screen and (min-width: 768px) {
  .find-dream-home-container .search-container select,
  .find-dream-home-container .search-container input {
    font-size: 18px;
  }
}
.find-dream-home-container .search-container input.hidden {
  display: none !important;
}
.find-dream-home-container .search-container .select {
  min-width: 125px;
  width: 125px;
}
.find-dream-home-container .search-container .select select {
  font-weight: 450;
}
.find-dream-home-container .search-container .input {
  width: calc(100% - 125px - 97px);
  border-left: 1px solid #5D6932;
}
.find-dream-home-container .search-container .input input {
  width: 100%;
}
.find-dream-home-container button {
  min-width: 58px;
  cursor: pointer;
}
.find-dream-home-container button .lds-dual-ring {
  display: none;
}
.find-dream-home-container button[disabled] span {
  display: none;
}
.find-dream-home-container button[disabled] .lds-dual-ring {
  display: block;
}
.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .single-post-container .page-width:first-child {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-container .page-width.main-content .wrapper > .sidebar {
    display: none;
  }
}
.single-post-container .page-width.main-content .wrapper .hide-desktop .sidebar {
  padding: 0;
}
.single-post-container .page-width.main-content .wrapper .hide-desktop .sidebar > .title {
  display: none;
}
.single-post-container .page-width.main-content .wrapper .hide-desktop .sidebar .date-container,
.single-post-container .page-width.main-content .wrapper .hide-desktop .sidebar .tag-container,
.single-post-container .page-width.main-content .wrapper .hide-desktop .sidebar .forms {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-post-container .page-width.page-width-medium {
    padding: 0;
  }
}
.single-post-container .page-width .wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .single-post-container .page-width .wrapper {
    flex-wrap: wrap;
  }
}
.single-post-container .page-width .wrapper .image {
  flex-basis: 100%;
  width: 100%;
  max-height: 542px;
}
.single-post-container .page-width .wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-container .page-width .wrapper .sidebar {
  flex-basis: 100%;
  padding-top: 40px;
  padding-left: 139px;
}
@media only screen and (min-width: 768px) {
  .single-post-container .page-width .wrapper .sidebar {
    flex-basis: 23%;
  }
}
.single-post-container .page-width .wrapper .sidebar .title {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 24px;
}
.single-post-container .page-width .wrapper .sidebar .posted-by {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.single-post-container .page-width .wrapper .sidebar .agent-container,
.single-post-container .page-width .wrapper .sidebar .date-container {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F3F4F4;
}
.single-post-container .page-width .wrapper .sidebar .agent {
  display: flex;
  margin-bottom: 12px;
}
.single-post-container .page-width .wrapper .sidebar .agent .image {
  flex-basis: 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.single-post-container .page-width .wrapper .sidebar .agent .text {
  padding-left: 8px;
}
.single-post-container .page-width .wrapper .sidebar .agent .text .name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.single-post-container .page-width .wrapper .sidebar .agent .text .label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-top: 4px;
}
.single-post-container .page-width .wrapper .sidebar .excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #151515;
  margin-bottom: 12px;
}
.single-post-container .page-width .wrapper .sidebar .menu-social .icon {
  height: 16px;
  width: 16px;
}
.single-post-container .page-width .wrapper .sidebar .date-container .date {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 24px;
}
.single-post-container .page-width .wrapper .sidebar .date-container .time-to-read {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.single-post-container .page-width .wrapper .sidebar .date-container .time-to-read .icon {
  width: 20px;
  height: 20px;
}
.single-post-container .page-width .wrapper .sidebar .tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-post-container .page-width .wrapper .sidebar .tag-container .tag {
  margin-right: 8px;
  margin-bottom: 20px;
  padding: 8px 12px;
  background-color: #F3F4F4;
  border-radius: 31px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.single-post-container .page-width .wrapper .sidebar .forms .form-signup {
  padding: 24px 16px;
  background-color: #F7F6F0;
  margin-bottom: 24px;
}
.single-post-container .page-width .wrapper .sidebar .forms .form-signup p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 16px;
}
.single-post-container .page-width .wrapper .sidebar .forms .form-signup input {
  width: 100%;
}
.single-post-container .page-width .wrapper .sidebar .forms .form-signup input[type="email"] {
  font-family: "Brandon Grotesque", sans-serif;
  height: 46px;
  padding: 10px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000;
  margin-bottom: 16px;
}
.single-post-container .page-width .wrapper .sidebar .forms .search-container {
  margin-top: 24px;
}
.single-post-container .page-width .wrapper .sidebar .forms .search-container input.hidden {
  display: none !important;
}
.single-post-container .page-width .wrapper .main {
  flex-basis: 100%;
  padding-top: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .single-post-container .page-width .wrapper .main {
    flex-basis: 77%;
    padding-left: 34px;
    padding-right: 139px;
  }
}
.single-post-container .page-width .wrapper .main p {
  margin-bottom: 32px;
}
.single-post-container .page-width .wrapper .main .title {
  width: 100%;
  background-color: #fff;
  padding: 32px 16px;
}
@media only screen and (min-width: 768px) {
  .single-post-container .page-width .wrapper .main .title {
    position: absolute;
    transform: translateY(-100%);
    padding: 40px 33px 24px;
  }
}
.single-post-container .page-width.title-container {
  overflow: visible;
}
.single-post-container .page-width.title-container .sidebar,
.single-post-container .page-width.title-container .main {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .single-post-container .page-width.title-container .sidebar {
    display: none;
  }
}
.single-post-container .section-home-recent-blog-posts {
  background-color: #F7F6F0;
  margin-top: 104px;
}
@media only screen and (min-width: 768px) {
  .single-post-container .section-home-recent-blog-posts {
    padding-top: 68px;
  }
}
.single-post-container .section-home-recent-blog-posts .page-width .wrapper {
  display: block;
}
.page-template-default main.subpage {
  margin-bottom: 127px;
}
.search-results .section-hero-blog,
.search-no-results .section-hero-blog,
.page-template-blog .section-hero-blog {
  color: #fff;
  margin-bottom: 96px;
}
.search-results .section-hero-blog .image,
.search-no-results .section-hero-blog .image,
.page-template-blog .section-hero-blog .image {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .search-results .section-hero-blog .content,
  .search-no-results .section-hero-blog .content,
  .page-template-blog .section-hero-blog .content {
    padding: 96px 141px;
  }
}
@media only screen and (max-width: 767px) {
  .search-results .section-hero-blog .content .surtitle,
  .search-no-results .section-hero-blog .content .surtitle,
  .page-template-blog .section-hero-blog .content .surtitle {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-results .section-hero-blog .content .surtitle,
  .search-no-results .section-hero-blog .content .surtitle,
  .page-template-blog .section-hero-blog .content .surtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
  }
}
.search-results .section-hero-blog .content .time-to-read,
.search-no-results .section-hero-blog .content .time-to-read,
.page-template-blog .section-hero-blog .content .time-to-read {
  color: #fff;
}
.search-results .section-hero-blog .content .time-to-read .icon svg path,
.search-no-results .section-hero-blog .content .time-to-read .icon svg path,
.page-template-blog .section-hero-blog .content .time-to-read .icon svg path {
  fill: #fff;
}
.search-results .section-hero-blog .content .text,
.search-no-results .section-hero-blog .content .text,
.page-template-blog .section-hero-blog .content .text {
  font-size: 20px;
  line-height: 150%;
  max-width: 534px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .search-results .section-hero-blog .content .text,
  .search-no-results .section-hero-blog .content .text,
  .page-template-blog .section-hero-blog .content .text {
    font-size: 20px;
    line-height: 150%;
  }
}
.search-results .section-hero-blog .content .btn,
.search-no-results .section-hero-blog .content .btn,
.page-template-blog .section-hero-blog .content .btn {
  margin-top: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .search-results .section-hero-blog .content .btn,
  .search-no-results .section-hero-blog .content .btn,
  .page-template-blog .section-hero-blog .content .btn {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .search-results .page-width-medium,
  .search-no-results .page-width-medium,
  .page-template-blog .page-width-medium {
    padding: 0 !important;
  }
}
.search-results .find-an-agent-container,
.search-no-results .find-an-agent-container,
.page-template-blog .find-an-agent-container {
  margin-bottom: 99px;
}
.search-results .blog-posts-header,
.search-no-results .blog-posts-header,
.page-template-blog .blog-posts-header {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .search-results .blog-posts-header,
  .search-no-results .blog-posts-header,
  .page-template-blog .blog-posts-header {
    flex-direction: column;
    justify-content: flex-start;
  }
  .search-results .blog-posts-header h2,
  .search-no-results .blog-posts-header h2,
  .page-template-blog .blog-posts-header h2 {
    text-align: center;
    margin-bottom: 24px;
  }
}
.search-results .blog-posts-header .recent-posts,
.search-no-results .blog-posts-header .recent-posts {
  display: none;
}
.page-template-blog .blog-posts-header .search-results {
  display: none;
}
.page-template-generic section.section.section-two-images-text {
  margin-bottom: 127px;
}
.page-template-doesnt-operate {
  background-color: #F3F4F4;
}
.page-template-doesnt-operate .main {
  max-width: 1128px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-doesnt-operate .main {
    padding: 127px 0;
  }
}
.page-template-doesnt-operate .main h1 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .page-template-doesnt-operate .main h1 {
    margin-bottom: 16px;
    font-size: 64px;
  }
}
.page-template-doesnt-operate .find-dream-home-container .search-container {
  margin: 32px auto;
  max-width: 664px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-doesnt-operate .find-dream-home-container .search-container {
    margin: 48px auto;
    flex-wrap: nowrap;
  }
}
.page-template-doesnt-operate .find-dream-home-container .search-container .input {
  border-left: 1px solid #F3F4F4;
  width: calc(100% - 125px);
}
@media (min-width: 768px) {
  .page-template-doesnt-operate .find-dream-home-container .search-container .input {
    width: calc(100% - 125px - 97px);
  }
}
.page-template-doesnt-operate .find-dream-home-container .search-container input {
  background: #fff;
  color: #5D6932;
}
.page-template-doesnt-operate .find-dream-home-container .search-container input::-moz-placeholder {
  color: #5D6932;
}
.page-template-doesnt-operate .find-dream-home-container .search-container input:-ms-input-placeholder {
  color: #5D6932;
}
.page-template-doesnt-operate .find-dream-home-container .search-container input::placeholder {
  color: #5D6932;
}
.page-template-doesnt-operate .find-dream-home-container .search-container select {
  background: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-template-doesnt-operate .find-dream-home-container .search-container button {
    width: 100%;
    flex-grow: 3;
  }
}
.page-template-doesnt-operate .location-list {
  max-width: 616px;
  margin: 0 auto;
}
.page-template-doesnt-operate .location-list .title {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 24px;
}
.page-template-doesnt-operate .location-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 768px) {
  .page-template-doesnt-operate .location-list ul {
    row-gap: 14px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
.page-template-doesnt-operate .location-list ul li {
  margin: 0;
  padding: 10px 12px;
  background-color: #fff;
}
.page-template-doesnt-operate .location-list ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #586A2D;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  margin-top: 3px;
}
.page-template-doesnt-operate .location-list ul li a .icon {
  margin-left: 8px;
  margin-top: -2px;
}
.tax-locations .page-width {
  max-width: 1383px;
}
.tax-locations .hero {
  position: relative;
  font-size: 0;
}
.tax-locations .hero img {
  width: 100%;
  height: 547px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-locations .hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .tax-locations .hero__content {
    padding: 0 16px;
  }
}
.tax-locations .hero__content h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tax-locations .hero__content h1 {
    font-size: 64px;
  }
}
.tax-locations .hero__content p {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 450;
  font-family: "Brandon Grotesque", sans-serif;
}
.tax-locations .hero__content .form {
  margin-top: 38px;
}
.tax-locations .hero__content .find-dream-home-container .search-container {
  max-width: 534px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tax-locations .hero__content .find-dream-home-container .search-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tax-locations .hero__content .find-dream-home-container .search-container .input {
    width: calc(100% - 125px);
  }
}
@media (max-width: 767px) {
  .tax-locations .hero__content .find-dream-home-container .search-container button {
    width: 100%;
    flex-grow: 3;
  }
}
.tax-locations .meet_section {
  display: grid;
  background-color: #F7F6F0;
  padding: 48px 16px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .tax-locations .meet_section {
    grid-template-columns: repeat(3, 1fr);
    padding: 152px 0 104px;
    gap: 78px;
  }
}
.tax-locations .meet_section__left {
  font-size: 0;
}
@media (min-width: 768px) {
  .tax-locations .meet_section__left {
    margin-right: -9px;
  }
}
@media (max-width: 767px) {
  .tax-locations .meet_section__left {
    order: 3;
  }
}
.tax-locations .meet_section__left img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .tax-locations .meet_section__left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.tax-locations .meet_section__right {
  display: flex;
  align-items: flex-end;
  font-size: 0;
}
@media (min-width: 768px) {
  .tax-locations .meet_section__right {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .tax-locations .meet_section__right {
    order: 3;
  }
}
.tax-locations .meet_section__right img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .tax-locations .meet_section__right img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .tax-locations .meet_section__center {
    order: 1;
    margin-bottom: 32px;
    grid-column: span 2;
  }
}
.tax-locations .meet_section__center h5 {
  margin-top: 30px;
  margin-bottom: 16px;
}
.tax-locations .meet_section__center-content {
  margin-bottom: 32px;
}
.tax-locations .meet_section__center .location-list {
  margin: 0 auto;
}
.tax-locations .meet_section__center .location-list .title {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 24px;
}
.tax-locations .meet_section__center .location-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.tax-locations .meet_section__center .location-list ul li {
  margin: 0;
  padding: 10px 12px;
  background-color: #fff;
}
.tax-locations .meet_section__center .location-list ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #586A2D;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  margin-top: 3px;
}
.tax-locations .meet_section__center .location-list ul li a .icon {
  margin-left: 8px;
  margin-top: -2px;
}
.tax-locations .available-agents {
  padding: 45px 16px 0 16px;
}
@media (min-width: 768px) {
  .tax-locations .available-agents {
    padding: 75px 0 0 0;
  }
}
.tax-locations .available-agents .page-width.agents {
  margin-top: 50px;
}
.tax-locations .available-agents .page-width.agents .agents-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .tax-locations .available-agents .page-width.agents .agents-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 990px) {
  .tax-locations .available-agents .page-width.agents .agents-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .tax-locations .available-agents .page-width.agents .agents-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.tax-locations .available-agents .page-width.agents .agents-list .card-agent .image {
  aspect-ratio: unset;
}
.tax-locations .available-agents .subtitle {
  font-size: 14px;
  color: #5D6932;
  text-align: center;
  text-transform: uppercase;
  font-weight: 420;
  font-family: "Brandon Grotesque", sans-serif;
}
@media (min-width: 768px) {
  .tax-locations .available-agents .subtitle {
    font-size: 18px;
  }
}
.tax-locations .available-agents .h1 {
  font-size: 32px;
  color: #5D6932;
  text-align: center;
}
@media (min-width: 768px) {
  .tax-locations .available-agents .h1 {
    font-size: 64px;
  }
}
.tax-locations .join-our-team {
  background-color: #F7F6F0;
  padding: 24px 40px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .tax-locations .join-our-team {
    margin-bottom: 75px;
  }
}
.tax-locations .join-our-team .content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tax-locations .join-our-team .content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.tax-locations .join-our-team .content h2 {
  font-size: 32px;
}
.tax-locations .join-our-team .content p {
  text-transform: none;
}
.tax-locations .join-our-team .content .btn {
  width: auto;
  background-color: transparent;
}
@media (max-width: 767px) {
  .tax-locations .join-our-team .content .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .tax-locations .join-our-team .content .btn {
    position: static !important;
  }
}
.page-template-homes .section-home-location-list {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  body.error404 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  body.error404 section.section {
    overflow: visible;
  }
}
.page-404 {
  background-color: #F3F4F4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.page-404 .btn {
  font-size: 18px;
  min-width: 343px;
  text-transform: unset;
}
@media (max-width: 767px) {
  .page-404 {
    min-height: 620px;
    gap: 32px;
  }
  .page-404 h1 {
    font-size: 36px;
  }
  .page-404 .btn {
    width: 100%;
    min-width: unset;
  }
}
.section-home-search {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-home-search {
    flex-direction: column;
  }
}
.section-home-search .image {
  width: 100%;
  flex-basis: 100%;
  max-height: 200px;
}
@media only screen and (min-width: 768px) {
  .section-home-search .image {
    width: 57%;
    flex-basis: 57%;
    max-height: 800px;
  }
}
.section-home-search .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-home-search .form {
  width: 100%;
  flex-basis: 100%;
  padding: 40px;
  background-color: #5D6932;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .section-home-search .form {
    width: 43%;
    flex-basis: 43%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-home-search .form {
    padding: 40px 97px 40px 64px;
  }
}
.section-home-search .form h1 {
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-home-search .form h1 {
    max-width: 500px;
  }
}
.section-home-search .location-list .title {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.section-home-search .location-list ul {
  display: flex;
  flex-wrap: wrap;
}
.section-home-search .location-list ul li {
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 10px 16px 10px 10px;
  background-color: #fff;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .section-home-search .location-list ul li {
    margin-right: 13px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-search .location-list ul li {
    padding: 12px 16px 12px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section-home-search .location-list ul li {
    margin-right: 16px;
    margin-bottom: 14px;
  }
}
.section-home-search .location-list ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #586A2D;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  margin-top: 3px;
}
.section-home-search .location-list ul li a .icon {
  margin-left: 8px;
  margin-top: -2px;
}
.section-home-location-map {
  padding-top: 72px;
}
@media only screen and (min-width: 768px) {
  .section-home-location-map {
    padding-top: 92px;
  }
}
.section-home-location-map .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-home-location-map .wrapper {
    flex-direction: column;
  }
}
.section-home-location-map .wrapper .image {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section-home-location-map .wrapper .image {
    max-width: 544px;
  }
}
.section-home-location-map .wrapper .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .section-home-location-map .wrapper .image img {
    height: 100%;
  }
}
.section-home-location-map .wrapper .content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-home-location-map .wrapper .content {
    width: 392px;
    margin-left: 77px;
  }
}
.section-home-location-map .wrapper .content p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-home-location-map .wrapper .content p {
    text-align: left;
  }
}
.section-home-location-list {
  padding-top: 73px;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list {
    padding-top: 130px;
  }
}
.section-home-location-list .page-width {
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .section-home-location-list .page-width {
    padding: 0;
  }
}
.section-home-location-list .page-width h2 {
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list .page-width h2 {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
.section-home-location-list .page-width .location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .section-home-location-list .page-width .location-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.section-home-location-list .page-width .location-list .location {
  flex-basis: 100%;
  position: relative;
  aspect-ratio: 1.52571429;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list .page-width .location-list .location {
    flex-basis: calc(50% - 32px);
    margin: 16px;
  }
}
@media (min-width: 1440px) {
  .section-home-location-list .page-width .location-list .location {
    flex-basis: unset;
    margin: 0;
    height: 100%;
  }
}
.section-home-location-list .page-width .location-list .location.signup-form {
  background-color: #5D6932;
  flex-basis: auto;
  flex-grow: 2;
  aspect-ratio: unset;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list .page-width .location-list .location.signup-form {
    padding: 0;
    box-sizing: border-box;
    display: flex;
  }
}
.section-home-location-list .page-width .location-list .location.signup-form .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px 28px;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list .page-width .location-list .location.signup-form .form {
    padding: 73px 0;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .section-home-location-list .page-width .location-list .location.signup-form .form {
    max-width: 394px;
    padding: 0;
  }
}
.section-home-location-list .page-width .location-list .location.signup-form h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 16px;
}
.section-home-location-list .page-width .location-list .location.signup-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.section-home-location-list .page-width .location-list .location.signup-form .input input[type="email"] {
  width: calc(100% - 78px);
}
.section-home-location-list .page-width .location-list .location.signup-form .input input[type="submit"] {
  width: 78px;
}
.section-home-location-list .page-width .location-list .location .image {
  height: 100%;
  width: 100%;
}
.section-home-location-list .page-width .location-list .location .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-location-list .page-width .location-list .location .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-home-location-list .page-width .location-list .location .overlay .content {
  position: relative;
  height: 100%;
  width: 100%;
}
.section-home-location-list .page-width .location-list .location .overlay .content .title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-home-location-list .page-width .location-list .location .overlay .content .title {
    left: 32px;
    bottom: 27px;
    left: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-find-an-agent {
    padding-top: 142px;
  }
}
.section-home-find-an-agent .find-agent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-home-find-an-agent .find-agent-form {
    flex-direction: column;
    width: 100%;
  }
}
.section-home-find-an-agent .wrapper {
  display: flex;
  justify-content: center;
}
.section-home-find-an-agent .wrapper.find-an-agent {
  background-color: #fff;
}
.section-home-find-an-agent .wrapper.find-an-agent .content {
  background-color: #F7F6F0;
}
.section-home-find-an-agent .wrapper.join-our-team {
  background-color: #F3F4F4;
}
.section-home-find-an-agent .wrapper.join-our-team .content {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .section-home-find-an-agent .wrapper.join-our-team .content {
    justify-content: space-between;
    align-items: center;
  }
}
.section-home-find-an-agent .wrapper.join-our-team .content .btn {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .section-home-find-an-agent .wrapper.join-our-team .content .btn {
    position: static !important;
  }
}
.section-home-find-an-agent .wrapper .content {
  width: 100%;
  max-width: 1098px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-home-find-an-agent .wrapper .content {
    flex-direction: column;
  }
}
.section-home-find-an-agent .wrapper .content .title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  color: #000000;
}
.section-home-find-an-agent .wrapper .content .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-home-find-an-agent .wrapper .content .subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-home-find-an-agent .wrapper .content .select {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-find-an-agent .wrapper .content .select {
    margin-left: 40px;
  }
}
.section-home-find-an-agent .wrapper .content .btn {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-home-find-an-agent .wrapper .content .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-find-an-agent .wrapper .content .btn {
    margin-left: 24px;
  }
}
.section-home-recent-blog-posts {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #F3F4F4;
}
@media only screen and (min-width: 768px) {
  .section-home-recent-blog-posts {
    padding-top: 118px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-home-recent-blog-posts .page-width {
    padding: 0;
  }
}
.section-home-recent-blog-posts .wrapper .title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-home-recent-blog-posts .wrapper .blog-posts {
    margin-left: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-home-recent-blog-posts .wrapper .blog-posts .card-post {
    margin-right: 24px;
  }
}
.section-home-why-we-believe {
  padding-top: 56px;
  padding-bottom: 86px;
}
@media only screen and (min-width: 768px) {
  .section-home-why-we-believe {
    padding-top: 91px;
    padding-bottom: 63px;
  }
}
.section-home-why-we-believe .page-width {
  padding: 0;
}
.section-home-why-we-believe .page-width .wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-home-why-we-believe .page-width .wrapper .title {
  flex-basis: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .section-home-why-we-believe .page-width .wrapper .title {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-why-we-believe .page-width .wrapper .title {
    margin-bottom: 63px;
  }
}
.section-home-why-we-believe .page-width .wrapper .video {
  width: 100%;
  aspect-ratio: 1.77777778;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-home-why-we-believe .page-width .wrapper .video {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .section-home-why-we-believe .page-width .wrapper .video {
    max-width: 66.34%;
  }
}
.section-home-why-we-believe .page-width .wrapper .content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-home-why-we-believe .page-width .wrapper .content {
    padding: 25px 32px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-home-why-we-believe .page-width .wrapper .content {
    max-width: 40%;
    padding-left: 52px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-home-why-we-believe .page-width .wrapper .content {
    max-width: 33.66%;
    padding-left: 72px;
    padding-right: 32px;
  }
}
.section-home-why-we-believe .page-width .wrapper .content .subtitle {
  margin-bottom: 25px;
}
.section-home-why-we-believe .page-width .wrapper .content .signature {
  font-style: italic;
  margin-top: 32px;
  margin-bottom: 16px;
}
.section-home-why-we-believe .page-width .wrapper .content .signature-image {
  width: 140px;
}
.section-home-why-we-believe .page-width .wrapper .content .signature-image img {
  height: auto;
}
.section-home-why-we-believe .page-width .wrapper .content .icon {
  margin-bottom: 32px;
}
.section-footer-subscribe {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #5D6932;
}
@media only screen and (min-width: 768px) {
  .section-footer-subscribe {
    padding-top: 30px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer-subscribe .page-width {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-subscribe .page-width .wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -25px;
  }
}
.section-footer-subscribe .page-width .wrapper .title {
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .section-footer-subscribe .page-width .wrapper .title {
    font-size: 36px;
  }
}
.section-footer-subscribe .page-width .wrapper .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .section-footer-subscribe .page-width .wrapper .subtitle {
    margin-bottom: 16px;
  }
  .section-footer-subscribe .page-width .wrapper .subtitle br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-subscribe .page-width .wrapper form input[type="email"] {
    width: 384px;
  }
}
.section-footer-copyright {
  padding-bottom: 40px;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .section-footer-copyright {
    padding-bottom: 47px;
  }
}
.section-footer-copyright .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-footer-copyright .wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-copyright .wrapper {
    border-top: 1px solid #272727;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-footer-copyright .wrapper .copyright-text {
    text-align: center;
    max-width: 236px;
    margin: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-footer-copyright .wrapper .copyright-text {
    margin-left: 56px;
  }
}
.section-footer-copyright .wrapper .copyright-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #F3F4F4;
}
.section-footer-copyright .wrapper .copyright-links {
  display: flex;
  align-items: center;
}
.section-footer-copyright .wrapper .copyright-links ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-footer-copyright .wrapper .copyright-links ul {
    width: 100%;
    justify-content: space-evenly;
  }
}
.section-footer-copyright .wrapper .copyright-links ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #F3F4F4;
}
@media only screen and (min-width: 768px) {
  .section-footer-copyright .wrapper .copyright-links ul li a {
    margin-right: 30px;
  }
}
.section-hero-imgtext {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .section-hero-imgtext {
    flex-direction: column;
  }
}
.section-hero-imgtext .image {
  width: 100%;
  flex-basis: 100%;
  max-height: 256px;
}
@media only screen and (min-width: 768px) {
  .section-hero-imgtext .image {
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero-imgtext .image {
    width: 51%;
    flex-basis: 51%;
    max-height: 600px;
  }
}
.section-hero-imgtext .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-hero-imgtext .content {
  width: 100%;
  flex-basis: 100%;
  padding: 40px 24px;
  background-color: #5D6932;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .section-hero-imgtext .content {
    width: 49%;
    flex-basis: 49%;
    padding: 0 101px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .section-hero-imgtext .content {
    padding: 0 141px;
    padding-bottom: 0;
  }
}
.section-hero-imgtext .content > div {
  flex-basis: 100%;
}
.section-hero-imgtext .content h1 {
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .section-hero-imgtext .content h1 {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero-imgtext .content h1 {
    max-width: 500px;
  }
}
.section-hero-imgtext .content .text {
  margin-top: 16px;
}
.section-hero-imgtext .content .text p {
  color: #fff;
}
section.section.section-two-images-text {
  display: flex;
  padding-top: 56px;
  position: relative;
}
@media screen and (max-width: 550px) {
  section.section.section-two-images-text {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 551px) and (max-width: 768px) {
  section.section.section-two-images-text {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  section.section.section-two-images-text {
    padding-bottom: 550px;
  }
}
@media only screen and (max-width: 991px) {
  section.section.section-two-images-text {
    flex-direction: column;
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text {
    padding-top: 122px;
  }
}
section.section.section-two-images-text .page-width {
  overflow: visible;
  max-width: 1732px;
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text .page-width {
    padding-right: 0;
  }
}
section.section.section-two-images-text .page-width .wrapper {
  display: flex;
}
@media only screen and (max-width: 991px) {
  section.section.section-two-images-text .page-width .wrapper {
    overflow: visible;
  }
}
section.section.section-two-images-text .page-width .wrapper .image.image-1 {
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (max-width: 991px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-1 {
    width: 50%;
    flex-basis: 50%;
    position: absolute;
    bottom: 20px;
    left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-1 {
    max-width: 600px;
    max-height: 645px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-1:not(.tablet) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-1.tablet {
    display: none;
  }
}
section.section.section-two-images-text .page-width .wrapper .image.image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.95962733;
}
section.section.section-two-images-text .page-width .wrapper .image.image-2 {
  width: 100%;
  flex-basis: 75%;
  bottom: -20px;
  right: -32px;
  align-self: flex-end;
}
@media only screen and (max-width: 991px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-2 {
    width: 50%;
    flex-basis: 50%;
    position: absolute;
    bottom: 0px;
    right: -10px;
  }
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-2 {
    width: auto;
    height: 471px;
    max-height: 471px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-2:not(.tablet) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  section.section.section-two-images-text .page-width .wrapper .image.image-2.tablet {
    display: none;
  }
}
section.section.section-two-images-text .page-width .wrapper .image.image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.section.section-two-images-text .page-width .wrapper .content {
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 1200px) {
  section.section.section-two-images-text .page-width .wrapper .content {
    padding-top: 25px;
    padding-left: 70px;
    padding-right: 32px;
    max-width: 635px;
  }
}
section.section.section-two-images-text .page-width .wrapper .content h2 {
  color: #000;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text .page-width .wrapper .content h2 {
    max-width: 500px;
  }
}
section.section.section-two-images-text .page-width .wrapper .content .text {
  margin-top: 16px;
}
section.section.section-two-images-text .page-width .wrapper .content .text p {
  color: #000;
}
section.section.section-two-images-text .page-width .wrapper .content .quote {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  section.section.section-two-images-text .page-width .wrapper .content .quote {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact {
    overflow: visible;
    margin-bottom: 330px;
    background-color: #5D6932;
  }
}
section.section.section-hero-text-contact .page-width {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  section.section.section-hero-text-contact .page-width {
    padding: 0;
  }
}
section.section.section-hero-text-contact .page-width .wrapper {
  display: flex;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  section.section.section-hero-text-contact .page-width .wrapper {
    flex-direction: column;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .content {
  width: 100%;
  flex-basis: 100%;
  padding: 40px 24px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .content {
    width: 49%;
    flex-basis: 49%;
    padding: 97px 141px;
  }
}
@media only screen and (max-width: 767px) {
  section.section.section-hero-text-contact .page-width .wrapper .content {
    padding: 24px 24px 64px;
    background-color: #5D6932;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .content h1 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .content .text {
    max-width: 534px;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .content p,
section.section.section-hero-text-contact .page-width .wrapper .content a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .content p {
    font-size: 28px;
    line-height: 150%;
  }
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .content a {
    font-size: 24px;
    line-height: 150%;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .content .label {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 32px;
  margin-bottom: 8px;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container {
  width: 100%;
  flex-basis: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .contact-form-container {
    width: 49%;
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 767px) {
  section.section.section-hero-text-contact .page-width .wrapper .contact-form-container {
    width: calc(100% - 32px);
    flex-basis: calc(100% - 32px);
    margin: 0 16px;
    padding: 0;
    margin-top: -33px;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form {
  background-color: #F7F6F0;
  padding: 32px 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form {
    position: absolute;
    top: 97px;
    left: 0;
    max-width: 533px;
    padding: 32px;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form label,
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form span,
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form input,
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form textarea,
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form legend {
  width: 100%;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form input {
  margin-bottom: 0;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form input,
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form textarea {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: transparent;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form textarea {
  font-family: "Brandon Grotesque", sans-serif;
  height: 132px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #7C7C7C;
  padding: 16px;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form label {
  font-family: "Brandon Grotesque", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form input[type="submit"] {
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FFFFFF;
  background-color: #000;
  padding: 16px 24px;
  margin-top: 24px;
  width: auto;
  border-radius: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form input[type="submit"] {
    width: 100%;
  }
}
section.section.section-hero-text-contact .page-width .wrapper .contact-form-container .contact-form .wpcf7-spinner {
  width: auto;
  display: inline-block;
}
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .gfield_required {
  display: inline;
}
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .gfield_validation_message,
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .validation_message {
  border: 0;
  background-color: transparent;
  padding: 0;
}
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
section.section.section-hero-text-contact .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .section-offices-list {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}
.section-offices-list .page-width {
  padding: 0 16px;
}
.section-offices-list .page-width h2 {
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-offices-list .page-width h2 {
    font-size: 48px;
    margin-bottom: 48px;
  }
}
.section-offices-list .page-width .location-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 24px), 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 25px;
}
@media only screen and (min-width: 768px) {
  .section-offices-list .page-width .location-list {
    margin-bottom: 52px;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 32px), 1fr));
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 52px;
  }
}
.section-offices-list .page-width .location-list .location .image {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 1.52571429;
}
.section-offices-list .page-width .location-list .location .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-offices-list .page-width .location-list .location .content {
  width: 100%;
}
.section-offices-list .page-width .location-list .location .content .title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  color: #5D6932;
  margin-bottom: 20px;
}
.section-offices-list .page-width .location-list .location .content .address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-offices-list .page-width .location-list .location .content .address {
    font-size: 18px;
  }
}
.section-offices-list .page-width .location-list .location .content a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #5D6932;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-offices-list .page-width .location-list .location .content a {
    font-size: 18px;
  }
}
.section-offices-list .page-width .location-list .location .content .footer-links {
  margin-top: 17px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-offices-list .page-width .location-list .location .content .footer-links {
    flex-direction: column;
  }
}
.section-offices-list .page-width .location-list .location .content .footer-links a {
  margin-right: 16px;
  margin-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-offices-list .page-width .location-list .location .content .footer-links a {
    margin-bottom: 14px;
  }
}
.section-offices-list .page-width .location-list .location .content .footer-links a .icon {
  margin-left: 8px;
}
.section-about-why-we-believe {
  padding-top: 56px;
  padding-bottom: 86px;
}
@media only screen and (min-width: 768px) {
  .section-about-why-we-believe {
    padding-top: 0;
    padding-bottom: 63px;
  }
}
.section-about-why-we-believe .page-width:first-child {
  padding: 0;
}
.section-about-why-we-believe .page-width:first-child .wrapper .header {
  background-color: #F7F6F0;
  padding-top: 50px;
  padding-bottom: 235px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .section-about-why-we-believe .page-width:first-child .wrapper .header {
    padding-top: 133px;
  }
}
.section-about-why-we-believe .page-width:first-child .wrapper .header .title {
  flex-basis: 80%;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section-about-why-we-believe .page-width:first-child .wrapper .header .title {
    flex-basis: 100%;
  }
}
.section-about-why-we-believe .page-width:first-child .wrapper .video {
  width: 100%;
  max-width: 935px;
  aspect-ratio: 1.77777778;
  margin: auto;
  margin-top: -179px;
}
.section-about-why-we-believe .page-width:first-child .wrapper .content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .section-about-why-we-believe .page-width:first-child .wrapper .content {
    padding: 25px 32px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-about-why-we-believe .page-width:first-child .wrapper .content {
    max-width: 445px;
    margin-left: 72px;
  }
}
.section-about-why-we-believe .page-width:nth-child(2) {
  width: 100%;
  max-width: 1444px;
}
