html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
body {
  background-color: #fff;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
.button,
.gallery img,
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  color: #ba9c56;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
	color:#5d8aa8;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img,
.gallery img {
  width: auto;
}
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover {
  border: 1px solid #999;
}
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: 2px solid #aecbd1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
.button,
body .wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #5d8aa8;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
  -moz-border-radius-topright: 15px !important;
  border-top-right-radius: 15px !important;
  -moz-border-radius-bottomleft: 15px !important;
  border-bottom-left-radius: 15px !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-family: Raleway, sans-serif;
}
.footer-widgets .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
  background-color: #ba9c56;
  color: #fff;
}
.button:hover,
body .wp-block-button__link:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  background-color: #ba9c56;
  color: #fff;
}
.entry-content .button:hover {
  color: #fff;
}
.footer-widgets .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
.site-inner,
.wp-block-cover__inner-container,
.wp-block-group__inner-container,
.wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.site-inner {
  clear: both;
  padding-top: 199px;
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
.content {
  float: right;
  width: 800px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
.avatar {
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
.breadcrumb {
  margin-bottom: 20px;
}
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px;
}
.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.archive-title {
  font-size: 20px;
}
.entry-title {
  font-size: 36px;
}
.entry-title a,
.sidebar .widget-title a {
  color: #333;
}
.entry-title a:hover {
  color: #ba9c56;
}
.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
}
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
.aligncenter,
img.centered {
  display: block;
  margin: 0 auto 24px;
}
.alignnone,
img.alignnone {
  margin-bottom: 12px;
}
.wp-caption.alignleft,
a.alignleft,
img.alignleft {
  margin: 0 24px 24px 0;
}
.wp-caption.alignright,
a.alignright,
img.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 20px;
}
.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  background-color: #ba9c56;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
#wpstats {
  display: none;
}
.site-header {
  background-color: #fff;
/*   position: fixed; */
  width: 100%;
  top: 0;
  z-index: 999;
}
.site-header .wrap {
  padding: 0 20px;
  position: relative;
}
.title-area {
  float: left;
  padding: 20px 0 10px;
  max-width: 460px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolledPhase .title-area {
  max-width: 250px;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-indent: -9999px;
}
.site-title a,
.site-title a:hover {
  color: #333;
}
.site-title > a {
  background: url(/wp-content/uploads/2021/07/AAEPA-New-Branding2.png) no-repeat left/contain;
  float: left;
  min-height: 114px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scrolledPhase .site-title > a {
  background-position: left -185px center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-height: 70px;
}
.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  display: none;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.site-header .widget-area {
  float: right;
  text-align: right;
  max-width: 100%;
  width: 100%;
}
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.site-header .genesis-nav-menu li.menu-item:last-child > a {
  margin-right: 0;
}
.site-header .genesis-nav-menu li.menu-item > a {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.genesis-nav-menu a {
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-family: Raleway, sans-serif;
}
.site-header .genesis-nav-menu > li.current-menu-item > a,
.site-header .genesis-nav-menu > li.current-menu-item > a:hover,
.site-header .genesis-nav-menu > li.menu-item > a:hover {
  border-bottom: 3px solid #5d8aa8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #000;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  padding: 20px;
  position: relative;
  width: 200px;
  text-transform: capitalize;
  font-weight: 600;
}
.genesis-nav-menu .sub-menu a:hover {
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: 0px;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
  display: block;
}
.nav-primary {
  background-color: #333;
}
.nav-primary .genesis-nav-menu a {
  color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu a:hover {
  color: #ba9c56;
}
.nav-secondary {
  background-color: #fff;
}
.entry {
  margin-bottom: 40px;
  padding: 50px 60px;
}
.content .entry {
  background-color: #fff;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.entry-content ul > li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
}
.archive-pagination .active a,
.archive-pagination li a:hover {
  background-color: #ba9c56;
}
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}
.entry-comments {
  padding: 40px;
}
.comment-header {
  font-size: 16px;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}
.comment-content {
  clear: both;
}
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}
.sidebar {
  font-size: 16px;
}
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
.footer-widgets {
  background-color: #000;
  clear: both;
  padding-top: 40px;
}
.footer-widgets,
.footer-widgets a {
  color: #999;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff;
}
.footer-widgets li {
  margin-bottom: 5px;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 100%;
}
.site-footer {
  background-color: #000;
  color: #9f9f9f;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 800;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}
.site-container {
  overflow: hidden;
  width: 100%;
}
body .alignfull {
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 -moz-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.wp-block-image img {
  display: block;
}
.home .entry {
  padding: 0;
  margin: 0;
}
.button,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0;
}
.home .wp-block-image {
  margin: 0;
}
.wrapFull .wp-block-group__inner-container {
  max-width: 100%;
  padding: 0;
}
body .site-inner .gform_legacy_markup_wrapper .top_label div.ginput_container,
body .site-inner .gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0;
}
.owl-dots {
  text-align: center;
  margin: 7px 0 17px 0;
}
button.owl-dot {
  height: 8px;
  width: 8px;
  display: inline-block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  border-radius: 50% !important;
  background: #fff !important;
}
button.owl-dot.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 0 6px #aecbd1;
  box-shadow: 0 0 0 6px #aecbd1;
}
.topBar {
  background: #000;
  padding: 5px;
}
.topBar span {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.beforeHeader .wrap {
  overflow: hidden;
}
.beforeHeader .wrap .bHeader-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 0 13px;
}
.beforeHeader .wrap .bHeader-info .bHeader-text {
  max-width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.beforeHeader .wrap .bHeader-info .bHeader-text span {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin-left: 3%;
  text-transform: uppercase;
}
.bannerSec {
  min-height: 650px;
}
.bannerSec .wp-block-cover__inner-container {
  margin-top: 200px;
}
.bannerSec .wp-block-cover__inner-container .head {
  font-size: 46px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.bannerSec .wp-block-cover__inner-container .subHead {
  font-size: 20px;
  margin-bottom: 20px;
}
.bannerSec .wp-block-cover__inner-container .wp-block-buttons a {
  padding: 16px 55px;
}
.ourWork-sec {
  max-width: 1470px;
  margin: -105px auto 0;
}
.ourWork-sec .wp-block-column {
  -webkit-box-shadow: rgba(127, 127, 127, 0.35) 3.95px 4.95px 8px;
  box-shadow: rgba(127, 127, 127, 0.35) 3.95px 4.95px 8px;
  padding: 50px 20px;
  margin-left: 2px;
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ourWork-sec .wp-block-column > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ourWork-sec .wp-block-column:first-child {
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
.ourWork-sec .wp-block-column:last-child {
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.ourWork-sec .wp-block-column:hover {
  -webkit-box-shadow: rgba(127, 127, 127, 0.35) 3.95px 10.95px 20px;
  box-shadow: rgba(127, 127, 127, 0.35) 3.95px 10.95px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.ourWork-sec .wp-block-column:hover .serviceIcons svg {
  fill: #ba9c56;
}
.ourWork-sec .wp-block-column:hover h2 {
  color: #ba9c56;
}
.ourWork-sec .wp-block-column .serviceIcons {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.ourWork-sec .wp-block-column .serviceIcons svg {
  width: 61px;
  height: 61px;
}
.ourWork-sec .wp-block-column .title {
  font-size: 24px;
  margin-bottom: 18px;
}
.ourWork-sec .wp-block-column .title a {
  color: #000;
}
.ourWork-sec .wp-block-column .title a:hover {
  text-decoration: underline;
}
.ourWork-sec .wp-block-column p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.ourWork-sec .wp-block-column p:last-child {
  margin: 0;
}
.whyUs-sec .specialHead {
  padding: 77px 0 91px;
  margin-bottom: 0;
}
.whyUs-sec .specialHead h2 {
  color: #ba9c56;
  font-size: 55px;
  font-style: italic;
}
.whyUs-sec .specialHead h2 span {
  color: #5d8aa8;
}
.whyUs-sec .textCol {
  margin-top: 17px;
}
.whyUs-sec .textCol p {
  margin-bottom: 30px;
  line-height: 1.7;
}
.whyUs-sec .textCol .rm-btn {
  margin-top: 86px;
}
.whyUs-sec .textCol .rm-btn a {
  padding: 16px 55px;
}
.figuresSec {
  padding: 90px 0 104px;
  min-height: auto;
}
.figuresSec h2 {
  font-size: 50px;
  font-style: italic;
  margin-bottom: 29px;
}
.figuresSec .subHead {
  font-size: 24px;
  margin-bottom: 58px;
}
.figuresSec .wp-block-columns {
  max-width: 860px;
  margin: 0 auto;
}
.figuresSec .wp-block-columns .wp-block-column {
  border-right: 1px solid #fff;
  padding: 36px 0;
  margin: 0;
}
.figuresSec .wp-block-columns .wp-block-column:last-child {
  border-right: none;
}
.figuresSec .wp-block-columns .wp-block-column h3 {
  font-size: 55px;
  margin-bottom: 22px;
}
.figuresSec .wp-block-columns .wp-block-column h3 sup {
  font-size: 55%;
  top: -0.7em;
}
.figuresSec .wp-block-columns .wp-block-column .subHead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 26px;
}
.ourServices-sec {
  padding: 130px 0 113px;
}
.ourServices-sec .wp-block-group__inner-container {
  max-width: 1600px;
}
.ourServices-sec .wp-block-group__inner-container h2 {
  font-size: 50px;
  margin-bottom: 47px;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  border: 1px solid #ba9c56;
  padding: 50px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column:hover {
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column .jet-elements-icon {
  font-size: 50px;
  display: block;
  text-align: center;
  color: #ba9c56;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
  height: 103px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image figure {
  margin-bottom: 0;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 a {
  color: #333;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 a:hover {
  text-decoration: underline;
}
.ourServices-sec .wp-block-group__inner-container .wp-block-columns .wp-block-column p:last-child {
  margin-bottom: 0;
}
.testimonialSec {
  padding: 77px 0 75px;
  min-height: auto;
}
.testimonialSec h2 {
  font-size: 50px;
  margin-bottom: 37px;
}
.testimonialSec .testimonials-carousel {
  max-width: 1120px;
  margin: 0 auto;
}
.testimonialSec .testimonials-carousel .memImg {
  display: block;
  margin-bottom: 28px;
}
.testimonialSec .testimonials-carousel .memImg img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 6px solid #ba9c56;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonialSec .testimonials-carousel .memTesti {
  margin-bottom: 50px;
  font-size: 18px;
}
.testimonialSec .testimonials-carousel .memName {
  display: block;
  font-size: 26px;
  text-transform: capitalize;
  text-align: center;
  color: #5d8aa8;
  font-family: Raleway, sans-serif;
}
.testimonialSec .testimonials-carousel .aboutMem {
  text-align: center;
  font-size: 16px;
}
.testimonialSec .testimonials-carousel .aboutMem .memFirm {
  position: relative;
  border-right: 2px solid #fff;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.logosSec {
  padding: 98px 0 68px;
}
.logosSec .spriteImg {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.logosSec .spriteImg figure {
  background: url(/wp-content/uploads/2021/06/all-logos.png) repeat-x;
  width: 4500px;
  height: 166px;
  -webkit-animation: logo-garden-slide 60s linear infinite;
  -moz-animation: logo-garden-slide 60s linear infinite;
  animation: logo-garden-slide 60s linear infinite;
  background-repeat: repeat;
  margin-bottom: 0;
}
.logosSec .spriteImg figure:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.logosSec .spriteImg figure img {
  max-width: 1889px;
  width: 100%;
  display: none;
}
@-webkit-keyframes logo-garden-slide {
  0 {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(-2398px);
      transform: translateX(-2398px);
  }
}
@-moz-keyframes logo-garden-slide {
  0 {
      -moz-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -moz-transform: translateX(-2398px);
      transform: translateX(-2398px);
  }
}
@keyframes logo-garden-slide {
  0 {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(-2398px);
      -moz-transform: translateX(-2398px);
      -o-transform: translateX(-2398px);
      transform: translateX(-2398px);
  }
}
.bpost-sec {
  padding: 90px 0 70px;
}
.bpost-sec h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #fff;
}
.bpost-sec .latest-bposts-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.bpost-sec .latest-bposts-container .single-bpost {
  max-width: 31%;
  vertical-align: top;
  margin-right: 2%;
}
.bpost-sec .latest-bposts-container .single-bpost .bpost-meta {
  font-size: 16px;
  color: #fff;
  margin-bottom: 29px;
}
.bpost-sec .latest-bposts-container .single-bpost .bpost-meta a {
  background-color: #5d8aa8;
  color: #fff;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  margin: 0 5px 4px 0;
  padding: 6px 28px;
}
.bpost-sec .latest-bposts-container .single-bpost .bpost-meta a:hover {
  background-color: #000;
}
.bpost-sec .latest-bposts-container .single-bpost h3 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
  min-height: 72px;
}
.bpost-sec .latest-bposts-container .single-bpost p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 41px;
}
.bpost-sec .latest-bposts-container .single-bpost .button {
  padding: 5px 36px 5px 21px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  background-color: #000;
  -moz-border-radius-topright: 6px !important;
  border-top-right-radius: 6px !important;
  -moz-border-radius-bottomleft: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.bpost-sec .latest-bposts-container .single-bpost .button:after {
  display: inline-block;
  content: "";
  background: url(/wp-content/uploads/2021/06/arrow.png) no-repeat;
  width: 27px;
  height: 12px;
  top: 2px;
  position: relative;
  left: 16px;
}
.bpost-sec .latest-bposts-container .single-bpost .button:hover {
  background-color: #5d8aa8;
}
.blogForm-sec {
  padding: 100px 0 107px;
}
.blogForm-sec h2 {
  font-size: 38px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.blogForm-sec .subHead {
  font-size: 22px;
  color: #737577;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 32px;
}
.blogForm-sec .gform_legacy_markup_wrapper form {
  max-width: 78%;
}
.blogForm-sec .gform_legacy_markup_wrapper form .gform_footer {
  text-align: center;
  padding: 0;
  margin: 41px 0 0;
}
.blogForm-sec .gform_legacy_markup_wrapper form .gform_footer .button {
  font-size: 26px;
  max-width: 295px;
  width: 100%;
  padding: 20px;
}
.blogForm-sec .note {
  margin: 20px 0 0;
  font-style: italic;
  font-size: 20px;
}
.footer-widgets {
  color: #fff;
  font-size: 20px;
  padding: 76px 0 21px;
}
.footer-widgets .widget-title {
  color: #ba9c56;
  font-size: 22px;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets .footer-widgets-1 {
  margin-bottom: 62px;
}
.footer-widgets .footer-widgets-1 .widget_media_image {
  text-align: center;
}
.footer-widgets .footer-widgets-1 .widget_media_image img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widgets .footer-widgets-1 .widget_media_image img:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-widgets .footer-widgets-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 0 auto;
}
.footer-widgets .footer-widgets-2 .widget {
  width: 32%;
  margin-right: 2%;
}
.footer-widgets .footer-widgets-2 .widget:last-child {
  margin-right: 0;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons a {
  background-color: #5d8aa8;
  padding: 9px 15px;
  font-size: 15px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 10px 10px 0;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons a:hover {
  background-color: #ba9c56;
}
.footer-widgets .footer-widgets-2 .widget p {
  margin: 0 0 5px;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons {
  margin-top: 24px;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons i {
  font-size: 18px;
}
.topNav-links {
  position: fixed;
  top: 5px;
  right: 20px;
  left: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.wp-block-group.list-content-text-1 {
  margin: 50px 0;
  padding: 30px;
}
.topNav-links a {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}
.topNav-links a:before {
  position: absolute;
  content: "";
  height: 18px;
  background: #ba9c56;
  width: 2px;
  left: 0;
  top: 3px;
}
.topNav-links a:first-child:before {
  display: none;
}
.bHeader-links {
  margin-top: 0;
}
.bHeader-links .semi {
  background-color: #000;
  color: #ba9c56;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-size: 16px;
}
.bHeader-links .semi:hover {
  background-color: #5d8aa8;
  color: #fff;
}
.bHeader-links .telNo {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  font-family: Raleway, sans-serif;
}
.bHeader-links .telNo a {
  margin-left: 10px;
  font-size: 24px;
}
.featuredBanner-sec.alignfull:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.featuredPageTitle-container .titleIcon {
  display: inline-block;
  position: relative;
}
.featuredPageTitle-container .titleIcon h1 {
  margin: 0;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 45px;
  text-transform: capitalize;
  position: relative;
}
.featuredPageTitle-container:hover .far {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) scale(1.07);
  -moz-transform: translateY(-50%) scale(1.07);
  -ms-transform: translateY(-50%) scale(1.07);
  -o-transform: translateY(-50%) scale(1.07);
  transform: translateY(-50%) scale(1.07);
}
.styledList li:last-child {
  border-bottom: none;
}
ul.styledList li:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  left: 0;
  color: #5d8aa8;
  font-size: 18px;
  top: 0;
}
ol.styledList {
  counter-reset: step;
}
ol.styledList li {
  padding-left: 45px;
}
ol.styledList li:before {
  position: absolute;
  content: counter(step);
  counter-increment: step;
  left: 0;
  border: 2px solid #5d8aa8;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
body:not(.home) .site-inner {
  margin-bottom: 50px;
}
.logged-in .site-header {
  top: 32px;
}
.header-widget-area .widget_custom_html {
  position: absolute;
  top: 62px;
  right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolledPhase .header-widget-area .widget_custom_html {
  top: 38px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.scrolledPhase .beforeHeader .telNo a {
  font-size: 20px;
}
.site-header .widget_nav_menu {
  position: relative;
  text-align: center;
}
.site-header .nav-header {
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 -moz-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background: #ba9c56;
}
.site-header .megaMenu-wrap .sub-menu {
  border-top: none;
}
.site-header .genesis-nav-menu > li > a {
  padding: 12px 0;
}
.site-header .genesis-nav-menu .sub-menu {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.site-header .megaMenu-wrap:hover > ul.sub-menu:after {
  border-top: 1px solid #ccc;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: -9999px;
  content: "";
  background: #fff;
  z-index: -1;
  min-height: 465px;
}
.site-header .genesis-nav-menu .megaMenu-wrap .sub-menu a {
  background-color: transparent;
  border: none;
  color: #ba9c56;
  width: 100%;
  padding: 12px 12px 12px 20px;
  font-size: 16px;
}
.site-header .genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
  position: static;
  width: 100%;
  vertical-align: top;
  opacity: 1;
  border: none;
  text-align: left;
  min-height: 0;
  display: block !important;
}
.megaSub > a {
  display: none;
}
.genesis-nav-menu > li.megaMenu-wrap:hover > .sub-menu {
  padding-top: 60px;
  width: 100%;
}
.site-header .genesis-nav-menu .megaMenu-wrap .megaMenu-title > a {
  padding-left: 0;
  font-size: 26px;
  color: #000;
}
.site-header .genesis-nav-menu li li.megaSub {
  border-left: 4px solid #5d8aa8;
  margin: 25px 0 0 35px;
  max-width: 300px;
}
img.megaMenu-Img {
  position: absolute;
  right: 0;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
  cursor: initial;
	width:300px;
}
body .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 20px;
  background: rgba(174, 203, 209, 0.26);
}
::-webkit-input-placeholder {
  color: #a6a6a6;
}
::-moz-placeholder {
  color: #a6a6a6;
}
:-ms-input-placeholder {
  color: #a6a6a6;
}
::-ms-input-placeholder {
  color: #a6a6a6;
}
::placeholder {
  color: #a6a6a6;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1;
  min-height: 32px;
}
body .wp-popup-wrap .hs-error-msg {
  line-height: 1;
  display: block;
  padding: 5px 0;
}
/*# sourceMappingURL=style.min.css.map */
/* Media Template CSS */
body .news-and-media-container {
    padding-top: 70px;
}

body .news-and-media-container .newscontainer-section h2 {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 1.1;
	border-bottom: 1px solid #001f1f14;
	padding-bottom: 20px;
}

body .news-and-media-container .press-release-item p{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.1;
	padding-bottom: 0;
	font-weight: 700;
}
.press-release-excerpt {
    margin-bottom: .6rem;
}
body .news-and-media-container .news-item,
body .news-and-media-container .press-release-item
{
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    place-items: stretch stretch;
    width: 100%;
    display: grid;
    position: relative;
}

body .news-and-media-container .news-card,
body .news-and-media-container .press-release-card{
        box-shadow: transparent 0px 64px 64px -32px, transparent 0px 32px 32px -16px, transparent 0px 16px 16px -8px, #003d3d0a 0px 12px 12px -6px, #003d3d0a 0px 6px 6px -3px, #003d3d0a 0px 3px 3px -1.5px, #001f1f14 0px 1px 1px -0.5px, #003d3d0a 0px 0px 0px 1px;
    border-radius: 1.2rem;
    pointer-events: auto;
    text-align: left;
    flex-direction: column;
    justify-content:space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: .4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden;
	padding: 1.2rem;
	background-color:#aecbd157;
}

body .news-and-media-container .news-card .news-title a,
body .news-and-media-container .press-release-title p{
	color: #000000;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
}
body .news-and-media-container .news-card .news-read-more a:hover,
body .news-and-media-container  .press-release-read-more a:hover{
	color: #ba9c56;
	text-decoration:underline;
}
body .news-and-media-container h1.taxonomy-title {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 1.1;
    border-bottom: 1px solid #001f1f14;
    padding-bottom: 20px;
}
body  .news-and-media-container .see-more-btn {
    margin-top: 70px;
    text-align: center;
}
body .news-and-media-container .news-card .news-title a:hover{
	color:#ba9c56;
}
body .news-and-media-container .news-card:hover,
body .news-and-media-container .press-release-card:hover{
	 box-shadow:  #003d3d0a 0px 64px 64px -32px, #003d3d0a 0px 32px 32px -16px, #003d3d0a 0px 16px 16px -8px, #003d3d0a 0px 12px 12px -6px, #003d3d0a 0px 6px 6px -3px, #003d3d0a 0px 3px 3px -1.5px, #001f1f14  0px 1px 1px -0.5px, #003d3d0a 0px 0px 0px 1px;
}

body .news-and-media-container  .published-date {
    background: #ba9c56;
    max-width: max-content;
    font-size: 0.66rem;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    padding: .4em .8em;
    font-weight: 600;
    line-height: 1.3;
    display: inline-flex;
    position: relative;
    border-radius: .6em;
	margin-bottom: .6rem;
}
.news-title {
    margin-bottom: .6em;
}

.news-image {
    width: 65%;
    height: 100%;
    max-height: 60px;
	margin-bottom: .6em;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

section.press-release-section {
    margin-top: 4rem;
}

section.press-release-section h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.1;
    border-bottom: 1px solid #001f1f14;
    padding-bottom: 20px;
}

body.single-news-and-media main#genesis-content {
    width: 100%;
}

body.single-news-and-media main#genesis-content {
    width: 100%;
}

body.single-news-and-media aside#genesis-sidebar-primary{
	display:none;
}


nav.subnav {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    background-color: #fff;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
    display: flex;
    position: relative;
	margin-bottom: 6rem;
}

.subnav-divider {
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    background-color: #001f1f14;
    width: 100%;
    max-width: 80rem;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
}

a.subnav-link {
    flex: none;
    padding: .8rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
	color:#000;
}


.subnav-link.w--current {
    border-bottom: 2px solid #ba9c56;
    color: #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	font-weight:700;
}

/* Customiser Style */


.footer-widgets .footer-widgets-2 .widget .socialIcons a{
	margin:0px !important;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons {
	display: flex;
	gap: 10px;
	flex-wrap:wrap;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons a.x-logo {
	padding: 0px;
}
.footer-widgets .footer-widgets-2 .widget .socialIcons a.x-logo img{
	width:25px;
}
.footer-widgets .footer-widgets-1 .widget_media_image a {
	font-size: 0;
}
body .footer-widgets .footer-widgets-2 .widget .socialIcons a {
	font-size: 0;
}
body .premiumList-sec .wp-block-cover__inner-container {
	color: #fff !important;
}
.testmonial-main {
	position: relative;
}
.wp-block-columns.presetation-col {
	gap: 7px;
	justify-content: center;
}
.wp-block-columns.presetation-col figure {
	margin: 0 0 10px;
}
/* .wp-block-columns.presetation-col .rightCol img {
height: 187px;
} */
/* .wp-block-columns.presetation-col .leftCol img {
min-height: 583px;
} */
.wp-block-columns.presetation-col figure img {
	border-radius: 0px !important;
	object-fit: cover;
	object-position: top;
	width: 100% !important;
}
.testmonial-main:before {
	position: absolute;
	content: " ";
	background: url(/wp-content/uploads/2021/12/quote-_start.svg)no-repeat;
	width: 100px;
	height: 90px;
	left: -110px;
	background-size: 100px;
	transform: rotate(
		180deg);
}

.testmonial-nd-main:before {
	position: absolute;
	content: " ";
	background: url(/wp-content/uploads/2021/10/qoute-end.png)no-repeat;
	width: 100px;
	height: 76px;
	right: 35%;
}
.single-post-loop-head.alignfull.blog-tem{
	transform: unset;
	background: transparent;
	background-color: #0e2041;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	text-align: left;
	position: relative;
	padding: 50px 20px;
	z-index: 1;
	background-image: url(https://www.aaepa.com/wp-content/uploads/2021/06/building-bg.jpg);
}
.single-post-loop-head.alignfull.blog-tem:after {
	background: linear-gradient( 
		194deg , rgba(0,0,0,1) 0%, rgba(96,96,98,1) 100%);
	opacity: 0.9;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}
.single-post-loop-head.alignfull h1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #fff;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
body.page-id-747 .breadcrumb {
    display: none;
}
body.page-id-747 .site-inner {
    padding-top: 214px;
}
.s-post-wrap .s-post {
	width: 380px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.s-post-wrap .s-post .timename {
	margin: 19px 0 18px;
	font-size: 14px;
	line-height: 130%;
	display: block;
}
.s-post-wrap h2 {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 110%;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.s-post-wrap .s-post-author {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.01em;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color: #0e2041;
}
.s-post-wrap .single-post-categories-info-author {
	padding: 8px;
	vertical-align: middle;
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: -0.01em;
	font-family: "IBM Plex Sans", sans-serif;
	margin-left: 8px;
	position: relative;
	color: #0e2041;
	z-index:1;
	display: inline-block;
	margin-bottom: 10px;
}
.s-post-wrap .single-post-categories-info-author:after {
	background: #f0f4f8;
	-webkit-transform: skew(-26deg);
	-moz-transform: skew(-26deg);
	-ms-transform: skew(-26deg);
	-o-transform: skew(-26deg);
	transform: skew(-26deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: -1;
	-webkit-transition: 0.54s;
	-o-transition: 0.54s;
	-moz-transition: 0.54s;
	transition: 0.54s;
}
.s-post-wrap .s-post-author img {
	display: block;
	height: 24px;
	margin-left: 8px;
	margin-right: 8px;
}
.archive .s-post-wrap {
	padding-top: 50px;
}
.page-template-blog .entry {
	margin-bottom: 40px;
	padding: 50px 0px;
}
.s-post-wrap .s-post:nth-child(2n) {
	margin-right: 0;
}
.s-post-wrap .s-post:nth-child(2n) {
	margin-right: 0;
}

.post-featured-img {
	background: #ba9c5673;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 24px 40px rgba(0,0,0,0.1);
	border-radius: 16px;
	min-height: 180px;
}

.post-featured-img img {
	display: block;
	margin: 0 auto;
	height: 180px;
	object-fit: cover;
	object-position: center;
	max-width: 300px;
	width: 100%;
}
}
.sidebar-primary .cat-item.cat-item-1 {
	display: none;
}
.sidebar .widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.sidebar .widget {
	margin-bottom: 0;
	padding: 40px;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	border-radius: 16px;
	margin-top: 50px;
}
.sidebar fieldset.form-columns-1 li {
	border-bottom: unset;
}
.sidebar fieldset.form-columns-1 .hs-form-field, .sidebar fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto !important;
	clear: both;
	float: none !important;
}
.site-header .megaMenu-wrap:hover>ul.sub-menu:after {
	min-height:auto;
	bottom: -50px;
	border-bottom: 1px solid #ba9c56;
	box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}
.blog-temp-body .content {
	padding-top: 50px;
}
.cli-bar-message a:focus-visible {
	outline: none !important;
}
.hs-form-07d4266a-5fdd-4e91-a649-a6f7b147cd8d_2d2ba22b-cda0-42c7-bc17-d75cb43d1cfc fieldset.form-columns-1 .input {
	margin-right: 0px !important;
}
input#email-07d4266a-5fdd-4e91-a649-a6f7b147cd8d.hs-input{
	width: 100% !important;
	margin-right: 0px !important;
}
.hs-form-07d4266a-5fdd-4e91-a649-a6f7b147cd8d_f84a25a8-e3a9-4a14-a520-162d84647b3e fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}
#hsForm_07d4266a-5fdd-4e91-a649-a6f7b147cd8d fieldset.form-columns-1 {
	margin-top: 20px;
}
@media only screen and (max-width: 1500px){
	body.page-id-747 .site-inner {
    padding-top: 200px;
}
}
@media only screen and (max-width: 1024px){
	body.page-id-747 .site-inner {
    padding-top: 155px;
}
	    .title-area {
        padding: 20px 0 !important;
    }
}
@media only screen and ( max-width: 781px){
	.wp-block-columns.presetation-col figure img {
		height: 100% !important;
	}
}
@media only screen and (max-width: 768px){
	body.page-id-747 .site-inner {
    padding-top: 0px;
}
}
@media screen and (max-width:480px){
	.page-id-27858 figure table td {
    font-size: 14px;
}
.page-id-27858 figure table td ul {
    margin-left: 17px;
}
	#hsForm_07d4266a-5fdd-4e91-a649-a6f7b147cd8d fieldset.form-columns-2 .hs-input {
		width:100%!important;
	}
	#hsForm_07d4266a-5fdd-4e91-a649-a6f7b147cd8d fieldset.form-columns-2 .hs_lastname{
		margin-top:20px;
	}
}