/*
	Theme Name: Canvas Residential Partners
	Description: A custom mobile responsive and HTML5 theme
	Author: Laura Wyatt
	Template: genesis
*/

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

:root {
   --navy: #003A49;
   --teal: #007473;
   --darkteal: #00524C;
   --rust: #A85522;
   --ltteal: #4C858E;
   --butter: #F2E4B1;
   --lttan: #F0ECDF;
}

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

html{
  font-family: "Kumbh Sans", sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

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: "Kumbh Sans", sans-serif;
	margin: 0 0 0px;
	padding: 0;
    font-weight: 400;
    font-size: 19px;
	line-height: 37px;
    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(--ltteal);
	color: #fff;
}

::selection {
	background-color: var(--ltteal);
	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: 19px;
	line-height: 37px;
}

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: "Literata", 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;
    background-color: var(--navy);
    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;
    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);
}



.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 {
    max-height: 59px;
    width: auto !important;
}

p.site-title {
    display: none;
}

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

.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: "Kumbh Sans", 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 40px;
    vertical-align: middle;
}

.nav-primary li a {
    letter-spacing: 0px !important;
    display: block;
	color: white;
    cursor: pointer;
}

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

.nav-primary li a:hover {
	color: var(--ltteal);
	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(--darkteal);
}

.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(--ltteal);
}

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

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

li.menu-button a:hover {
    background-color: var(--navy);
    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: 3px;
  background: #F0ECDF;
  border-radius: 4px;
    width: 34px;
     transition: all 0.3s ease;
  transform-origin: center;
}

#mobile-menu-toggle span:nth-child(2) {
    left: 7px;
    position: relative;
}

#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;  
border-radius: 0px 0px 0px 90px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
     max-width: 520px;
  background: var(--navy);
  z-index: 9999;
  flex-direction: column;
    transform: translateX(100%);
  transition: transform 0.3s ease;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow-y: auto;
  transition: all 1s ease;
    background-image: url("/wp-content/themes/canvas/images/menu-bkg.png");
    background-repeat: repeat-x;
    background-size: 44%;
}

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

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


.menu-logo img {
    max-width: 150px;
    margin: 40px auto;
}

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

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

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

.mobile-nav a {
  font-size: 1.5rem;
    font-weight: 100;
    color: white;
    font-family: 'Literata', serif;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-nav a:hover {
  color: var(--ltteal);
}


.nav-search-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-left: 0px;
    vertical-align: middle;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--navy);
}

.search-form {
    position: absolute;
    right: 100%;
    top: 50%;
    border-radius: 30px !important;
    transform: translateY(-50%);
    margin-right: 10px;
}

.search-input {
    width: 0;
    padding: 8px 0;
    border: none;
    border-radius: 30px !important;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
}

.search-input.active {
    width: 300px;
    border-radius: 30px !important;
    padding: 17px 15px !important;
    opacity: 1;
    pointer-events: all;
    border: 1px solid #ddd;
}

button.search-toggle {
    padding: 0px !important;
}

button.search-toggle:hover {
    background-color: transparent;
    color: var(--teal);
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.nav-search-wrapper .fa-magnifying-glass {
    font-size: 18px;
    vertical-align: middle;
}

/* 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: 100;
    font-size: 100px;
    line-height: 100px;
    color: var(--ltteal);
    font-family: 'Literata', serif;
}

h2.uppercase {
    text-transform: uppercase;
}

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

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

h3 {
    font-size: 30px;
    line-height: 37px;
    color: var(--navy);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    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(--ltteal);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

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

h4 {
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--ltteal);
}

h5 {
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: var(--ltteal);
    text-transform: uppercase;
}

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

h7, h6.script {
    font-family: "Literata", serif;
    font-weight: 400;
    font-size: 80px;
    text-transform: Capitalize;
    line-height: 70px;
    color: var(--ltteal);
}

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

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

.section {
    padding: 100px 0px;
}

.section.nopad {
    padding: 0px;
}

.slick-prev:hover, 
.slick-next:hover {
    cursor: pointer;
}


.slick-prev {
    bottom: 30px;
    right:80px;
}

.slick-next {
   bottom: 30px;
    right:20px;
}

.slick-prev, .slick-next {
    position: absolute;
    width: 46px;
    height: 48px;
    z-index: 100;
}

.slick-prev img, .slick-next img {
    height: 43px;
    width: 23px;
}

ul.arrow {
    margin-bottom: 30px;
}

ul.arrow li::before, 
.single .wrapper-inner ul li::before{
    content: "➞";
    position: absolute;
    margin-left: -34px;
    color: var(--ltteal);
    margin-right: 11px;
    font-size: 24px;
    font-weight: bold;
}

ul.arrow li, ul.lilac-arrow li, .single .wrapper-inner ul li {
    margin-bottom: 12px;
    margin-lefT: 20px;
    padding-left: 15px;
}

ul.arrow.navy, 
ul.arrow.green,
ul.arrow.white{
    background-color: transparent !important;
}

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

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

.site-inner ul li::marker {
    color: var(--teal);
}

.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(--ltteal);
}

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(--teal);
    margin: 30px 0px;
    height: 1px;
    border-width: 0px;
}

/* Accordion Styles
--------------------------------------------- */

.accordion-container {
    margin: 2em 0;
    overflow: visible;
}
.accordion-item {
    margin-bottom: 15px;
    overflow: visible;
}
.accordion-header {
    width: 100%;
    letter-spacing: 0px;
    background-color: transparent;
    border: none;
    color: var(--navy);
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.accordion-header:hover, .accordion-header:focus {
    color: var(--teal);
    outline: none;
}     
.accordion-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    color: var(--teal);
    transform: translateY(-50%);
    font-size: 1.5em;
    line-height: 1;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.accordion-panel {
    padding: 10px 0px 20px 30px;
    background-color: transparent;
    overflow: visible;
}
.accordion-panel p {
    margin-top: 0;
}

/* 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: "Kumbh Sans", sans-serif;
}

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

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


/* Search Form
--------------------------------------------- */


.nav-search-wrapper .fa-magnifying-glass:before, .fa-search:before {
    display: block;
}

.form-hidden {
    width: 100%;
    position: fixed;
    left: 0;
    margin-left: auto;
    padding: 152px 0 65px;
    opacity: 0;
    display: none;
    height: 100vh;
    transition: all 0.4s;
    z-index: 999999;
    top: 0;
}

.form-hidden.toggle-open {
    opacity: 1;
    transition: all 0.4s;
    display: block;
} 

.form-hidden form#searchform {
    width: 100;
    margin: 0px auto;
    padding-right: 55px;
    position: relative;
    background: #fff;
    opacity: 1;
    padding: 2% 5%;
}

.form-hidden .searchicon {
    cursor: pointer;
}

.form-hidden .close-icon {
    color: var(--navy);
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
}

.form-hidden #searchform input#s {
    border-bottom: 1px solid var(--navy);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    color: var(--navy);
    padding: 14px 15px !important;
    margin-bottom: 20px;
}

.form-hidden #searchform input#s::-webkit-input-placeholder {
    color: var(--navy);
}

.form-hidden #searchform input[type="submit"] {
    width: 162px;
    text-align: center;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background-color: var(--teal);
    padding: 18px 36px;
}

.search-results .site-inner {
    margin: 50px 0px;
}

.search .content {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
    padding: 0px 5%;
}

.search-results main {
    display: none;
}

/* Search Results
--------------------------------------------- */

.search .sidebar, .error404 .sidebar {
    display: none;
}

h1.archive-title {
    margin: 50px auto;
    text-align: left;
}

.archive-description {
    width: 100%;
}

p.entry-meta {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: left;
}

.search-results h2.entry-title {
    text-align: left;
    margin: 10px 0px 10px;
}

.search-results .entry-content p {
    text-align: left;
}

.search-results .post-image {
    height: auto;
}

.search-results .content article {
    width: 100%;
    margin-right: 0px;
}

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

#back-to-top {
    background-color: var(--teal);
    position: fixed;
    right: 20px;
    border-top: 0px;
    border-radius: 30px;
    bottom: 20px;
    z-index: 999999;
    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;
}

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

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

.footer-widgets h4 {
    color: white;
    font-size: 45px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 100;
	margin-bottom: 30px;
    line-height: 47px;
    font-family: "Literata", serif;
}


.footer-widgets .wrap {
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
}


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

.footer-widgets .footer-widgets-1 .custom-html-widget {
    display: flex;
    justify-content: space-between;
}

#text-4 {
    display: none;
}

.cta {
    padding-top: 10px;
    justify-content: center;
    align-items: center;
    padding-right: 170px;
}

#custom_html-3 {
    width: 100%;
    flex-grow: 3;
    font-size: 8px;
    padding-top: 50px;
    line-height: 12px;
    color: var(--teal);
}
#custom_html-3 a {
   color: var(--teal);
}

#media_image-3 img {
    max-width: 155px !important;
    margin-top: 20px;
}


.footer-widgets .footer-widgets-2 {
    border-right: 1px solid #fff;
    min-width: 400px;
    padding: 70px 100px 70px 0px;
}


.footer-widgets .footer-widgets-3 {
    padding: 50px 0px 20px 100px;
    display: flex;
    flex-wrap: wrap;
    min-width: 800px;
    justify-content: space-between;
}

.footer-widgets .footer-widgets-3 p {
    line-height: 26px;
    font-size: 16px;
    min-width: 300px;
}

h4.widget-title {
    display: none;
}

.site-footer {
    display: none;
}

#menu-main-menu-1 {
    display: flex;
    font-size: 20px;
}

#menu-main-menu-1 li {
    margin-bottom: 7px;
}


.footer-widgets .rotating-icon {
  position: absolute;
  width: 275px; 
  top: -230px;
right: -100px;
  height: 275px; 
  display: flex;
  justify-content: center;
  align-items: center;
}



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

/* Hide the default checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    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: var(--teal);
    background-color: transparent;
}

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

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

.with_frm_style .frm_primary_label {
     font-family: "Kumbh Sans", sans-serif;
    color: var(--navy);
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.with_frm_style .frm_message, .frm_success_style {
    background-color: var(--butter) !important;
    color: var(--navy) !important;
    border-radius: 0px !important;
}

.with_frm_style .frm_message p {
   color: var(--navy) !important;
}

.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
    font-family: "Kumbh Sans", sans-serif;
    color: var(--navy);
}

.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 {
    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 var(--navy);
    padding: 7px !important;
    color: var(--navy);
    font-weight: normal;
    letter-spacing: 0px;
}

input::placeholder {
    color: var(--navy);
}

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

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

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

#form input, #form select, #form textarea {
    background-color: white;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 5px 0px 15px;
    float: left;
    display: inline-block;
    border: 1px solid var(--navy);
    padding: 10px;
    color: var(--navy);
}


a.button, input[type="submit"], button, html input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit], a.arrow, .wp-block-button__link.wp-element-button, .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    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;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 22px;
    border-top: 1px solid var(--rust);
    transition: all 0.4s;
    text-decoration: none !important;
}  

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}

a.button::after, a.arrow::after, .wp-block-button__link.wp-element-button::after {
    content: "";
    opacity: 0;
    margin-left: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    background-position: right;
    position: relative;
    right: 0px;
    background-image: url("/wp-content/themes/canvas/images/arrow-right.png");
    background-size: contain;
    height: 23px;
    width: 51px;
    margin-right: 5px;
    transition: 0.4s all;
}

.frm_style_formidable-style.with_frm_style .frm_submit::after {
     content: "";
    opacity: 1;
    top: 5px;
    margin-left: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    background-position: right;
    position: relative;
    right: 0px;
    background-image: url("/wp-content/themes/canvas/images/arrow-right.png");
    background-size: contain;
    height: 23px;
    width: 51px;
    margin-right: 5px;
    transition: 0.4s all;
}

.frm_style_formidable-style.with_frm_style .frm_submit:hover::after {
    margin-left: 25px;
    margin-right: 0px;
    transition: 0.4s all; 
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover  {
    background-color: transparent !important;
    color: var(--rust);
}

a.arrow {
    color: white;
    border-top: 0px;
}

a.arrow::after {
  background-image: url("/wp-content/themes/canvas/images/arrow-right-white.png");  
}

a.button:hover::after, a.arrow:hover::after, .wp-block-button__link.wp-element-button:hover::after {
    opacity: 1;
    margin-left: 25px;
    margin-right: 0px;
    transition: 0.4s all;
}

a.arrowlink {
    color: var(--navy);
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 2px;
    font-size: 19px;
    transition: all 0.4s;
}

a.button.arrow-down, a.wp-element-button.arrow-down {
    position: relative;
}

a.button.arrow-down::after, .arrow-down a.wp-element-button::after {
    content: "";
    position: relative;
    display: inline-block;
    left: 10px;
    background-image: url("/wp-content/themes/yourtheme/images/arrow-down.svg");
    background-size: contain;
    height: 17px;
    top: 1px;
    background-repeat: no-repeat;
    width: 18px;
    transition: all 0.4s;
}

a.arrowlink:hover {
    text-decoration: none;
    color: var(--teal);
}

a.arrowlink::after {
    content: "";
    position: relative;
    display: inline-block;
    left: 10px;
    background-image: url("/wp-content/themes/yourtheme/images/arrow-right.svg");
    background-size: contain;
    height: 17px;
    top: 1px;
    background-repeat: no-repeat;
    width: 18px;
    transition: all 0.4s;
}

.purple a.arrowlink::after {
    background-image: url("/wp-content/themes/yourtheme/images/arrow-right-white.svg");
}

a.arrowlink:hover::after {
    left: 15px;
    transition: all 0.4s;
}

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

input[type="submit"] {
    margin-top: 20px;
    width: auto !important;
}

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



a.smlink, a.more-link {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

::-moz-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--navy);
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--navy);
}

.gform_wrapper {
    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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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/canvas/images/pattern.png);
    background-repeat: repeat;
    background-size: 68%;
}

.pattern2 {
    background-image: url("/wp-content/themes/canvas/images/pattern-2.jpg");
    background-repeat: repeat;
    background-size: 68%;
}

.pattern3 {
    background-image: url("/wp-content/themes/canvas/images/pattern3.png");
    background-repeat: repeat-y;
    background-size: 68%;
}

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

.gallery-item:first-child {
    margin-left: 0px;
}

.gallery {
    display: flex;
    flex-wrap: no-wrap;
}

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



/* Sliders
------------------------------------------------------------ */

.slider {
    margin-bottom: 90px;
    height: 600px;
}

.slider a h2 {
    color: var(--navy);
}

.slider a:hover h2 {
    color: var(--teal);
    transition: 0.4s all;
}

.slider a:hover p {
    color: var(--navy);
    transition: 0.4s all;
}

.flex-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slidecont {
    display: flex;
    align-items: flex-end;
    height: 600px;
    padding-left: calc((100vw - 1580px) / 2);
    padding-right: 100px;
}

.slider .content {
    width: 100%;
}

.slider a .content {
    text-decoration: none;
}

.slider .two-thirds {
    margin: 0px !important;
    position: relative;
    height: 600px;
}

img.slideimg {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgcont {
    position: relative;
}

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

/* Home
------------------------------------------------------------ */

.vidpic-cont {
    position: relative;
    height: 750px;
	margin-left: 5%;
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 0px 190px;
}

.vidpic-cont .hero-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.vidpic-cont .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    object-fit: cover;
}



.vidpic-cont iframe {
    position: absolute;
	margin: 0px;
	padding: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.vidpic-cont iframe html,
.vidpic-cont iframe body,
.vidpic-cont iframe .player {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    object-fit: cover;
}

.vidpic-cont::after {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	content: "";
	background-color: rgba(0, 58, 73,0.4);
}

.vidpic-cont img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}



.hero {
	position: relative;
	height: 700px;
	z-index: 1;
	overflow: visible !important;
}

.hero .wrap {
	position: absolute;
	left: 10%;
	top: 50%;
}

.white-block {
	overflow: hidden;
	background-size: 30%;
	background-repeat: no-repeat;
	z-index: -1;
	padding: 240px 0px 100px;
}

.white-block p {
	margin-bottom: 40px;
}

.white-block .button {
	margin-right: 30px;
}

.rotating-icon {
  position: relative;
  width: 275px; 
  bottom: -160px;
  height: 275px; 
  display: flex;
  justify-content: center;
  align-items: center;
}


.rotating-icon .icon {
  position: absolute;
  z-index: 2; 
  width: 150px;
  height: 150px; 
}

.rotating-icon .tagline {
  position: absolute;
	top: 10px;
  width: 280px; 
  height: 280px; 
  animation: rotate 20s linear infinite; 
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.teal-block {
	overflow: hidden;
    z-index: 2;
    position: relative;
	padding: 190px 0px;
	border-radius: 0px 190px 0px 190px;
}

.teal-block h2 {
	margin: 0px 0px 0px 100px;
}

.teal-block p {
	margin: 7px 0px 0px 0px;
	max-width: 573px;
}


.tan-block {
    background-color: var(--lttan);
	overflow: visible;
    padding: 600px 0px 450px;
    top: -177px;
    min-height: 1100px;
    z-index: 1;
    position: relative;
    border-radius: 0px 0px 190px;
}


.tan-block .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 0px 130px;
    overflow: auto; 
}


.tan-block p {
	max-width: 950px;
	margin: 0px auto;
}

.tan-block h2, .map-block h2 {
	font-size: 60px;
	line-height: 69px;
	margin-bottom: 40px;
}


.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; 
}


.community-image {
    position: absolute;
    overflow: hidden;
    transition: transform 0.1s ease-out;
    will-change: transform;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}



.image1 {
   width: 21%;
    left: 5%;
    top: 25%;
    transform: translateY(0);
    z-index: 3;
}

.image2 {
  width: 36%;
    left: 32%;
    top: 27%;
    transform: translateY(0);
    z-index: 2;
}

.image3 {
    width: 27%;
    right: 8%;
    top: 22%;
    transform: translateY(0);
    z-index: 1;
}


.image4 {
    width: 37%;
    left: 5%;
    bottom: 4%;
    transform: translateY(0);
    z-index: 2;
}

.image5 {
      width: 25%;
    right: 15%;
    bottom: 0%;
    transform: translateY(0);
    z-index: 3;
}

@media (min-width: 768px) {
  .image1 {
    transform: translateY(calc(var(--scrolly) * -0.18));
  }

  .image2 {
    transform: translateY(calc(var(--scrolly) * -0.10));
  }

  .image3 {
    transform: translateY(calc(var(--scrolly) * -0.15));
  }

  .image4 {
    transform: translateY(calc(var(--scrolly) * 0.19));
  }

  .image5 {
    transform: translateY(calc(var(--scrolly) * 0.17));
  }
    
    
}

.image1:hover,
.image2:hover,
.image3:hover,
.image4:hover,
.image5:hover {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
}



.community-image img {
    width: 100%;
    height: auto;
    display: block;
}



.green-block h2 em {
    display: block;
     margin-left: -100px;
}


.green-block {
   position: relative;
	overflow: hidden;
    margin-top: -350px;
	padding: 360px 0px 200px;
	border-radius: 0px 0px 0px 190px;
}


.green-block::before {
   border-top: 1px solid #F0ECDF;
    left: 0px;
    width: 300px;
    content: "";
    display: block;
    position: absolute;
    bottom: 252px;
}

.green-block .content {
   max-width: 760px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.green-block .content span {
	display: block;
	margin-left: 100px;
}

.map-block {
    overflow: auto;
}

.map-block {
    padding: 266px 0px 150px;
    background-size: 111%;
    margin-top: -181px;
    background-repeat: no-repeat;
    background-position: 491% 78%;
}
.map-block h2 {
    margin-bottom: 60px;
}


/* Team Page
--------------------------------------------- */

.page-template-team .wrapper {
    z-index: 1;
} 

.page-template-team .teal-block {
    border-bottom-left-radius: 0px;
}

.page-template-team .white-block {
    padding-top: 200px;
}

.noround img {
	border-radius: 0px !important;
}

.teal-block.team {
    padding: 150px 0px 90px;
    border-radius: 0px;
    z-index: 0;
}

.team h2 {
    font-size: 36px;
    margin: 0px;
}

.team-intro .content {
    padding-right: 7%;
    padding-left: calc((100vw - 1440px) / 2);
}

.team-intro {
    z-index: 50;
    padding-top: 170px;
    display: flex;
    overflow: visible !important;
}

.team-intro .one-half {
    position: relative;
}

.team-intro h2, .page-template-default h1 {
        font-size: 49px;
    line-height: 57px;
}

.team-intro .imgcont {
    width: 100%;
    position: absolute;
    height: 650px;
}


.team-intro img {
    border-radius: 0px 0px 0px 190px;
}

.stats {
    border-radius: 0px 190px 0px 190px;
    overflow: auto;
    z-index: 50;
    position: relative;
    padding: 120px 0px;
}

.stats h2 {
    color: white;
    margin-top: 0px;
    white-space: nowrap;
  overflow: visible;
  display: inline-block;
}

.stat-number-wrapper {
     color: white;
	font-family: "Kumbh Sans", sans-serif;
}

.stat-number-wrapper .stat-number {
    font-family: "Literata", serif;
     color: white;
}

.stats h3 {
    margin: 0px;
     color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 22px;
}

.tan-block.news {
    top: 0px;
    margin-top: -220px;
    padding-bottom: 190px;
	border-radius: 0px;
	min-height: 0px;
    z-index: 0 !important;
    position: relative;
    padding: 240px 0px 0px !important;
}

.tan-block.news .wrapper {
    padding: 0px 0px 80px;
}


.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
}

.team-member {
    width: 380px;
}

.team-member .headshot img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    object-position: top;
    transition: transform 0.3s ease;
}

.team-member h3 {
    margin: 1rem 0 0.3rem;
    color: white;
}

.team-member h3 a {
    text-decoration: none;
    color: inherit;
}


.team-member .title {
    color: var(--butter);
    margin: 0px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
}



/* Modal */
.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.team-grid {
    z-index: 999999;
    position: relative;
}

.team-modal .bio {
    max-height: 300px;
    overflow: scroll;
}

.team-modal-inner {
    background: white;
    max-width: 80vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 0px 0px 0px 90px;
    overflow: hidden;
}

.modal-headshot {
    flex: 1 1 40%;
    position: relative;
    min-width: 250px;
}

.modal-headshot img {
    width: 100%;
    height: 100%;
    object-position: top;
    position: absolute;
    object-fit: cover;
}

.modal-details {
    flex: 1 1 60%;
    padding: 3rem;
}

.modal-details .contact {
	padding: 0.7rem 0px;
}

a.phone {
   position: relative;
}

a.phone::after {
    content: "|";
    display: inline-block;
    margin: 0px 5px;
   position: relative;
}


.modal-details h3 {
    margin: 0px 0px 7px;
    line-height: 1.5rem;
    font-size: 1.75rem;
}

.modal-details .title {
    font-weight: bold;
	margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.1rem;
    color: var(--rust);
}

.modal-details a {
     margin-bottom: 0.7rem;
}

.modal-close {
    position: absolute;
    top: 1rem;
    font-weight: 300;
    right: 1rem;
    font-size: 2.2rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.4s all;
}

.modal-close:hover {
   transform: scale(1.35);
     transition: 0.4s all;
}

/* Interiors
--------------------------------------------- */

.page-template-default h1 {
    color: var(--navy);
}


/* News
--------------------------------------------- */

.page-template-news .tan-block {
    padding: 80px 0px 60px;
    border-radius: 0px;
    min-height: 0px;
    top: 0px;
}
.page-template-news .tan-block .wrapper {
	padding: 0px;
}

.page-template-news .tan-block h2 {
    margin-bottom: 30px;
}

 h1.entry-title {
     display: none;
    margin-top: 0px;
}


.single h1.entry-title {
     display: block;
    margin-top: 200px;
}

.single .three-fourths {
	margin: 0px auto;
	float: none;
}

.entry-header, .post-date {
	text-align: center;
}

.post-header {
	margin: 0px 0px 30px;
	text-align: center;
}

.featured-image {
	margin: 0px 0px 30px;
}

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

.post-footer {
	margin: 0px 0px 30px;
}

.post-share a:hover {
	text-decoration: none;
	color: var(--teal);
}

.featured-image img {
	border-radius: 0px 0px 90px 0px;
}


.page-template-about .team-intro .imgcont {
	height: 750px;
}

.page-template-about .team-intro .content {
	min-height: 700px;
}



.blog.wrapper {
	max-width: 980px;
	margin: 0px auto;
}

.news-column {
    margin-bottom: 30px;
}

.news-item {
    background: #fff;
    border-radius: 0px 0px 50px 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-image {
    margin-bottom: 15px;
}

.news-image .imgcont {
    position: relative;
    width: 100%;
    height: 200px; 
    overflow: hidden;
    border-radius: 0px;
}


.news-image a:hover .imgcont img {
	transform: scale(1.1);
    transition: 0.4s all;
}


.news-image .imgcont img {
    position: absolute;
	transition: 0.4s all;
    width: 100%;
	object-position: center center;
    height: 100%;
    object-fit: cover;
}
.news-det {
	margin: 0px 30px 30px;
}

.news-date, .post-date {
    color: var(--rust);
    font-size: 14px;
	text-transform: uppercase;
	font-weight: Bold;
	letter-spacing: 1px;
    margin-bottom: 10px;
}

.post-date {
	 margin-bottom: 30px;
}

.news-title {
    margin-bottom: 15px;
    line-height: 1.3;
    flex-grow: 1; 
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0px;
}

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

.news-title a:hover {
    color:var(--teal);
}

.read-more-link {
    text-decoration: none;
    font-weight: bold;
    margin-top: auto; 
}

.read-more-link:hover {
    text-decoration: underline;
}

.news-clear {
    clear: both;
}

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


/* Portfolio
--------------------------------------------- */

.page-template-portfolio section.pattern {
    padding-top: 0px;
    background-repeat: repeat-y;
}

.page-template-portfolio section.team-intro {
    padding-bottom: 150px;
}

.portfolio-grid {
    overflow: visible !important;
    display: flex;
}

.portfolio-grid .wrapper {
    margin-top: -90px;
}

.portfolio-thumb {
    height: 100%;
    min-height: 400px;
    width: calc(100% + 2px);
    overflow: hidden;
    position: relative;
}



.portfolio-thumb img {
  width: 100%;
    border-bottom-left-radius: 90px;
   position: absolute;
   object-position: center center;
  height: 100%;
  object-fit: cover;
    transition: 0.4s all;
}

.portfolio-thumb a:hover img {
   transform: scale(1.1);
    transition: 0.4s all;
}

.portfolio-item-row {
  display: flex;
  flex-wrap: wrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--teal);
    border-bottom-left-radius: 90px;
  align-items: center;
  margin-bottom: 2rem;
}

.portfolio-item.two-thirds.first {
  order: 1;
}
.portfolio-item.one-third {
  order: 2;
}

.portfolio-item-row:nth-of-type(even) .portfolio-item.two-thirds.first {
  order: 2;
}

.portfolio-item-row:nth-of-type(even) .portfolio-item.two-thirds.first .portfolio-thumb img {
     border-bottom-left-radius: 0px;
    border-bottom-right-radius: 90px;
}

.portfolio-item-row:nth-of-type(even) {
    border-bottom-left-radius: 0px;
     border-bottom-right-radius: 90px;
}


.portfolio-item-row:nth-of-type(even) .portfolio-item.one-third {
  order: 1;
}


.portfolio-item a.button {
    font-size: 19px;
}

.portfolio-item a.button {
    margin-top: 20px;
    border-top: 1px solid var(--butter);
}

.portfolio-item a.button::after {
    height: 18px;
    
}

.page-id-15 .team-intro .content {
    min-height: 700px;
}


/* 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;
}

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

@media only screen and (max-width: 1590px) {
 
    
    .wrapper, .wrap, 
    .addwrap, 
    .search .content, 
    .footer-widgets .wrap, 
    .home .footer-widgets .wrap,
    h1.entry-title, 
    h2.entry-title {
        max-width: 1280px;
    }
    
       .team-intro .content {
    padding-left: calc((100vw - 1280px) / 2);
}
/*
    
          p {
        font-size: 15px;
        line-height: 26px;
    }
    
*/
    .custom-logo-link img {
    max-height: 50px;
}
    
    .title-area {
    height: 100px;
    }
    
    .team-intro {
    padding-top: 85px;
    }
    
 
    
    .page-template-about .team-intro .imgcont {
    height: 600px;
}
   
    

    
    .page-id-15 .team-intro .content {
        margin-top: 40px;
    }
	
	 .team-grid {
    justify-content: center;
}
   
    
   
}

@media only screen and (max-width: 1440px) {
    .single .post-wrapper {
        max-width: 90%;
        padding: 40px 0;
    }
    
   
 
  
}

@media only screen and (max-width: 1290px) {
    .wrapper, .wrap, 
    .addwrap, 
    .search .content, 
    .footer-widgets .wrap, 
    .home .footer-widgets .wrap,
    h1.entry-title, 
    h2.entry-title {
        max-width: 1100px;
    }
    
   .team-intro .content {
        margin-top: 50px;
        padding-left: calc((100vw - 1000px) / 2);
    }
    
     .team-intro {
    padding-top: 100px;
         padding-bottom: 60px;
    }
    
    .team-member {
    width: 280px;
}
    
    .cta {
    padding-right: 100px;
}
    
    
    #menu-main-menu-1 {
    font-size: 17px;
    }
    

    
    .page-template-team .white-block {
    padding: 60px 0px;
}
    
    .page-template-team .teal-block {
    padding: 90px 0px;
    }
    
      .footer-widgets .footer-widgets-3 {
        min-width: 0px;
        width: 60%;
    }
    
    h1, h2.large, .quicklinks li {
    font-size: 80px;
    line-height: 80px;
}
    
    .tan-block .wrapper {
    padding: 0px;
    }
    
    .tan-block {
    padding: 600px 0px 450px;
    }
    
    h2 {
    font-size: 60px;
        line-height: 65px;
    }
    
    .green-block::before {
    width: 256px
    }
    
   .green-block .content {
    max-width: 575px;
    }
    
    .tan-block h2, .map-block h2
    {
        font-size: 50px;
        line-height: 55px;
    }
    
    a.button, input[type="submit"], button, html input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit], a.arrow {
    line-height: 22px;
    font-size: 18px;
    }
    
    h3 {
    font-size: 20px;
    line-height: 27px;
    }
    
    
    
    .page-template-portfolio .site-inner .wrap {
        max-width: 100% !important;
    }
   
}

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

@media only screen and (max-width: 1090px) {
    
    
    #mobile-menu-overlay {
    background-size: 78%;
}
    
    .team-intro .content {
        margin-top: 100px;
    }
    
    #mobile-menu-toggle {
  display: flex;
    }
    
    .teal-block .wrapper {
        max-width: 70% !important;
    }
    
   
    
    .nav-primary {
        display: none;
    }
    
    
    .one-half {
        display: block;
        float: none;
        width: 100% !important;
        margin: 0px auto 50px;
    }
    
    .map-block .one-half {
        float: left;
        width: 50% !important;
    }
    
    .map-block h2 {
        margin-top: 129px;
    }
    
    .section {
        overflow: auto;
        padding: 60px 0 !important;
    }
    
    .three-fifths {
        width: 100%;
        display: block;
    }
    
    .site-header {
    justify-content: flex-start;
         padding-lefT: 30px;
    }
    
    .white-block {
    padding-top: 170px !important;
        overflow: hidden !important;
    }
    
    .teal-block h2 {
        margin: 0px;
    }
    
    .teal-block p {
    max-width: none;
}
    
    .tan-block {
        overflow: visible !important;
    }
    
    .tan-block .wrapper {
    padding: 411px 0px 100px;
    }
    
    .page-template-news .tan-block .wrapper {
        padding: 0px;
    }
    
       .green-block.section {
        padding: 260px 0px 100px !important;
    }

    
    .green-block::before {
    width: 200px;
    bottom: 153px;
}
    
    .map-block.section {
    padding: 166px 0px 50px !important;
        position: relative;
        z-index: -1;
    }
    
    .map-block.section::after {
        content: "";
        background-color: rgba(255,255,255,0.5);
        position: absolute;
        heighT: 100%;
        width: 100%;
        display: block;
        top: 0px;
    }
    
    .footer-widgets .footer-widgets-3 {
        min-width: 0px;
        width: 57%;
        padding: 50px 0px 20px 45px;
    }
    
    .footer-widgets .footer-widgets-2 {
    padding: 70px 40px 70px 0px;
        min-width: 0px;
}
    
    .page-template-about .team-intro .content {
    min-height: 0px;
}
    
    
}

@media only screen and (max-width: 920px) {
 
    
    .hide-desktop {
        display: block !important;
    }
    
    .hide-mobile {
        display: none !important;
    }
    
    
    .rotating-icon {
    bottom: 0px;
    }
    
     
    .vidpic-cont {
    height: 550px;
    width: 100%;
	margin-left: 0px;
    right: 0px;
    border-radius: 0px 0px 0px 90px;
    }
    
        h1, h2.large, .quicklinks li {
        font-size: 50px;
        line-height: 50px;
    }
    
    .hero h1 {
        text-align: center;
    }
    
    .hero {
    height: 500px;
    }
    
    .hero .wrap {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) !important;
}
    
    .pattern {
        background-image: none;
    }
    
    .home .white-block .one-third {
     position: absolute;
    bottom: -428px;
    right: 0px;
    }
    
        .team-intro .content {
        padding-left: calc((100vw - 801px) / 2);
    }
    
    .white-block .button {
    min-width: 260px;
    margin-bottom: 30px;
}
    
    a.button, input[type="submit"], button, html input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .mec-wrap .button, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next), .mec-wrap input[type=button], .mec-wrap input[type=reset], .mec-wrap input[type=submit], a.arrow {
        padding: 2px 0px 0px;
    }
    
        h2, .single h1.entry-title {
        font-size: 50px;
            line-height: 57px;
    }
    
    .teal-block {
        border-radius: 0px 90px 0px 90px;
    }
    
     .tan-block {
        border-radius: 0px 0px 90px 0px;
    }
    
        .green-block {
        border-radius: 0px 0px 0px 90px;
    }
    
    .teal-block h2 {
        margin-bottom: 0px;
    }
    
    .teal-block .one-half.first {
        margin-bottom: 20px;
    }
    
    .image1 {
    display: none;
}
    
    .image2 {
    width: 46%;
        left: 0px;
    }
    
    .image3 {
    width: 35%;
    right: 8%;
    top: 22%;
         border-left: 10px solid #F0ECDF;
        border-bottom: 10px solid #F0ECDF;
    border-radius: 0px 50px 0px 0px;
    }
    
    .tan-block .content {
    text-align: left;
}
    
    .image4 {
    border-top: 10px solid #F0ECDF;
    left: 0px;
    border-radius: 0px 50px 0px 0px;
    }
        
        .image5 {
        bottom: 5%;
        width: 32%;
    border-radius: 50px 0px 0px 0px;
    }
    
    .green-block .content {
        max-width: none;
        text-align: right;
    }
    
    .map-block h2 {
    margin-bottom: 30px;
}
    
    .footer-widgets .footer-widgets-1 .custom-html-widget {
    display: block;
}
    
    .footer-widgets h4 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 49px;
    }
    
      a.button, a.arrow {
   position: relative;
          min-width: 300px;
    }
    
    a.button::after, a.arrow::after {
    opacity: 1;
    height: 14px;
    top: 5px;
    position: absolute;
    width: 31px;
    margin-right: 0px;
}
    
    .rotating-icon {
        width: 210px;
        height: 210px;
    }
    
    .rotating-icon .icon {
    width: 100px;
    height: 100px;
}
    
    .rotating-icon .tagline {
    width: 200px;
    height: 200px;
    }
    
    .footer-widgets .rotating-icon {
    width: 200px;
 height: 200px;
    }
    
        .footer-widgets .footer-widgets-2 {
        padding: 50px 0px 0px;
    }
    
    .footer-widgets .wrap {
    display: block;
    }
    
    .footer-widgets .footer-widgets-2 {
    border-right: 0px;
    }
    
    
    .footer-widgets .footer-widgets-3 {
        width: 100%;
        padding: 40px 0px;
    }
    
    
    .page-template-team .white-block {
        padding-top: 70px !important;
    }
 
    
}
    
@media only screen and (max-width: 800px) {
 
    
    .site-header {
        border-radius: 0px;
    }
    
    .site-header:not(.sticky) {
        opacity: 1;
    }
   
    .image4 {
    width: 43%;
    left: 5%;
    bottom: -2%;
    }
   
        .image5 {
        bottom: 0%;
        width: 34%;
        right: 0px;
    }
  
        .image3 {
        right: 7%;
        top: 20%;
    }
    
       #mobile-menu-overlay {
    background-size: 51%;
}
	
	
	
	.news-det {
    margin: 0px 10px 0px;
}
	.single h1.entry-title {
        font-size: 30px;
        line-height: 37px;
        margin-top: 100px;
    }
    
    .stats .one-third {
        width: 100%;
		text-align: center;
		margin-bottom: 30px;
    }
	
	  .team-intro {
    flex-direction: column;
    }
    
}

@media only screen and (max-width: 568px) {
    
    .title-area {
    height: 80px;
    }
 
    .custom-logo-link img {
    max-height: 38px;
    }
    
        #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: 10px;
    }
    
    .sticky .sticky-logo img {
        padding: 10px 0px;
        max-width: 200px;
    }
    

    
    .four-sixths, .two-thirds {
        width: 100%;
    }
    
       .white-block {
        padding-bottom: 40px !important;
    }
    
      .rotating-icon {
        position: relative;
        width: 185px;
        height: 185px;
        bottom: -195px;
        right: 25px;
    }
    
        .rotating-icon .tagline {
        width: 175px;
        height: 175px;
    }
    
    
        .rotating-icon .icon {
        width: 90px;
        height: 90px;
    }
    
        .image2 {
        width: 57%;
        top: 25%;
        z-index: -10;
    }
    
        .image3 {
        width: 47%;
        right: 4%;
        top: 13%;
    }
    
    
        .image5 {
        bottom: 6%;
        right: 0px;
        z-index: -1;
        width: 54%;
    }
    
    .image4 {
    width: 54%;
    left: 0%;
    bottom: 2%;
        border-right: 10px solid #F0ECDF;
    }
    
      p {
    line-height: 29px;
}
    
        .tan-block .wrapper {
        padding: 411px 0px 300px;
    }
    
    .green-block.section {
        padding: 200px 0px 100px !important;
    }
    
      .green-block::before {
        width: 114px;
        bottom: 224px;
    }
	
	.green-block h2 {
		font-size: 37px;
    line-height: 44px;
	}
    
    
    .map-block {
    padding: 0px 0px 0px;
    background-size: 251%;
    margin-top: 0px;
    background-position: 93% 59%;
}
    
    .map-block.section {
            z-index: 0;
        padding: 0px 0px 300px !important;
    }
    
    .footer-widgets {
    border-radius: 0px 0px 0px 0px;
    padding: 160px 0px 60px;
        z-index: 2;
    }
	
	.home .footer-widgets {
		 border-radius: 90px 0px 0px 0px;
	}

    .footer-widgets .rotating-icon {
    right: -61px;
    }
    
    #media_image-2 img {
        max-width: 245px !important;
    }
    
    #menu-main-menu-1 {
    font-size: 16px;
}
    
#menu-main-menu-1 li {
    margin-bottom: 5px;
}

    #custom_html-3 {
padding-top: 0px;
    }
    
    .desktop-email {
        display: none;
    }
    
    #text-4 {
        display: block;
        margin: 10px 0px;
    }
    .footer-widgets .footer-widgets-3 {
        width: 70%;
    }
    
       #mobile-menu-overlay {
    background-size: 72%;
}
    
  
    
    .page-template-about .team-intro .content {
        min-height: 0px;
        padding: 0px 30px;
        margin-top: 0px;
    }
    
    .team-intro .content {
        padding: 0px 30px;
        margin-top: 0px;
    }
    
    .team-intro .one-half:not(.first) {
        min-height: 500px;
    }
    
    
	
	.modal-details {
    padding: 2rem 1.25rem;
}
	
	.modal-details h3 { 
		font-size: 1.5rem;
	}
	
	.modal-details a {
		font-size: 16px;
	}
	
     .modal-details {
    flex: 1 1 100%;
    padding: 1.5rem 1rem;
  }
	
	.team-modal-inner {
    max-width: 100vw;
		font-size: 0.9;
		border-radius: 0px 0px 0px 50px;
	}
	
	a.phone::after {
    display: none;
}
	
	a.phone {
		margin-right: 0px;
		display: block;
	}
	
	 
	
	  .page-template-portfolio .team-intro .content {
        padding: 0px 30px !important;
    }
	
	.portfolio-thumb {
		min-height: 300px;
		    width: 100%;
	}
	
	.portfolio-thumb img, .portfolio-item-row  {
		border-bottom-left-radius: 0px;
}
	
	
	.portfolio-item-row:nth-of-type(even) .portfolio-item.two-thirds.first .portfolio-thumb img, .portfolio-item-row:nth-of-type(even) {
		 border-bottom-right-radius: 0px;
	}
	
	.portfolio-item.two-thirds.first, .portfolio-item-row:nth-of-type(even) .portfolio-item.two-thirds.first {
    order: 2;
}
	 
	
	    .portfolio-item.one-third {
        width: 100%;
        text-align: center;
        padding: 40px 0px;
        margin-left: 0px;
    }
	
	 .portfolio-item .button {
    margin-right: 0px;
}
	
	    .portfolio-item.two-thirds.first, .portfolio-item.two-thirds.first, .portfolio-item-row:nth-of-type(even) .portfolio-item.two-thirds.first {
        order: 1;
    }
    
    .tan-block.news {
    padding: 240px 0px 240px !important;
}
	
	.page-id-15 .footer-widgets {
		z-index: 50;
	}
    
}

@media only screen and (max-width: 470px) {
   
    
       #mobile-menu-overlay {
    background-size: 87%;
}
    
    
    a:hover {
        text-decoration: none !important;
    }
    
    
       .rotating-icon {
           display: none;
    position: relative;
    width: 185px;
   height: 185px;
    bottom: -195px;
    right: 75px;
    }
    
        .rotating-icon {
        width: 175px;
        height: 175px;
    }
    
        .rotating-icon .icon {
        width: 90px;
        height: 90px;
    }
    
        .image2 {
        width: 64%;
        top: 25%;
        z-index: -10;
    }
    
        .image3 {
        width: 47%;
        right: 4%;
        top: 17%;
    }
    
    
        .image5 {
        bottom: 6%;
        right: 0px;
        z-index: -1;
        width: 54%;
    }
    
    .image4 {
    width: 56%;
    left: 0%;
    bottom: 2%;
        border-right: 10px solid #F0ECDF;
    }
    
    .tan-block .wrapper {
        padding: 480px 0px 300px;
    }
    
        .map-block .one-half {
        width: 100% !important;
    }
    
        .map-block h2 {
        margin-top: 0px;
    }
  
    
    .footer-widgets .footer-widgets-2 {
        text-align: center;
    }
    
        .footer-widgets .footer-widgets-3 {
        text-align: center;
        width: 100%;
            display: block;
    }
    #text-3 {
        margin-top: 30px;
    }
    
    .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
        display: none;
    }
    
    .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}
    
    #frm_field_7_container {
        margin-top: -20px !important;
		margin-bottom: 20px !important;
}
	
	
	
    
}