@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
:root {
  --primary: #242936;
  --secondary: #333F49;
  --light: #EFEFEF;
  --dark: #1C202B;
  --white: #ffffff;
  --gray: #C1C1C1;
  --text: #000000;
  --navigation: #ffffff;
  
  --primary-font: 'Lato', 'Arial', sans-serif;
  --secondary-font: 'Optima', serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:16px; font-weight:400; font-family:var(--primary-font); line-height:1.5rem; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800				{ font-weight:800; }
.w700				{ font-weight:700; }
.w600				{ font-weight:600; }
.w500				{ font-weight:500; }
.w400				{ font-weight:400; }
.w300				{ font-weight:300; }
.w200				{ font-weight:200; }
.w100				{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.750em; }
.font8			{ font-size:0.875em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font13			{ font-size:1.3em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:.1em; }
.s2				{ letter-spacing:.2em; }
.s3				{ letter-spacing:.3em; }
.s4				{ letter-spacing:.4em; }
.s5				{ letter-spacing:.5em; }
.s6				{ letter-spacing:.6em; }
.s7				{ letter-spacing:.7em; }
.s8				{ letter-spacing:.8em; }

.lh0			{ line-height:1.0em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

h1, h2, h3, h4, .uk-h1, .uk-h2, .uk-h3, .uk-h4	{ font-family:var(--secondary-font); font-weight:300; color:inherit; line-height:1.2em; text-transform:uppercase; }

h1, .uk-h1 	{ font-size:2.750em; }
h2, .uk-h2 	{ font-size:2.250em; }
h3, .uk-h3 	{ font-size:1.750em; }
h4, .uk-h4 	{ font-size:1.250em; }

p						{ font-size:1.00em; line-height:1.8em; }

b, strong, .uk-text-bold	{ font-weight:700; }

a, .uk-link	{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

em 					{ color:inherit; }

blockquote	{ font-weight:300; color:inherit; line-height:1.8em; position:relative; }
	blockquote cite { font-style:normal; font-weight:800; font-size:.875rem; text-transform:uppercase; }
	blockquote::before { content:'“'; font-family:'Arial', sans-serif; font-size:3em; font-style:normal; display:block; position:absolute; top:0; left:0; }

.font-primary { font-family:var(--primary-font); }
.font-secondary { font-family:var(--secondary-font); }

.page-title { margin-top: 80px; }

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* #UIKit Styles
================================================== */
.uk-padding-xsmall { padding:5px; }

.uk-height-1-1 { height:100%; }
.uk-height-1-2 { height:50%; }
.uk-height-1-3 { height:33%; }
.uk-height-1-4 { height:25%; }
.uk-height-xsmall { height:75px; }

.uk-text-contrast	{ color:var(--white) !important; }

.uk-text-lead { color:inherit; text-transform:uppercase; font-size:1.2rem; font-weight:600; }

.uk-text-link { color:inherit; text-decoration:none; position:relative; display:inline-block; padding-bottom:2px; }
	.uk-text-link:after { content:''; position:absolute; bottom:0px; left:0; width:100%; height:2px; background:var(--secondary); transition: all 0.3s ease-in-out; }
	.uk-text-link:hover { text-decoration:none; }
	.uk-text-link:hover::after { width:0; }

.uk-background-muted, .uk-section-muted { background:var(--light); }
.uk-background-secondary, .uk-section-secondary { color:var(--primary); }
.uk-background-dark, .uk-section-dark { background-color:var(--dark); color:var(--white); }

.uk-overlay-primary.uk-position-top { background: rgb(34,34,34); background: linear-gradient(0deg, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%); }
.uk-overlay-primary.uk-position-bottom { background: rgb(34,34,34); background: linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%); }

.uk-button { font-family:var(--primary-font); font-size:.875em; font-weight:700; text-transform:uppercase; letter-spacing:.1em; padding:0 15px 0 30px; border-radius:25px; background:none; border:1px solid var(--text); color:var(--text); }
.uk-button-contrast { border-color:var(--white); color:var(--white); }
.uk-button-white { background:var(--white); color:var(--primary); border-color:var(--gray); }
.uk-button-small { font-size:.775em; line-height:32px; }
.uk-button-alt { border-color:var(--white); background:rgba(255,255,255,0.2); color:var(--white); }
.uk-button-muted { border-color:var(--gray); color:var(--primary);  }
.uk-button-primary { background:var(--primary); color:var(--white); broder-color:var(--primary); }
.uk-button-secondary { background:var(--secondary); color:var(--white); broder-color:var(--secondary); }

.uk-button::after { display:inline-block; margin-left:15px; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased; font-family:"Font Awesome 5 Pro"; font-weight:900; content:"\f105"; }

.uk-button-white:hover { color:var(--primary); }
.uk-button-contrast:hover { color:var(--primary); background:var(--white); border-color:var(--gray); }
.uk-button-alt:hover { color:var(--primary); background:var(--white); }

.uk-button-text { padding:0; background:none; border:0; }
.uk-button-text::after { display:none; }

.uk-input, .uk-textarea { background:var(--light); border:0; padding:5px 25px; }
.uk-input::placeholder, .uk-textarea::placeholder { font-family:var(--primary-font); font-size:.875em; font-weight:600; color:var(--secondary); }
input[type="submit"] { background:none; font-size:.875em; font-family:var(--primary-font); text-transform:uppercase; letter-spacing:.1em; border:0; padding:5px 25px; background:var(--secondary); color:var(--white); }

.uk-card-border { border:1px solid var(--gray); border-radius:10px; background:var(--white); }
.uk-card-default { color:inherit; box-shadow:0 0 6px rgba(0,0,0,0.25); }
.uk-card-small .uk-card-body, .uk-card-small.uk-card-body { padding:10px; }

.steps-to-buying .uk-container .uk-container{
    padding-left: 40px; 
    padding-right: 40px; 
}

/* #Page Styles
================================================== */
.alert-text { padding:3px 0; border-bottom:1px solid #364753; }
.alert-text p { margin-bottom:0; }

.alert-graphic { padding:0; border-bottom:1px solid #364753; }
.alert-graphic img { width:100%; }

.utl { background:var(--dark); color:var(--white); border-bottom:1px solid #364753; }
	.utl .company-link { display:inline-block; font-size:.8em; font-weight:500; line-height:1em; text-transform:uppercase; color:inherit; text-align:center; padding:5px 25px; border-right:1px solid #364753; }
	.utl .company-link span { display:block; font-size:.8em; font-weight:300; }

.header { position:relative; padding:10px 0 30px; width:100%; background:var(--primary); }
	.header .logo { max-height:75px; }

	.header:before { content:''; position:absolute; width:100%; height:3px; bottom:17px; left:0; background:var(--white); }
	.header:after { content:''; position:absolute; width:100%; height:1px; bottom:10px; left:0; background:var(--white); }
	.header .uk-navbar-dropdown { padding:15px; }
	.header .uk-nav, .uk-nav ul { padding-left:10px; }
	.uk-nav, .uk-nav ul>li>a { padding:3px 0; }
	.header nav .uk-navbar-toggle { color:var(--white); min-height:60px; }
	.header nav .search-btn { background:rgba(29,29,29,.6); color:var(--white); font-size:.775em; font-weight:600; text-transform:uppercase; display:inline-block; padding:5px 20px 5px 15px; margin-left:25px; border-radius:15px; }
	.header nav .search-btn:hover { text-decoration:none; background:rgba(255,255,255,.6); color:var(--dark); }

	.header.uk-active { padding:5px 0 25px; }
	.header.uk-active .logo { max-height:55px; }


.hero-overlay { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%); }
.seal { width:150px; }

.intro-box { position:relative; color:var(--white); overflow:visible; padding:80px 50px 50px; margin-top:-100px; }
	.intro-box-bg { position:absolute; top:0; left:0; width:100%; height:100%; background:var(--primary); clip-path: polygon(10% 0, 100% 0, 100% 90%, 10% 100%); }

.highlight-box { background:var(--white); position:relative; box-shadow:0 0 50px rgba(0,0,0,0.2); text-align:center; color:var(--text); padding:50px 10px; }
	.highlight-box:before { content:''; background:rgba(255,255,255,.1); border:1px solid var(--white); position:absolute; top:-10px; left:-10px; width:calc(100% + 20px); height:calc(100% + 20px); }

.intro-box .highlight-box { left:-80px; }

.icon { position:relative; display:inline-block; background:url('../images/icon-blue.png') center center no-repeat; background-size:contain; padding:10px 5px; margin:5px; width:40px; height:45px; border:1px solid #C3C3C3; }
	.icon:before { content:''; position:absolute; top:-6px; left:-6px; width:calc(100% + 10px); height:calc(100% + 10px); border:1px solid #E0E0E0; }
	.icon.white { background-image:url('../images/icon-white.png'); border-color:var(--white); }
	.icon.white:before { border-color:rgba(255,255,255,.5); }


.title { position:relative; display:flex; align-items:center; gap:25px; padding-bottom:30px; margin-bottom:40px; }
	.title:after { content:''; position:absolute; width:2000px; height:1px; bottom:0; left:-1750px; background:var(--gray); }

	.uk-text-center.title, .uk-text-center .title { justify-content:center; flex-direction: column; }
	.uk-text-center.title:after, .uk-text-center .title:after { width:200px; left:0; right:0; margin:0 auto; }

.callout-text { border:1px solid var(--gray); border-left:0; border-right:0; padding:10px 0; margin:10px 0; text-align:center; }

.featured-comms { gap:1px; }

.featured-block { background:var(--secondary); color:var(--white); margin-bottom:25px; }
	.featured-block .overlay { position:absolute; top:0; right:0; width:50%; height:100%; background: rgb(36,41,54); background: linear-gradient(90deg, rgba(36,41,54,0) 0%, rgba(36,41,54,1) 100%); }

.double-border { position:relative; }
	.double-border.top { padding-top:40px; }
	.double-border.bottom { padding-bottom:40px; }
	.double-border:before { content:''; position:absolute; width:100%; height:3px; left:0; }
	.double-border:after { content:''; position:absolute; width:100%; height:1px; left:0; }
	.double-border.white:before, .double-border.white:after { background:var(--white); }
	.double-border.primary:before, .double-border.primary:after { background:var(--primary); }
	.double-border.secondary:before, .double-border.secondary:after { background:var(--secondary); }
	.double-border.gray:before, .double-border.gray:after { background:var(--gray); }
	
	.double-border.top:before { top:17px; }
	.double-border.top:after { top:10px; }
	.double-border.bottom:before { bottom:17px; }
	.double-border.bottom:after { bottom:10px; }

.cta .overlay { position:absolute; bottom:0; left:0; width:100%; padding:100px 0 25px; background: rgb(36,41,54); background: linear-gradient(180deg, rgba(36,41,54,0) 0%, rgba(36,41,54,1) 100%); }

.home-comm-toggles { display:flex; justify-content:center; align-items:center; gap:20px; background:var(--secondary); color:var(--white); min-width: 300px;    margin: 16px; border-radius:10px; text-align:right; padding:10px 25px; }

.intro { position:relative; }
	.intro.alt { padding-top:0; }
	/*.intro:before { content:''; position:absolute; top:0; left:0; width:100%; height:70%; background:var(--light); clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); }*/
	.intro:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:var(--light); }
	.intro > div { position:relative; }

.quick-contact { background:var(--secondary); border-radius:0 0 5px 5px; padding:5px 15px; display:flex; align-items:center; color:var(--white); }
	.quick-contact ul { list-style:none; display:flex; gap:10px; margin:0 0 0 15px; padding:0; }
	.quick-contact ul li { font-size:.8em; }
	.quick-contact ul li a { color:var(--white); text-transform:uppercase; text-decoration:underline; }
	.alt > .quick-contact { background:none; color:var(--primary); }
	.alt > .quick-contact ul li a { color:var(--primanry); }
	
.quick-nav { display:flex; background:var(--white); border:1px solid var(--gray); font-size:.875em; font-weight:700; color:var(--secondary); padding:0 10px; }
	.quick-nav .uk-subnav { margin:0 0 0 5px; }
	.quick-nav .uk-subnav>* { padding:0; }
	.quick-nav .uk-subnav>*>:first-child { text-transform:inherit; padding:0 10px; color:var(--secondary); }
	.quick-nav .uk-subnav>*.uk-active>:first-child { background:var(--secondary); color:var(--white) !important; }
	.quick-nav ul li a:hover { background:#ddd; color:var(--secondary) !important; }
	
	
.show-hide-nav { background:#edf2f7 !important; border-radius:30px !important; padding:10px !important; margin:25px auto !important; display:inline-block !important; text-align:center !important; }
	.show-hide-nav ul { background:rgba(255,255,255,.4); border-radius:30px; padding:0 30px; margin:0; list-style:none; }
	.show-hide-nav ul li { display:inline-block; margin:0; border-right:2px solid var(--light); }
	.show-hide-nav ul li a { display: flex; align-items: center; justify-content: center; padding:10px 30px; color:var(--secondary); font-weight:700; text-transform:uppercase; font-size:.875em; border:0 !important; }
	.show-hide-nav ul li.uk-active a { text-decoration:none; background:var(--secondary); color:var(--white); }
	.show-hide-nav ul li a span { display:inline-block; margin:0 10px; }
	.show-hide-nav ul li:last-child { border-right:0; }
	.show-hide-nav .uk-tab::before { border:0; }
	
	
	.show-hide-sub-nav { display: flex; justify-content: center; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
	.show-hide-sub-nav li { margin: 0 5px; }
	.show-hide-sub-nav a { display: inline-block; padding: 8px 15px; text-decoration: none; background: #fff; color: #999; }
	.show-hide-sub-nav li.uk-active a { background: var(--secondary); color: #fff; }
	.show-hide-sub-nav a:hover { background: var(--secondary); color: #fff; }


.toggle-btn { background:var(--secondary); color:var(--white); text-transform:uppercase; font-size:.85em; font-weight:600; border-radius:10px; padding:8px 10px; letter-spacing:.05em; width:100%; box-sizing:border-box; text-align:center; display:block; }
	.toggle-btn::after { display:inline-block; margin-left:15px; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased; font-family:"Font Awesome 5 Pro"; font-weight:900; content:"\f107"; }
	.toggle-btn:hover { color:var(--white); text-decoration:none; }
	

.comm-nav { padding:0; margin:0; background:var(--light); }
	.comm-nav .uk-subnav>*>:first-child { color:var(--secondary); font-size:.875em; font-weight:600; padding:15px 10px; }
	.comm-nav .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before { border-color:rgba(255,255,255,0.2); }
	.comm-nav .uk-subnav>*>:first-child::after { display:inline-block; margin-left:3px; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased; font-family:"Font Awesome 5 Pro"; font-weight:900; content:"\f105"; }

	.comm-nav.uk-active .uk-subnav>*>:first-child { padding:8px 10px; }
	
	.comm-nav .uk-subnav>* { padding-left: 0px; }
	
	.comm-nav.alt { background:var(--secondary); }
	.comm-nav.alt .uk-subnav>*>:first-child { color:var(--white); }
	

.comm-list-details { font-size:1.2em; font-weight:500; }

.community-special { background:var(--light); display:inline-block; position:relative; padding:10px 75px 10px 0; margin-bottom:35px; text-transform:uppercase; color:var(--secondary); font-size:1.2em; font-weight:600; letter-spacing:2px; }
	.community-special:before { content:''; position:absolute; top:0; left:-2000px; width:2000px; height:100%; background:var(--light); }

.modal-home-box { border-radius:15px; border:1px solid var(--gray); background:var(--white); padding:15px 15px 5px; box-shadow:0 0 30px rgba(0,0,0,0.15); position:relative; z-index:2; }

.home-details { background:var(--light); padding:5px 0; font-size:.75em; font-weight:600; text-transform:uppercase; }

.sales-agent { position:relative; text-align:center; color:var(--primary); width:90%; margin:0 auto; }
	.sales-agent:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:var(--light); clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); }
	.sales-agent > * { position:relative; padding:25px; }

.promo { position:relative; margin-bottom:-75px !important; }
	.promo:before { content:''; position:absolute; z-index:1; top:10px; left:10px; width:calc(100% - 22px); height:calc(100% - 22px); border:1px solid rgba(255,255,255,0.8); }
	.promo .overlay { position:absolute; top:0; left:0; height:100%; width:100%; background: rgb(34,34,34); background: linear-gradient(180deg, rgba(34,34,34,0) 0%, rgba(34,34,34,.6) 100%); }

.glass-btn { background-color: rgba(255, 255, 255, 0.35); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.8); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius:25px; padding:5px 20px; color:var(--white); font-weight:600; text-transform:uppercase; font-size:.875em; transition: all 0.3s ease-in-out; }
.glass-btn:hover { background-color: rgba(255, 255, 255, 0.85); color:var(--primary); text-decoration:none; }

.signup-form { padding:5px; border:1px solid var(--light); }

.scroll-panel{  height: 750px; max-height: 750px; overflow-y: auto; overflow-x: hidden; scrollbar-gutter: stable; padding-right:10px; }
.scroll-panel::-webkit-scrollbar{ width: 20px; }
.scroll-panel::-webkit-scrollbar-track{ background: var(--white); border: 1px solid var(--gray); border-radius: 999px; margin: 6px; }
.scroll-panel::-webkit-scrollbar-thumb { background-color: var(--secondary); border-radius: 999px; border: 4px solid transparent;  background-clip: content-box;  min-height: 40px; }
.scroll-panel::-webkit-scrollbar-thumb:hover{ filter: brightness(0.9); }
.scroll-panel::-webkit-scrollbar-thumb:active{ filter: brightness(0.8); }
.scroll-panel{ scrollbar-width: auto; scrollbar-color: var(--secondary) transparent; }
	
.embed-container { 	position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto;} 
	.embed-container iframe,
	.embed-container object,
	.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
.feature-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 22px 8px;
    background: rgba(255, 255, 255, 0.65);
    outline: 1px solid rgba(255, 255, 255, 0.65);
    outline-offset: 8px;
	font-size: 32px;
	color:var(--text);
}	
	
	
/* Target the inner container of your checkboxes */
.wpcf7-form-control-wrap[data-name="communities"] .wpcf7-checkbox {
    /* 1. Enable Flexbox */
    display: flex;
    /* 2. Allow items to wrap to the next row */
    flex-wrap: wrap;
    /* 3. Ensure full width */
    width: 100%; 
}

/* Define the width of the individual checkbox items */
.wpcf7-form-control-wrap[data-name="communities"] .wpcf7-checkbox .wpcf7-list-item {
    /* 4. Force 3 items per row (100% / 3 = 33.333%) */
    width: 31%; 
    box-sizing: border-box; /* Include padding/border in the width calculation */
    padding-right: 15px; /* Optional spacing between columns */
    margin-bottom: 4px; /* Optional vertical spacing */
}

/* --- Responsive Adjustments --- */

.cc_container {
        padding: 15px 300px 15px !important;
    }

.footer {}
	.footer .left-block { position:relative; color:rgba(255,255,255,0.5); }
	.footer .left-block .bg { position:absolute; top:0; left:0; width:100%; height:100%; background:var(--secondary); clip-path: polygon(0% 20%, 100% 10%, 100% 100%, 0% 100%); }
	.footer .left-block .inner { position:relative; padding-top:20%; padding-bottom:25px; }

	.footer .right-block { position:relative; color:var(--white); }
	.footer .right-block .bg { position:absolute; top:0; left:0; width:100%; height:100%; background:var(--primary); clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%); }
	.footer .right-block .inner { position:relative; padding-top:10%; padding-bottom:25px; text-align:center; }


	.footer-nav { display:flex; justify-content:center; margin:0; padding:0; list-style:none; gap:20px; }
	.footer-nav li {}
	.footer-nav a { font-family:var(--secondary-font); font-size:1.5em; font-weight:300; text-transform:uppercase; letter-spacing:.1em; color:var(--white); }
	.footer-nav .uk-dropdown-nav { display:none; }

	.footer-sub-nav { display:flex; justify-content:center; margin:0; padding:0; list-style:none; gap:20px; margin-top:25px;  }
	.footer-sub-nav li {}
	.footer-sub-nav a { color:rgba(255,255,255,0.5); }

#breadcrumbs { font-size:.875em; opacity:.8; }

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1220px) {
		h1, .uk-h1 	{ font-size:2.750em; }
		h2, .uk-h2 	{ font-size:2.250em; }
		h3, .uk-h3 	{ font-size:1.750em; }
		h4, .uk-h4 	{ font-size:1.250em; }

	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1, .uk-h1 	{ font-size:2.750em; }
		h2, .uk-h2 	{ font-size:2.250em; }
		h3, .uk-h3 	{ font-size:1.750em; }
		h4, .uk-h4 	{ font-size:1.250em; }

		
	}
	
	
/* Tablet/Medium Screens (2 Columns) */
@media (max-width: 960px) { 
    .wpcf7-form-control-wrap[data-name="communities"] .wpcf7-checkbox .wpcf7-list-item {
        /* Force 2 items per row */
        width: 50%;
    }
}

/* Mobile/Small Screens (1 Column) */
@media (max-width: 640px) {
    .wpcf7-form-control-wrap[data-name="communities"] .wpcf7-checkbox .wpcf7-list-item {
        /* Force 1 item per row */
        width: 100%;
        padding-right: 0;
    }
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1, .uk-h1 	{ font-size:2.000em; }
		h2, .uk-h2 	{ font-size:1.750em; }
		h3, .uk-h3 	{ font-size:1.500em; }
		h4, .uk-h4 	{ font-size:1.250em; }
		
		.s1	{ letter-spacing:.1rem; }
		.s2	{ letter-spacing:.2rem; }
		.s3	{ letter-spacing:.3rem; }
		.s4	{ letter-spacing:.4rem; }
		.s5	{ letter-spacing:.5rem; }
		.s6	{ letter-spacing:.6rem; }
		.s7	{ letter-spacing:.7rem; }
		.s8	{ letter-spacing:.8rem; }

		.uk-text-large { font-size:1.2em; }

		.utl .company-link { font-size:.7em; padding:3px 20px; }
		.header .logo { width:100px; }

		.seal { width:80px; }

		.home-comm-toggles { position:static; margin-top:10px; text-align:left; justify-content:left; }

		.slide-box { padding:0 15px; }
		.slide-box .details { padding:10px 0px; }
		.slide-box .details h3 { font-size:.75em; }
		.slide-box .details .uk-button { padding:0 10px; font-size:.7em; }
		
		.quick-nav .uk-subnav { overflow:scroll; flex-wrap:nowrap; }
		.quick-nav span { flex-shrink:0; }
		
		.comm-nav { overflow:scroll; }
		.comm-nav .uk-subnav { flex-wrap:nowrap; margin-left:0; }
		
		.comm-list-details { font-size:.875em; }
		.toggle-btn { letter-spacing: 0; font-size:.7em; padding:5px; }
		
		.hero .uk-button { font-size:.7em; line-height:28px; padding:0 10px 0 20px; }
		.hero-overlay { height:50%; }

		.footer-nav a { font-size:.875em; text-align:center; line-height:1em; }
		.footer-sub-nav { display:none; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	  @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: 400;
    src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima';
    font-style: italic;
    font-weight: 400;
    src: local('Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: 600;
    src: local('Optima Medium'), url('../fonts/Optima Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: 800;
    src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
    }
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/