/*
	Theme Name: Embark Development Company
	Description: A custom mobile responsive and HTML5 theme
	Author: Laura Wyatt
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

:root {
   --navy: #041C2C;
   --teal: #035C67;
   --rust: #75391D;
   --orange: #FF8200;
   --lttan: #F5F2ED;
   --tan: #DCC6B6;
}

@font-face {
  font-family: 'Batusa';
  src: url('/wp-content/themes/embark/fonts/Batusa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{
  font-family: area-normal, sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    background: var(--lttan);
}

body{
    margin:0;
    position:relative
}

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:500
}

dfn{
    font-style:italic
}

h1{
    font-size:13px;
    margin:.67em 0
}

mark{
    background:#ff0;
    color:#000
}

small{
    font-size:80%
}

sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sup{
    top:-.5em
}

sub{
    bottom:-.25em
}

img{
    border:0
}

svg:not(:root){
    overflow:hidden
}

figure{
    margin:1em 40px
}

hr{
    -moz-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]{
    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:.35em .625em .75em
}

legend{
    border:0;
    padding:0
}

textarea{
    overflow:auto
}

optgroup{
    font-weight:700
}

table{
    border-collapse:collapse;
    border-spacing:0
}

td,th{
    padding:0
}


/* Global Elements
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    -webkit-appearance: none;
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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:after,
.before-content:after,
.entry-content: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;
}

html {
	font-size: 19px;
	line-height: 35px;
    overflow-x: hidden; 
    letter-spacing: 0.05em;
}

body {
	color: var(--navy);
    font-family: area-normal, sans-serif;
	margin: 0 0 0px;
	padding: 0;
    font-weight: 400;
    font-size: 18px;
	line-height: 36px;
    letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: var(--teal);
	color: #fff;
}

::selection {
	background-color: var(--teal);
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    color: var(--navy);
    text-decoration: none;
}

.content a {
    text-decoration: underline;
}

table {
	border: none;
}

a:hover {
	opacity: 1;
    transition: all .4s;
	color: var(--teal);
	text-decoration: underline;
    background-color: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
     font-weight: 400;
    font-size: 18px;
	line-height: 36px;
}

p strong {
    font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote, blockquote p {
    font-family: "Batusa", serif;
    color: var(--navy);
	font-size: 42px;
    text-align: right;
    line-height: 60px;
    letter-spacing: 1px;
    font-style: normal;
    margin: 0px auto;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Image Classes
--------------------------------------------- */

.wp-block-image .aligncenter {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

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%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.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;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/* Site Containers
--------------------------------------------- */
	
.site-container {
    margin: 0px auto 0px;
    width: 100%;
    position: relative;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}

.content.center {
    text-align: center;
}

.content.center hr {
    margin: 40px auto;
}

.wrapper, .wrap {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
    z-index: 98;
    display: block;
    width: 100%;
}

.site-inner .wrap {
    max-width: 100%;
}

.section .wrap {
    max-width: 1440px;
}

.wrapper.more-pad, .more-pad {
    max-width: 1000px;
}

.wrapper.more-pad2 {
   max-width: 800px;
}

.wrapper .center {
    text-align: center;
}

.wrapper .center hr {
    margin: 40px auto;
}

.wrapper .center a.button {
    float: none;
}

.wrapper.full-width {
    max-width: none;
}

/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	text-align: center;
	left: 0;
	right:0;
    margin: 0px auto 0px;
    position: fixed;
	z-index: 99;
    display: flex;
    justify-content: center;
	transition: all 0.3s ease-in-out;
}

.site-header.sticky {
    position: fixed;
    top: 0;
    height: 68px;
    background-color: var(--navy);
    width: 100%;
    z-index: 1000;
}

.site-header {
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}

.site-header.sticky {
    transform: translateY(0);
    opacity: 1;
}

.site-header:not(.sticky) {
    transform: translateY(-10px);
}

.site-description {
    display: none;
}


.title-area {
    float: left;
    transition: all 0.3s ease-in-out;
    height: 120px;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

h1.site-title {
    display: none;
}

.custom-logo-link {
    display: flex;
}

.custom-logo-link img {
    height: 50px;
    width: auto !important;
    margin: 20px 30px;
}

p.site-title {
    display: none;
}

.nav-primary {
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding: 0px 50px 0px 0px;
}  

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.sticky .title-area, 
.sticky-logo {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sticky .sticky-logo {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: left;
	height: 77.5px;
    float: left;
}

.sticky .sticky-logo img {
    padding: 14px 30px;
    max-width: 236px;
}

.sticky .nav-primary li a {
    padding: 30px 0px;
}

.sticky .nav-primary li ul li a {
    padding: 0px 0px;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    margin-left: 0;
    display: flex;
    font-family: area-normal, sans-serif;
    font-weight: 400;
    font-size: 18px;
    justify-content: flex-end;
    align-items: center;
    text-align: justify;
    max-width: 100%;
    width: 100%;
}




.genesis-nav-menu .menu-item {
    display: inline-block;
    margin: 0px 25px;
    vertical-align: middle;
}

.nav-primary li a, .mobile-nav a {
    letter-spacing: 0px;
    display: block;
	color: white;
    cursor: pointer;
    font-size: 18px;
}

.nav-primary li ul li a {
    padding: 0px 0px;
}

.nav-primary li a:hover, .mobile-nav a:hover {
	color: var(--tan);
	text-decoration: none;
}

.nav-primary li {
    text-align: center;
    padding-top: 0px;
    position: relative;
}

.nav-primary .genesis-nav-menu a:hover {
    transition: all .4s;
}

.nav-primary .genesis-nav-menu li.menu-item-has-children a:hover {
    transition: all .4s;
}

.nav-primary li:last-child {
    margin-right: 0px;
}

.nav-primary ul.sub-menu {
    margin-top: 0px;
    opacity: 0;
    top: 40px;
    z-index: 100000;
    background-color: white;
    position: absolute;
    overflow: visible;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.14));
    min-width: 210px;
    border-radius: 0px 0px 15px 15px;
    width: auto;
    padding: 10px 20px 20px;
    transition: 0.4s all;
    pointer-events: none;
    visibility: hidden;
}

.nav-primary ul.sub-menu:after {
    content: " ";
    position: absolute;
    left: 10px;
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
}

.nav-primary ul.sub-menu li {
    margin-right: 0px;
    white-space: nowrap;
}

.nav-primary ul.sub-menu li a {
	color: var(--navy);
    text-transform: none;
	letter-spacing: 1px;
	line-height: 20px;
}

.nav-primary li.button a {
    background-color: var(--teal);
    color: white !important;
    text-align: center;
    line-height: 20px;
    padding: 16px 35px 18px !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px !important;
    font-size: 14px !important;
    transition: all 0.4s;
}

.nav-primary ul li.button a:hover {
    transition: all 0.4s;
    background-color: var(--teal);
}

.nav-primary li.menu-item-has-children {
    position: relative;
}

.nav-primary li.menu-item-has-children:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.nav-primary li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s, visibility 0s;
}
	
.nav-primary li.menu-item-has-children ul.sub-menu:hover,
.nav-primary li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-primary ul.sub-menu:hover {
    opacity: 1 !important;
}

.nav-primary ul.sub-menu li {
	display: block !important;
    text-align: left;
}

.nav-primary ul.sub-menu li:first-child {
    margin: 0px 0px;
}

.nav-primary ul.sub-menu li:first-child a,
.nav-primary ul.sub-menu li a {
    margin: 10px 0px 0px;
}

.nav-primary ul.sub-menu li a:hover {
    color: var(--teal);
}

li.menu-button {
    position: absolute;
    right: 0px;
    color: white;
    transition: all .4s;
}

li.menu-button a {
    border: 1px solid var(--white);
    padding: 14px 20px;
    color: var(--navy);
    transition: all .4s;
    margin-top: -14px;
}

li.menu-button a:hover {
    background-color: var(--white);
    color: white;
    transition: all .4s;
    margin-top: -14px !important;
    opacity: 1;
}

#mobile-menu-toggle {
  position: fixed;
  top: 38px;
  right: 20px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
    transition: transform 0.3s ease;
  height: 23px;
     z-index: 99999;
}

#mobile-menu-toggle.sticky {
	 top: 20px;
    right: 6%;
    position: fixed;
    left: auto;
}


#mobile-menu-toggle span {
  display: block;
  height: 2px;
  background: white;
  border-radius: 4px;
    width: 34px;
     transition: all 0.3s ease;
  transform-origin: center;
}



#mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px)
}

#mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

#mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}

#mobile-menu-overlay {
  position: fixed;  
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
     max-width: 520px;
  z-index: 9999;
  flex-direction: column;
    transform: translateX(100%);
  transition: transform 0.3s ease;
  align-items: left;
  justify-content: flex-start;
  padding: 2rem;
  overflow-y: auto;
  transition: all 1s ease;
    background-image: url("/wp-content/themes/embark/images/pattern.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#mobile-menu-overlay.active {
  display: flex;
     transform: translateX(0);
}

.menu-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 10% 0px 0px;
}


.menu-logo img {
    max-width: 222px;
    margin: 20px 0px 50px 0px;
}

.menu-logo {
text-align: left;
}

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px 40px;
    text-align: left;
    width: 100%;
}

.mobile-nav li {
  margin-bottom: 1rem;
}

.mobile-nav li.mobile-button a {
    text-transform: Uppercase;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    bottom: 75px;
    right: 81px;
    letter-spacing: 1px;
}

.mobile-nav li.mobile-button a::after {
content: '';
    position: absolute;
    bottom: -61px;
    right: -62px;
    width: 128px;
    height: 128px;
    background: var(--teal);
    border-radius: 50%;
    opacity: 0.67;
    z-index: -1;
    transition: 0.4s all;
}

.mobile-nav li.mobile-button a:hover::after {
     opacity: 1;
    transition: 0.4s all;
}

/* Headings
--------------------------------------------- */

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}

i.fa-light { 
    font-style: normal;
}

h1, h2.large, 
.quicklinks li {
    margin-top: 0px;
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    color: var(--teal);
    font-family: 'Batusa', serif;
}

h2.uppercase {
    text-transform: uppercase;
}

h2 {
    font-size: 60px;
    font-family: 'Batusa', serif;
    line-height: 73px;
    color: var(--navy);
    font-weight: 100;
    margin-bottom: 20px;
}

h1.entry-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: var(--teal);
    font-family: 'Batusa', serif;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--navy);
    font-weight: 400;
    font-family: area-normal, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 strong {
    color: var(--teal);
    font-weight: 700;
}

h2 u {
    text-decoration: none;
    position: relative;
}

h2 u:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: auto;
    background: var(--teal);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

h3 em, 
h3.caption {
    font-style: italic;
}

h4 {
    font-family: area-normal, sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 7px;
    text-transform: uppercase;
    color: var(--navy);
}

h4.small {
    font-family: area-normal, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--teal);
}

h5 {
    font-family: area-normal, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: var(--teal);
    text-transform: uppercase;
    margin: 0px auto 25px;
}

h4.widgettitle {
    font-family: area-normal, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: var(--teal);
    text-transform: uppercase;
}

h6 {
    font-size: 19px;
    line-height: 34px; 
    font-style: italic;
    font-weight: normal;
}

h7 {
    font-family: "Batusa", serif;
    font-weight: 400;
    font-size: 80px;
    text-transform: Capitalize;
    line-height: 70px;
    color: var(--teal);
}

/* Custom Theme Styles
--------------------------------------------- */

.block {
    overflow: auto;
    padding: 50px 0px;
}

.section {
    padding: 100px 0px;
}

.section.nopad {
    padding: 0px;
}


.site-inner ul {
    margin-bottom: 30px;
}

.site-inner ul li, .section ul li {
    list-style-type: disc;
    margin-lefT: 25px;
    line-height: 30px;
    margin-bottom: 18px;
}

.site-inner ul li::marker, .section ul li::marker {
    color: var(--orange);
}

.site-inner .dark ul li::marker {
    color: #fff;
}

ol {
    counter-reset: listNumbering;
    margin-left: 20px;
}

ol li:before {
    content: counter(listNumbering, decimal) '.';
    font-size: 30px;
    display: inline;
    left: 10%;
    position: absolute;
    color: var(--teal);
    font-weight: 800;
    margin-top: 0px;
}

.dark ol li:before {
    color: var(--teal);
}

ol li {
    counter-increment: listNumbering;
    margin-bottom: 15px;
    margin-lefT: 20px;
    display: list-item;
    list-style-position: inside;
}

.single ol li:before {
    font-size: 28px;
    margin-top: 0px;
    margin-left: 20px;
}

.single ol li {
    margin-left: 45px;
}

.single ol {
    margin-left: 20px;
    margin-bottom: 40px;
}

hr {
    width: 80%;
    background-color: var(--orange);
    margin: 30px 0px;
    height: 5px;
    border-width: 0px;
}


/* 404
--------------------------------------------- */

.error404 .site-inner {
    background-size: cover;
    overflow: auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px;
}

.error404 .content {
    padding: 2% 2% 0px;
}

.error404 .entry-content{
    padding: 0;
    float: none;
}

.error404 .search-form input[type="search"] {
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    font-family: area-normal, sans-serif;
}

.error404 .search-form {
    display: flex;
    flex-wrap: nowrap;
}

.error404 .search-form input[type="submit"]::after {
    content: "➞";
    position: absolute;
}




/* Footer Widgets Styles
--------------------------------------------- */

#back-to-top {
    background-color: var(--teal);
    position: fixed;
    right: 20px;
    border-top: 0px;
    border-radius: 30px;
    bottom: 20px;
    z-index: 1000;
    display: block;
    padding: 13px 16px 10px !important;
    transition: 0.4s all;
}

#back-to-top:hover {
    transition: 0.4s all;
    background-color: var(--navy);
}

#back-to-top img {
    max-width: 15px !important;
    margin-bottom: 6px;
}

.footer-widgets {
    clear: both;
    margin: 0px auto;
    padding: 0px 0px 0px;
    overflow: visible;
    border-radius: 38px 38px 0px 0px;
    width: calc(100% - 40px);
    z-index: 102;
    position: relative;
    background-color: var(--teal);
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.footer-widgets a {
    color: #fff;
}

.footer-widgets h4 {
    color: var(--tan);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 17px;
    margin-top: 70px;
    padding-left: 100px;
}

.footer-widgets h2 {
    color: white;
    font-size: 40px;
    padding-left: 100px;
    line-height: 42px;
    margin-top: 0px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    border-bottom: 1px solid white;
}

#media_image-3 {
    padding-left: 100px;
}


.footer-widgets .wrap {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}


.footer-widgets .footer-widgets-1 {
    width: 55%;
    border-right: 1px solid white;
    padding-bottom: 50px;
}


.footer-widgets .footer-widgets-2 {
    width: 35%;
    padding-right: 5%;
    border-right: 1px solid white;
    padding: 70px 0px;
}

#text-5 {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

#text-5 p {
    font-size: 12px;
    line-height: 18px;
}

#text-5 p a {
    text-decoration: underline;
}


h4.widget-title {
    display: none;
}

.site-footer {
    display: none;
}



/* Form Styles
------------------------------------------------------------ */

/* Hide the default checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
}

/* Style the custom checkbox when it's checked */
input[type="checkbox"]:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 0px;
    margin-left: -9px;
    color: white;
    background-color: transparent;
}

/* Style the custom checkbox when it's hovered */
input[type="checkbox"]:hover {
    border-color: white;
}

/* Style the custom checkbox when it's focused */
input[type="checkbox"]:focus {
    box-shadow: 0 0 3px 3px rgba(0, 119, 204, 0.2);
}


.dark input, .dark select, .dark textarea{
    border-color: white;
}


input, select, textarea, .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main, 
.gform_wrapper.gravity-theme .gfield textarea.medium {
    background-color: inherit;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom:1px solid white;
    padding: 7px !important;
    color: white;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 22px 15px !important;;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
}

    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0px !important;
       
    }

#input_1_1_3 {
     border-right: 1px solid white;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0px !important;;
}

 
#field_1_3 > div > div {
    display: none;
}

input::placeholder, textarea::placeholder {
    color: white;
    text-transform: uppercase;
}

.dark input::placeholder, .dark textarea::placeholder {
    color: white;
    text-transform: uppercase;
}

::-moz-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: white;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: white;
}

input:focus {
    outline: none;
    border-bottom: 1px solid white;
    -webkit-appearance:none;
    border-radius: 0;
}

textarea:focus {
    outline: none;
    border: 1px solid white;
    border-radius: 0;
}

.gform_confirmation_message {
    padding: 0px 1.5rem;
}


.gform_wrapper {
    border-top: 1px solid white;
    width: 100%;
    margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
    width: 49%;
    display: inline-block;
}

.gf_right_half {
    width: 49%;
    display: inline-block;
    margin-left: 2%;
}


/* Button Styles
------------------------------------------------------------ */

a.button, button, wp-block-button__link {
    background-color: transparent;
    display: inline-block;
    color: var(--navy);
    text-align: left;
    border-radius: 0px;
    line-height: 27px;
    padding: 12px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    transition: all 0.4s;
    text-decoration: none !important;
}  

.cta {
    position: absolute;
    display: inline-table;
    right: 100px;
    bottom: -50px;
}

.button-circle {
    text-transform: uppercase;
    font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
    font-weight: bold;
    letter-spacing: 1px;
  text-decoration: none;
  z-index: 1;
}

.button-circle:hover {
    text-decoration: none;
}

.button-circle .text {
  position: relative;
  z-index: 2;
}

.button-circle .circle {
  content: "";
  position: absolute;
  right: 0;
  width: 128px;
  height: 128px;
  background: var(--orange);
  border-radius: 50%;
  opacity: 0.67;
  z-index: 1;
  transform: translate(50%, -50%);
  top: 50%;
    transition: 0.4s all;
}

.button-circle:hover .circle {
      opacity: 1;
    transition: 0.4s all;
}


input[type=submit] {
    color: white;
    margin-right: 50px;
    position: relative;
    font-weight: bold;
    z-index: 1; 
    width: auto;
    text-transform: uppercase;
    overflow: visible !important; 
}

.gform_wrapper.gravity-theme .gform_footer {
	position: relative;
}

.gform_wrapper.gravity-theme .gform_footer::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 128px;
    height: 128px;
    background: var(--orange);
    border-radius: 50%;
    opacity: 0.67;
    z-index: -1;
    transition: 0.4s all;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 27px 0 !important;
}

a.button:hover::after, .wp-block-button__link.wp-element-button:hover::after, .gform_wrapper.gravity-theme .gform_footer:hover::after {
    opacity: 1;
    transition: 0.4s all;
}


.dark button, html .dark input[type=button], .dark input[type=reset], .dark input[type=submit] {
    background: white !important;
    color: var(--navy) !important;
}


a.button:hover, .wp-block-button__link:hover {
    text-decoration: none;
}



a.button.teal, .error404 .search-form input[type="submit"] {
    background-color: var(--teal);
    color: #fff;
    transition: all 0.4s;
    letter-spacing: .05em;
    font-size: 18px;
    width: auto;
}

.error404 .search-form input[type="submit"]:hover {
    transition: all 0.4s;
    background-color: var(--navy);
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.navy, .has-navy-background-color {
    background-color: var(--navy);
}

.has-navy-color {
    color: var(--navy);
}

.teal, .has-teal-background-color {
   background-color: var(--teal); 
}

.has-teal-color {
    color: var(--teal);
}

.white, .has-white-background-color {
   background-color: white; 
}

.has-white-color {
    color: white;
}

.teal, .has-teal-background-color {
   background-color: var(--teal); 
}

.has-teal-color {
    color: var(--teal);
}

.rust, .has-rust-background-color {
   background-color: var(--rust); 
}

.has-rust-color {
    color: var(--rust);
}

.orange, .has-orange-background-color {
   background-color: var(--orange); 
}

.has-orange-color {
    color: var(--orange);
}

.lttan, .has-lttan-background-color {
   background-color: var(--lttan); 
}

.has-lttan-color {
    color: var(--lttan);
}

.white {
    overflow: auto;
    background-color: #fff;
}

.border-bottom {
    border-bottom: 3px solid var(--teal);
}

.wrapper.border-bottom {
    border-bottom: 3px solid var(--teal);
    overflow: auto;
}

.border-top {
    border-top: 3px solid var(--teal);
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.pattern {
    background-image: url(/wp-content/themes/embark/images/pattern.jpg);
    background-repeat: repeat;
    background-size: cover;
}


.dark, .dark p, .dark h2, .dark h4, .dark h3, .dark h1, .dark h5, .dark h2.large, .dark h6, .dark h7, .dark a, .dark .gform_wrapper.gravity-theme .gf_progressbar_title, .dark .gform_wrapper.gravity-theme .gfield_required, .dark select, .dark input, .dark .datepicker {
    color: #fff;
}

/* Column Classes
--------------------------------------------- */
	
.wp-block-column:not(:first-child) {
    margin-left: 4em !important;
}

.twocol {
    column-count: 2;
    column-gap: 6rem;
}

.one,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.three-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.two-fifths,
figure {
    display: inline-block;
    float: left;
    margin-left: 2.564102564102564%;
}

figure {
    margin-right: auto;
    margin-left: auto;
}


.one {
    width: 100%;
    margin: 0px;
}
	
.nomargin {
    margin-left: 0px !important;
}

.one-half.nomargin {
    width: 50%;
}

.one-third.nomargin {
    width: 33.333%;
}

.two-thirds.nomargin {
    width: 66.666%;
}

.one-half,
.three-sixths,
.two-fourths, 
.gallery-columns-2 .gallery-item {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths, 
.gallery-columns-3 .gallery-item {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}
    
.two-fifths {
    width: 37.435897435897436%;
}

.one-fourth, 
.gallery-columns-4 .gallery-item {
    width: 23.076923076923077%;
}

.three-fifths {
    width: 57.435897435897436%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

.clearfix {
    height: 0px;
    margin: 0px;
    padding: 0px;
}



.imgcont {
    position: relative;
}

.imgcont img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .news-image .imgcont {
        height: 150px;
    }
    
    .news-item {
        padding: 15px;
    }
}


/* Hidden
--------------------------------------------- */

.hide-desktop {
    display: none !important;
    text-align: center;
}

.hide-mobile {
    display: block !important;
}

iframe {
    max-width: 1440px;
    margin: 20px auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}



/* Default Page Template 
--------------------------------------------- */

.page-template-page-php .site-header:not(.sticky), .error404 .site-header:not(.sticky) {
    background-color: var(--navy);
}

.page-template-page-php .entry-content, .error404 .entry-content {
    padding: 50px 0px;
}


/* Homepage 
--------------------------------------------- */
.section-header {
    display: flex;
    align-items: center;
  justify-content: space-between;
  gap: 1rem;
    
}

.line {
  width: 40%;
  background-color: transparent; 
  height: 4px;
  position: relative;
  flex-grow: 1;
  overflow: visible;
}

.line::after {
  content: "";
  background-image: url('/wp-content/uploads/2025/06/arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 24px;
  display: block;
  position: absolute;
  right: -3px;
  top: calc(50% - 11px);
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 1s; 
    z-index: 999999;
}

.line.aos-animate::after {
  opacity: 1;
}


.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
  z-index: 0;
}

.line.aos-animate::before {
  transform: scaleX(1);
}


.section-label {
    display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--orange);
}

.section-label .circle-bg {
    position: absolute;
    left: -33px;
    top: -32px;
    width: 128px;
    height: 128px;
    background: var(--orange);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

.dark .section-label .circle-bg {
    background: var(--rust);
    opacity: 1;
}

.lttan .section-label .circle-bg {
    background: var(--tan);
    opacity: 0.55;
}

h3#communities-heading {
    max-width: 304px;
    margin: 0;
  flex-shrink: 0;
  text-align: right;
}

.dark .section-label .label-text {
    color: white;
}

.section-label .label-text {
    padding-left: 20px;
    color: var(--navy);
    font-weight: bold;
}


/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    color: white;
    background-color: var(--navy);
    background-position: center center;
}

h1#hero-heading {
    margin-bottom: 30px;
    max-width: 676px;
} 

.hero-content p {
    font-size: 22px;
    max-width: 507px;
    line-height: 44px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}



.heromask {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background:
       linear-gradient(to bottom, var(--navy) 0%, transparent 40%),
        linear-gradient(to right, var(--navy) 30%, transparent 40%),
        linear-gradient(to top, var(--navy) 30%, transparent 63%);
    opacity: 0.7;
}



/* White Block Section */
.white-block {
    background: white;
}

h2#white-block-heading {
    margin-left: -200px;
}

.white-block .pattern-box {
    background: url('/wp-content/uploads/2025/06/pattern-box.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.content-area {
    grid-column: 2;
    padding: 2rem 0px;
}

.content-area p {
    max-width: 525px;
}

.primary-button {
    display: inline-block;
    background: var(--orange);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.primary-button:hover {
    background: var(--orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(209, 122, 71, 0.3);
}

.communities-grid {
    margin-top: 3rem;
}

.community-images {
    display: flex;
    gap: 2rem;
}
/* Layout container for both slider and static image */
.community-images {
    display: flex;
    gap: 2rem;
}

/* Shared styling: static and slider containers */
.community-image-1,
.community-image-2,
.community-slider .slide-wrapper {
    border-radius: 38px;
    position: relative;
    overflow: hidden;
}

/* Static image 1 and slider use same dimensions */
.community-image-1,
.community-slider .slide-wrapper {
    width: 100%;
    height: 650px;
}

/* Static image 2 */
.community-image-2 {
    width: 450px;
    height: 650px;
}

/* Slider wrapper: do NOT apply height directly */
.community-slider {
    width: 100%; /* Ensures proper layout alignment */
}

/* Image wrapper inside each slide — provides height */
.community-slider .slide-wrapper {
    position: relative;
    overflow: hidden;
}

/* All images (static + slider) */
.community-images img,
.community-slider .slide-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Image position override for static image 1 and slider images */
.community-image-1 img,
.community-slider .slide-wrapper img {
    object-position: bottom center;
}



.community-content {
    display: flex;
    justify-content: flex-start;
    gap: 6rem;
    padding: 4rem 0 0;
}

.community-content p {
    max-width: 526px;
    margin-left: 5rem;
}

.community-features {
    width: 390px;
}


.community-features p {
    max-width: none;
    margin-left: 0px;
}

.features-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 1px;
}


.what-we-do-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

#what-we-do .section-header {
    display: block;
}

h2#what-we-do-heading {
    color: var(--tan);
    font-size: 60px;
    line-height: 65px;
    padding-left: 20px;
    margin-top: 5px;
    max-width: 600px;
}

h3#investor-heading {
    max-width: 404px;
    margin: 0;
  flex-shrink: 0;
  text-align: right;
}

.content-text {
    margin-left: 5rem;
}

.icon {
    background-color: var(--navy);
    background-image: url("/wp-content/uploads/2025/06/icon-large.png");
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: 106% 114%;
}


.tan-block {
    background: var(--lttan);
    padding: 6rem 0;
}

.rust.pattern h3 {
    color: var(--rust);
    margin-bottom: 1rem;
    max-width: 200px;
}

.media-wrapper {
  position: relative;
  overflow: hidden;
    max-width: 965px;
}

.media-wrapper img,
.media-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.development-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.development-content {
  position: relative;
  margin-right: -100px; 
  z-index: 2;
}

.content-card {
  background: var(--lttan);
  padding: 3rem 2rem;
  border-radius: 38px;
    width: 400px;
}



.content-card p {
    margin-bottom: 0px;
}

.investor-content {
    margin-top: 3rem;
    max-width: 750px;
    margin-left: 5rem;
}


html {
    scroll-behavior: smooth;
}


/* Responsive Styles
--------------------------------------------- */
@media only screen and (min-width: 1380px) {
}

@media only screen and (max-width: 1590px) {
 
    
    .wrapper, .wrap, 
    .addwrap, 
    .search .content,
    h1.entry-title, 
    h2.entry-title {
        max-width: 1280px;
    }
    

  
    
    .title-area {
    height: 100px;
    }
    
   
}

@media only screen and (max-width: 1460px) {
  
  
    .section .wrap {
    max-width: 1290px;
}
    
}

@media only screen and (max-width: 1290px) {
    .wrapper, .wrap, 
    .addwrap, 
    .search .content, 
    h1.entry-title, 
    h2.entry-title {
        max-width: 1100px;
    }
    
    
    #menu-main-menu-1 {
    font-size: 17px;
    }
    
    h1, h2.large, .quicklinks li {
    font-size: 80px;
    line-height: 80px;
}
    
    h2 {
    font-size: 60px;
        line-height: 65px;
    }
    
    h3 {
    font-size: 30px;
    line-height: 37px;
    }
    
   
}

@media only screen and (max-width: 1200px) {
    .wrapper, .wrap {
        max-width: 90% !important;
    }
    

  
}

@media only screen and (max-width: 1090px) {
  
   
    
    #mobile-menu-toggle {
  display: flex;
    }

    h1 {
        font-size: 60px;
        line-height: 65px;
    }
    
    h2, h2#what-we-do-heading {
        font-size: 50px;
        line-height: 54px;
    }
   
	.what-we-do-content {
    margin-top: 2rem;
}
    
    .nav-primary {
        display: none;
    }
    
    .one-half {
        display: block;
        float: none;
        width: 100% !important;
        margin: 0px auto 50px;
    }
    
    .section {
        overflow: auto;
        padding: 60px 0 !important;
    }
    
    .three-fifths {
        width: 100%;
        display: block;
    }
    
    .site-header {
    justify-content: flex-start;
         padding-lefT: 30px;
    }
    
    .community-content p, .content-text, .investor-content {
    margin-left: 0rem;
}
    
    .community-content {
    gap: 3rem;
    }
    
    .footer-widgets h4, .footer-widgets h2, #media_image-3 {
        padding-left: 7%;
    }
    
    .footer-widgets .wrap {
        max-width: 100% !important;
    }
    
    .footer-widgets h2 {
        padding-right: 5%;
    }
    
}

@media only screen and (max-width: 920px) {
 
    
    .hide-desktop {
        display: block !important;
    }
    
    .hide-mobile {
        display: none !important;
    }
    
       
    
    .footer-widgets .wrap {
    display: block;
    }
    
    
    .footer-widgets .footer-widgets-3 {
        width: 100%;
        padding: 40px 0px;
    }
	
	    .footer-widgets h4, .footer-widgets h2, #media_image-3 {
        padding-left: 0px;
        width: 80%;
        margin: 0px auto;
    }
	
	.footer-widgets h2 { 
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: 0px;
		margin-top: 15px;
	}
	
	.footer-widgets h4 {
		margin-top: 70px;
	}
    
	.community-content {
        flex-wrap: wrap;
    }
	
	.community-content p {
    max-width: 100%;
	}
	
	#media_image-3 {
		display: none;
	}
	
	.footer-widgets .footer-widgets-1 {
    width: 100%;
    border-right: 0px;
}
	
	.footer-widgets .footer-widgets-2 {
		width: 80%;
    padding-right: 5%;
    border: 0px;
    margin: 0px auto;
		padding: 0px 0px 200px;
	}
	
	.gform-body {
		border-right: 1px solid white;
		border-left: 1px solid white;
	}
    
}
    
@media only screen and (max-width: 800px) {
 
    
    .site-header {
        border-radius: 0px;
    }
    
    .site-header:not(.sticky) {
        opacity: 1;
    }
    
     h1 {
        font-size: 38px;
        line-height: 38px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    h3 {
        font-size: 25px;
        line-height: 31px;
    }
    
    body, p, .hero-content p {
        font-size: 17px;
        line-height: 33px;
    }
    
    .cta {
        bottom: -135px;
    }
    
   .content-grid {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 0rem;
    }
    
    h2#white-block-heading {
    margin-left: 0px;
    }
    
    .content-area {
    grid-column: 2;
    padding: 0px 0px 200px;
    display: flex;
    flex-direction: column-reverse;
}
    
    .white-block .pattern-box {
    background-size: 100%;
    width: 100%;
    min-height: 100px;
    background-position: top;
       position: absolute;
        bottom: -400px;
}
    
    .white-block {
        padding-bottom: 0px !important;
    }
    
    .white-block .wrapper {
        max-width: 100% !important;
    }
    
    .section-header {
    display: block;
    }
    
    h3#communities-heading,  h3#investor-heading {
    margin: 0;
    margin-top: 14px;
    text-align: left;
}
    
    .line {
        display: none;
    }
    
    .communities-grid {
    display: flex;
        margin-top: 0px;
    flex-direction: column-reverse;
}
    
    .community-content {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.5rem 0rem;
}
    
    .investor-content {
        margin: 0px;
         padding: 1.5rem 0rem 0rem;
    }
    
    .community-images {
        flex-wrap: wrap;
        justify-content: center;
}
    
    h2#what-we-do-heading, .section-label .label-text {
    padding-left: 0px;
    }
    
    .what-we-do-content {
        display: block;
        margin-bottom: 150px;
    }
    
    .icon {
        background-size: 250px;
    }
    
    .development-grid {
    flex-direction: column-reverse;
    }
    
    .development-content {
        margin-right: 0px;
    }
    
    .content-card {
        margin: 0px auto;
        width: 90%;
    }
    
    .media-wrapper {
        margin-top: -100px;
    }
    
    .rust .wrapper {
        max-width: 100% !important;
    }
    
    .ginput_container {
            max-height: 192px !important;
    }
    
    
}

@media only screen and (max-width: 568px) {
    
    .section {
        padding: 90px 0px !important;
    }
    
        h2, h2#what-we-do-heading {
        font-size: 30px;
        line-height: 38px;
    }
    
    .footer-widgets h2 {
        
    }
    
    .title-area {
    height: 80px;
    }
 
    .custom-logo-link img {
    max-height: 52px;
    }
    
        #mobile-menu-toggle {
        top: 24px;
    }
    
    .three-fifths .two-fifths {
        width: 100%;
        margin: 0px auto;
    }
    
    .nav-primary li {
        margin-right: 0px;
    }
    
    .custom-logo-link img {
        margin-left: 0px;
        margin-top: 40px;
    }
    
    .sticky .sticky-logo img {
        padding: 10px 0px;
        max-width: 200px;
    }
    
    
    .four-sixths, .two-thirds {
        width: 100%;
    }
    
    
    
    .content-area {
            max-width: 90% !important;
        padding: 0px 0px 100px;
    }
    
    .hero {
    min-height: 83vh;
    }
    
    
    .button-circle .circle, .section-label .circle-bg {
    width: 80px;
    height: 80px;
    }
    
    .community-features h4 {
        border-top: 3px solid var(--orange);
        padding-top: 30px;
    }
    
    .cta {
        bottom: -75px;
        right: 30px;
    }
    
        h2#white-block-heading {
        margin-top: 0px;
    }
    
    .community-features h4 {
        font-size: 15px;
    }
    
    .community-content {
        gap: 0rem;
    }
    
    .section ul li {
    font-size: 15px;
    margin-bottom: 7px;
}
    
    .community-image-1 {
    height: 230px;
} 
    
    .community-image-2 {
    height: 330px;
}
    
    .icon {
            background-position: 129% 106%;
    }
    
    
    .content-card {
    padding: 2rem;
    }
    
    .media-wrapper {
        margin-top: -15px;
    }
    
    .footer-widgets {
        width: 100%;
    }
    
        .footer-widgets h4, .footer-widgets h2, #media_image-3, .footer-widgets .footer-widgets-2 {
        width: 90%;
    }
}

@media only screen and (max-width: 470px) {
  
    
    a:hover {
        text-decoration: none !important;
    }
    
    
    
    .footer-widgets .footer-widgets-2 {
        text-align: center;
    }
    
        .footer-widgets .footer-widgets-3 {
        text-align: center;
        width: 100%;
            display: block;
    }

	
    
}