/*
	Theme Name: Potomac Shores Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Potomac Shores
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* Defaults ---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Hoefler';
	src: url(fonts/HoeflerTitling-Semibold.otf);
}
@font-face {
	font-family: 'Hoefler';
	src: url(fonts/HoeflerTitling-Bold.otf);
	font-weight:bold;
}
@font-face {
	font-family: 'Hoefler';
	src: url(fonts/HoeflerTitling-LightItalic.otf);
	font-weight:100;
}
@font-face {
	font-family: 'Hoefler';
	src: url(fonts/HoeflerTitling-SemiboldItalic.otf);
	font-style:italic;
}
@font-face {
	font-family: 'Gotham';
	src: url(fonts/Gotham-Book.otf);
}
@font-face {
	font-family: 'Gotham';
	src: url(fonts/GothamNarrow-Light.otf);
	font-weight:100;
}
@font-face {
	font-family: 'Gotham';
	src: url(fonts/Gotham-Medium.otf);
	font-weight:600;
}
@font-face {
	font-family: 'Gotham';
	src: url(fonts/Gotham-BookItalic.otf);
	font-weight:600;
	font-style:italic;
}
@font-face {
	font-family: 'Gotham';
	src: url(fonts/Gotham-Bold.otf);
	font-weight:bold;
}
@font-face {
	font-family: 'Gotham Condensed';
	src: url(fonts/GothamCondensed-Medium.otf);
}

:root {
	--primary: #142e54;
	--secondary: #2d74da;
	--highlight: #aa231f;
	--muted: #deedf7;
	--black: #333;
	--serif: 'Hoefler', serif;
	--sans-serif: 'Gotham', sans-serif;
	--headline: 'Gotham Condensed', sans-serif;
	--font-tiny: 11px;
	--font-small: 13px;
	--font-normal: 15px;
	--font-medium: 18px;
	--font-large: 22px;
	--lh-tiny: 17px;
	--lh-small: 20px;
	--lh-normal: 23px;
	--lh-medium: 28px;
	--lh-large: 30px;
	--heading-small: 24px;
	--heading-medium: 36px;
	--heading-large: 48px;
	--heading-xlarge: 72px;
	--heading-xxlarge: 85px;
	--heading-huge: 100px;
	--lhh-small: 34px;
	--lhh-medium: 46px;
	--lhh-large: 57px;
	--lhh-xlarge: 82px;
	--lhh-xxlarge: 95px;
	--lhh-huge: 110px;
}

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
	font-size: var(--font-normal);
	font-family:var(--sans-serif);
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button,
.nav-primary ul li a,
.nav-primary ul li a > span::before,
.nav-primary ul li a > span::after,
.site-header,
.nav-primary ul.sub-menu > li > a::before,
.nav-primary ul.sub-menu > li > a::after,
.site-footer a,
.site-footer p,
.site-footer li,
.mobile-button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:var(--primary);
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:var(--serif);
	font-weight:normal;
}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding-left: 12px;
	padding-right:12px;
	height:50px;
	line-height:50px;
	width: 100%;
}
input,
select {
	height:50px;
	line-height:50px;
}
textarea {
	line-height:20px;
	padding-top:20px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.wp-block-button__link {
	background-color: var(--secondary);
	border: solid 2px var(--secondary);
	color: #fff;
	cursor: pointer;
	font-size:var(--font-normal);
	font-weight:bold;
	text-transform:uppercase;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
	width: auto;
	height: auto;
	min-height:50px;
	line-height: 25px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	display: inline-block;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover,
.wp-block-button__link:hover {
	color: var(--secondary);
	background-color: transparent;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label, .gform_wrapper legend {
	padding: 0;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	font-size:16px;
}
.gform_wrapper .field_sublabel_below span > label{
	display:none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper fieldset{
  border:none;
  padding:0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper div.gfield,
.gform_wrapper fieldset {
	margin: 0;
	list-style-type: none;
	margin-bottom: 22px;
	min-height: 50px;
}
div.gchoice{
	margin-bottom:7px;
}
div.gchoice > label {
	font-weight:normal;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}
h3.gsection_title{
	color:#10b5bf;
}

/* Custom radio buttons */
ul.gfield_radio {
	display:flex;
	justify-content:space-between;
}
.gfield_radio div,
.gfield_checkbox div{
  	display: block;
  	position: relative;
  	padding-left: 0px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.gfield_radio div label,
.gfield_checkbox div label{
	margin-left: 35px;
}
.gfield_radio div input,
.gfield_checkbox div input[type="checkbox"]{
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.gfield_radio div label:before,
.gfield_checkbox div label:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
 	border-radius: 20%;
	content:"";
	cursor:pointer;
}
.gfield_radio div label:hover:before,
.gfield_checkbox div label:hover:before{
  	background-color: #ccc;
}
.gfield_radio div input[type="radio"]:checked ~ label:before,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:before {
  	background-color: var(--highlight);
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.gfield_radio div input[type="radio"]:checked ~ label:after,
.gfield_checkbox div input[type="checkbox"]:checked ~ label:after {
   	display: block;
}
.gfield_radio div label:after,
.gfield_checkbox div label:after {
 	left: 7px;
  	top: 4px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left {
 width:50%;
 margin-right:1%
}
.ginput_complex .ginput_cardinfo_right {
 min-width:85px!important
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-bottom:8px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:4px
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
 max-width:50%!important;
 position:relative
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(../images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:-2px;
 left:6px;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:auto;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
}
.site-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	clear: both;
}
.home .site-inner {
	padding: 0;
}

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Layout */
.content {
	float: right;
	width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color:transparent;
}
.site-header .wrap {
	width: 96%;
	max-width:1400px;
	height: 100%;
}
.site-header.scrolled  {
	height: 120px;
	background-color:var(--primary);
}

/* Title Area */
.title-area {
	display:none;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.site-title a {
	width: 165px;
	height: 67px;
	display: block;
	background-image: url(images/logo.webp);
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

/* Page Title */
.page-title::before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.5) 100%);
	z-index:9;
}
.page-title {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height:85vh;
	min-height:750px;
	position: relative;
}
.page-title .wrap{
	max-width:1030px;
	position:relative;
	height:100%;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-family:var(--serif);
	font-size:var(--heading-huge);
	line-height:var(--heading-huge);
	font-weight:normal;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.85);
	position: absolute;
	top:35%;
	width: 100%;
	left: 0;
	z-index: 9;
}
.page-title h1 span {
	font-style:italic;
}
.page-title.slideshow rs-module-wrap{
	position:absolute;
	left:0;
	top:0;
	height:100%!important;
	width:100%!important;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-primary {
	width:100%;
	margin-top:30px;
}
.scrolled .nav-primary{
	margin-top:0;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width:10%;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	font-family:var(--headline);
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	height:50px;
	line-height:50px;
	margin-top:65px;
	font-size:22px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.nav-primary > .wrap > ul > li:not(.logo) > a > span {
	position:relative;
	overflow:hidden;
	display:inline-block;
}
.nav-primary > .wrap > ul > li:not(.logo)  > a > span::before,
.nav-primary > .wrap > ul > li:not(.logo) > a > span::after{
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	content:"";
}
.nav-primary > .wrap > ul > li:not(.logo) > a > span::before{
	left:-100%;
	top:10px;
}
.nav-primary > .wrap > ul > li:not(.logo) > a > span::after{
	right:-100%;
	bottom:10px;
}
.nav-primary > .wrap > ul > li:not(.logo) > a:hover > span::before{
	left:0;
}
.nav-primary > .wrap > ul > li:not(.logo) > a:hover > span::after{
	right:0;
}
.scrolled .nav-primary ul li a {
	margin-top:35px;
}
.nav-primary ul li.logo{
	width:20%;
}
.nav-primary ul li.logo a{
	width:200px;
	height:180px;
	background-image:url(images/logo.webp);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top center;
	text-indent:-9999px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}
.scrolled .nav-primary ul li.logo a{
	height:100px;
	margin-top:10px;
}
.nav-primary ul.sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 320px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color:var(--primary);
	display:block;
	border-radius:10px;
}
.nav-primary ul.sub-menu > li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-primary ul.sub-menu > li > a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	height:20px;
	line-height:20px;
	padding-left:20px;
	margin-top:0;
	text-transform:none;
	text-align:left;
	margin-top:7.5px;
	margin-bottom:7.5px;
}
.nav-primary ul.sub-menu > li > a::before,
.nav-primary ul.sub-menu > li > a::after{
	width:1px;
	height:100%;
	background-color:#fff;
	position:absolute;
	content:"";
}
.nav-primary ul.sub-menu > li > a::before{
	left:10px;
	top:-100%;
}
.nav-primary ul.sub-menu > li > a::after{
	left:15px;
	bottom:-100%;
}
.nav-primary ul.sub-menu > li > a:hover::before{
	top:0;
}
.nav-primary ul.sub-menu > li > a:hover::after{
	bottom:0;
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu, .close-menu, .nav-primary ul li.mobile, .mobile-logo {
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
body.home .content{
	width:100%;
	max-width:100%;
	padding-top:0;
	padding-bottom:0;
}

/* Slider */
body.home .revslider::before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.5) 100%);
	z-index:9;
}
body.home .revslider{
	position:relative;
	height:85vh;
	min-height:750px;
	background-image:url(images/hero.webp);
	background-size:cover;
	background-position:center -165px;
}

/* Hero */
body.home .hero{
	position:absolute;
	width:100%;
	text-align:center;
	top:300px;
	color:#fff;
	z-index:9;
}
body.home .hero span{
	opacity:0;
}
body.home .hero h1,
body.home .hero h2{
	font-family:var(--serif);
	font-weight:normal;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.85);
}
body.home .hero h1 {
	font-size:115px;
	line-height:95px;
	margin-top:0;
	margin-bottom:0;
	font-style:italic;
}
body.home .hero h1 strong{
	font-style:normal;
	font-weight:600;
	text-transform:uppercase;
	font-size:80px;
	letter-spacing:2px;
}
body.home .hero h1 uppercase{
	font-size:175px;
}
body.home .hero h2 {
	font-size:var(--heading-small);
	line-height:var(--lhh-small);
	font-family:var(--sans-serif);
	margin-top:10px;
	margin-bottom:0;
	opacity:0;
	font-weight:600;
}
body.home .hero.wp-block-group > div{
	padding:0;
}

/* Home Content */
body.home .home-content{
	color:var(--primary);
	font-size:var(--font-medium);
	line-height:var(--lh-medium);
}
body.home .home-content h3{
	font-size:var(--heading-xxlarge);
	line-height:var(--lhh-xxlarge);
	margin-top:0;
	margin-bottom:30px;
	color:var(--primary);
}
body.home .home-content .wp-block-buttons{
	margin-top:30px;
}
body.home .wp-block-cover {
	padding-left:0;
	padding-right:0;
	height:100vh;
	min-height:900px;
}
body.home .wp-block-cover__inner-container {
	width:35%;
	padding-left:80px;
	padding-right: 80px;
	background-color:var(--primary);
	color:#fff;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding-top:25vh;
}
body.home .wp-block-media-text{
	padding-top:100px;
	padding-bottom:100px;
}
body.home .wp-block-media-text__content{
	padding-top:30px;
	padding-bottom:30px;
	padding-right:15%;
}
body.home .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
	padding-left: 15%;
	padding-right:8%;
}
body.home .wp-block-media-text > .wp-block-media-text__media{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	overflow:hidden;
}
body.home .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media{
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}

/* Break */
.break{
	background-color:#fff;
	padding-top:18px;
}
.break .bar{
	background-color:var(--primary);
	height:18px;
	margin-bottom:18px;
}

/* Content 1 */
body.home .content-1{
	background-color:var(--primary);
	padding-top:0;
	padding-bottom:100px;
	min-height:100px;
	text-align:center;
}
body.home .content-1 > div{
	max-width:850px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}
body.home .content-1 h3{
	text-align:center;
	color:#fff;
}
body.home .content-1 .wp-block-button__link:hover{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}

/* Carousel 1 */
.wpcp-carousel-wrapper{
	margin-top:25px;
}
.wpcp-carousel-section .wpcp-single-item{
	overflow:hidden!important;
	border:none!important;
}
.wpcp-carousel-section .swiper-button-prev,
.wpcp-carousel-section .swiper-button-next{
	width:50px!important;
	height:50px!important;
	background-color:var(--secondary)!important;
	border-radius:25px!important;
}
.wpcp-carousel-section .swiper-button-prev i, 
.wpcp-carousel-section .swiper-button-next i {
	color:#fff!important;
}
.wpcp-carousel-section .swiper-button-prev{
	left:50px!important;
}
.wpcp-carousel-section .swiper-button-next{
	right:50px!important;
}

/* Content 2 */
body.home .content-2 {
	padding-top:80px;
	padding-bottom:80px;
}
body.home .content-2 > div {
	max-width:850px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
body.home .content-2 .wp-block-columns{
	margin-top:30px;
}
body.home .content-2 .wp-block-columns > div:first-of-type{
	flex: 0 0 40%;
}
body.home .content-2 .wp-block-columns > div:last-of-type img{
	margin-top:-35px;
}

/* Content 3 */
body.home .content-3{
	margin-top:50px;
}
body.home .content-3 h3{
	color:#fff;
}
body.home .content-3 .wp-block-button__link:hover{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}

/* Content 4 */
body.home .content-4 .wp-block-cover__inner-container{
	background-color:var(--muted);
	left: auto;
	right:0;
	color:var(--primary);
}

/* Content 5 */
body.home .content-5 h3{
	color:#fff;
}
body.home .content-5 .wp-block-button__link:hover{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}

/* Animations */
.reveal-now,
.reveal,
.reveal-slow{
	opacity:0;
}
.revealed{
	opacity:1!important;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	color: var(--black);
}
body.standard .content{
	max-width:1100px;
	float:none;
}
body.standard .content h3{
	font-size:var(--heading-small);
	line-height:var(--lhh-small);
}
.content .wp-block-image img{
	width:100%;
}

/* Blocks */
.wp-block-media-text.blue,
.wp-block-group.blue,
.wp-block-columns.blue{
	background-color:var(--secondary);
	color:#fff;
}
.wp-block-media-text.blue a,
.wp-block-group.blue a,
.wp-block-columns.blue a{
	color:#fff;
}
.wp-block-media-text.dark-blue,
.wp-block-group.dark-blue{
	background-color:var(--primary);
	color:#fff;
}
.wp-block-media-text.dark-blue a,
.wp-block-group.dark-blue a{
	color:#fff;
}
.wp-block-media-text.light-blue,
.wp-block-group.light-blue{
	background-color:var(--muted);
	color:var(--primary);
}
.wp-block-group > div{
	padding-top:90px;
	padding-bottom:90px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size: var(--font-medium);
  	line-height: var(--lh-medium);
}
.wp-block-media-text > .wp-block-media-text__content{
	padding-left:15%;
	padding-top:125px;
	padding-bottom:125px;
	font-size: var(--font-medium);
  	line-height: var(--lh-medium);
}
.wp-block-media-text > .wp-block-media-text__content > .wp-block-buttons{
	margin-bottom:20px;
}
.wp-block-media-text > .wp-block-media-text__content > .wp-block-buttons:last-of-type{
	margin-bottom:0;
}
.entry-content h2{
	font-size: var(--heading-xlarge);
  	line-height: var(--lhh-xlarge);
}
.entry-content h3{
	font-size: var(--heading-large);
  	line-height: var(--lhh-large);
}
.entry-content h3.title{
	text-transform:uppercase;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size: var(--heading-small);
  	line-height: var(--lhh-small);
}
.entry-content .wp-block-columns {
	max-width:1450px;
	margin-left:auto;
	margin-right:auto;
	font-size: var(--font-medium);
  	line-height: var(--lh-medium);
}
.entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3{
	color:var(--primary);
}
figure.wp-block-gallery.has-nested-images.builder-logos{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/* Dividers */
.entry-content .divider{
	height:90px;
	border-top:solid 30px #fff;
	border-bottom:solid 30px #fff;
}
.entry-content .divider.blue{
	background-color:var(--secondary);
}
.entry-content .divider.dark-blue{
	background-color:var(--primary);
}
.entry-content .divider.light-blue{
	background-color:var(--muted);
}
.editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper .wp-block-column,
.editor-styles-wrapper blockquote{
	outline: dashed #DEDEDE;
    outline-offset: 5px;
}

/* Lifestyle Nav */
ul.lifestyle-nav {
	margin:0;
	padding:0;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#fbeddb;
	display:flex;
	justify-content:center;
}
ul.lifestyle-nav li{
	flex: 0 0 225px;
	height:225px;
	display:inline-block;
	position:relative;
	background-size:cover;
	background-position:center;
	background-image:url(images/bg-shores-club.jpg);
	margin-left:5px;
	margin-right:5px;
}
ul.lifestyle-nav li.rec-center{
	background-image:url(images/bg-rec-center.jpg);
}
ul.lifestyle-nav li.sports-complex{
	background-image:url(images/bg-sports-complex.jpg);
}
ul.lifestyle-nav li.parks-trails{
	background-image:url(images/bg-parks-trails.jpg);
}
ul.lifestyle-nav li.canoe{
	background-image:url(images/bg-canoe.jpg);
}
ul.lifestyle-nav li.garden{
	background-image:url(images/bg-garden.jpg);
}
ul.lifestyle-nav li.golf{
	background-image:url(images/bg-golf.jpg);
}
ul.lifestyle-nav li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:block;
	z-index:9;
	text-align:center;
	color:#fff;
	font-family:var(--serif);
	font-size:var(--heading-small);
	padding-top:40%;
	text-decoration:none;
	font-weight:bold;
	opacity:0;
}
ul.lifestyle-nav li.current a,
ul.lifestyle-nav li a:hover{
	opacity:1;
}

/* Footer Nav */
.footer-nav {
	display:block;
	padding:20px;
	padding-bottom:0;
	text-align:right;
	background-color:var(--highlight);
	margin:0;
}
.footer-nav a{
	font-family:var(--serif);
	font-size:var(--heading-medium);
	color:#fff;
	text-decoration:none;
	margin-right:40px;
	font-style:italic;
}

/* CTA Form */
.cta-form {
	padding-top:40px;
}
.cta-form .gform-theme--foundation .gform_fields{
	grid-row-gap: 20px;
  	row-gap: 20px;
}
.cta-form .gform-theme--framework .gform_fields > div:not(.gfield--type-checkbox) .gform-field-label,
.cta-form .gform-theme--framework .gform_fields > fieldset:not(.gfield--type-checkbox) .gform-field-label{
	display:none;
}
.cta-form .gform-theme--framework input,
.cta-form .gform-theme--framework .gfield input,
.cta-form .gform-theme--framework .gfield textarea{
	background-color:transparent;
	border:none;
	border-bottom:solid 1px #fff;
	border-radius:0;
	padding-left:0;
	padding-right:0;
	color:#fff;
}
.cta-form .gform-theme--framework input:focus,
.cta-form .gform-theme--framework .gfield input:focus,
.cta-form .gform-theme--framework .gfield textarea:focus{
	border:none;
	border-bottom:solid 1px var(--primary);
	--gf-local-shadow: transparent!important;
    --gf-local-color: transparent!important;
	color:#fff;
}
.cta-form .gform_wrapper div.gfield,
.cta-form .gform_wrapper fieldset{
	margin-bottom:0px;
	min-height:30px;
}
.cta-form ::-moz-placeholder,
.cta-form ::-webkit-input-placeholder,
body .gfield--type-checkbox legend {
	color: #fff !important;
}
.cta-form input:focus::-moz-placeholder,
.cta-form input:focus::-webkit-input-placeholder,
.cta-form textarea:focus::-moz-placeholder,
.cta-form textarea:focus::-webkit-input-placeholder {
	color: #fff;
	opacity:0.5;
}
.cta-form .gfield_checkbox,
body .ginput_container_checkbox{
	display:flex;
	justify-content:left;
	flex-direction:row;
}
.cta-form .gform_wrapper .gfield_checkbox label,
.cta-form .gform_wrapper .show-label label{
	padding-left:20px;
	color:#fff;
	margin-right:20px;
	line-height:22px;
}
.cta-form .gfield_radio div label::before,
.cta-form .gfield_checkbox div label::before{
	background-color:transparent;
	border:solid 1px #fff;
	border-radius:0;
	width:22px;
	height:22px;
}
.cta-form .gform-theme--foundation .gfield select{
	background-color:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	border-color:#fff;
	color:#fff;
	padding-left:0;
}
.cta-form .gform-theme--foundation .gfield select option{
	color:var(--black);
}
.cta-form .gfield--type-html{
	font-size:var(--font-tiny);
	font-style:italic;
}
.cta-form .gform-theme--framework .gform_footer input[type="submit"] {
	background-color:var(--highlight)!important;
	border-radius:25px!important;
	height:50px!important;
	line-height:56px;
	border:solid 2px var(--highlight)!important;
	width:150px!important;
	font-size:var(--font-normal)!important;
	font-weight:bold!important;
	text-transform:uppercase!important;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:140px;
}
.cta-form .gform-theme--framework .gform_footer input[type="submit"]:hover,
.cta-form .gform-theme--framework .gfield .gform_footer input[type="submit"]:hover{
	background-color:transparent!important;
	color:#fff!important;
	border-color:#fff!important;
}

/* Homes Sub Pages */
.entry-content .wp-block-columns.homes{
	width:100%;
	max-width:100%;
	padding-top:45px;
}
.entry-content .wp-block-columns.homes > div:first-of-type{
	padding-left:5%;
	flex: 0 0 45%;
}
.entry-content .wp-block-columns.homes > div h2{
	font-size: var(--heading-large);
  	line-height: var(--lhh-large);
	margin-top:0;
	margin-bottom:20px;
}
.entry-content .wp-block-columns.homes > div h3{
	font-size: var(--heading-medium);
  	line-height: var(--lhh-medium);
	margin-top:0;
	margin-bottom:0px;
}
.entry-content .wp-block-columns.homes > div .wpcp-carousel-wrapper,
.entry-content .wp-block-columns.homes > div .wpcp-carousel-section.nav-vertical-center{
	margin-top:0;
	margin:0;
}
.entry-content .wp-block-columns > div .wp-block-buttons{
	margin-bottom:20px;
}
.entry-content .wp-block-columns > div .wp-block-buttons:last-of-type{
	margin-bottom:0;
}

/* Home Builders */
body.home-builders .wp-block-media-text.slim {
	max-width:1200px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
body.home-builders .wp-block-media-text.slim h3{
	font-size:var(--heading-medium);
	line-height:var(--lhh-medium);
	margin-bottom:10px;
	margin-top:0;
}
body.home-builders .wp-block-media-text.slim > .wp-block-media-text__content{
	padding-left:40px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

/* Entries ---------------------------------------------------------------------------------------------------- */
.entry {
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
}
.entry-content ol,
.entry-content ul {
}
.entry-content ol li {
}
.entry-content ul li {
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
}
.entry-content .search-form {
}
.entry-meta {
}
.entry-header .entry-meta {
}
.entry-footer .entry-meta {
}
.entry-comments-link::before {
}
.entry-categories,
.entry-tags {
}

/* Comments ---------------------------------------------------------------------------------------------------- */
.entry-pings,
.comment-respond,
.entry-comments {
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
}
.comment-list li li {
}
li.comment {
}
.comment-header {
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.comment-header  .comment-meta,
.comment-header  .comment-meta a {
}
.comment-reply-link {
}
.entry-pings .reply {
}
.form-allowed-tags {
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.sidebar {
}
.sidebar p:last-child {
}
.sidebar li {
}
.sidebar ul > li:last-child {
}
.sidebar .widget {
}
.sidebar .enews-widget {
}
.sidebar .enews-widget .widget-title {
}

/* CTA ---------------------------------------------------------------------------------------------------- */
.cta{
	background-color:var(--primary);
	z-index:99;
	position:relative;
	height:400px;
}
body.home .cta{
	height:300px;
}
body:not(.home) .cta {
	border-top:solid 100px var(--highlight);
}
.cta > div{
	width:90%;
	max-width:1200px;
	position:absolute;
	top:-50px;
	left:calc(50% - 600px);
	background-color:var(--secondary);
	color:#fff;
	padding:35px;
	border-radius:25px;
	display:flex;
	justify-content:center;
}
body.home .cta > div{
	top:-120px;
}
body.home .cta > div > p:first-of-type,
.cta > div .widgettitle{
	font-family:var(--serif);
	font-size:var(--heading-large);
	line-height:var(--lhh-large);
	margin-top:0;
	margin-bottom:12px;
	letter-spacing:-1px;
	flex: 0 0 320px;
	margin-right:35px;
	padding-top:45px;
}
.cta .gform-theme--foundation .gform_fields{
	grid-row-gap: 20px;
  	row-gap: 20px;
}
.cta .gform_wrapper > form{
	display:flex;
	justify-content:left;
}
.cta .gform_wrapper > form .gform-footer{
	flex: 0 0 150px;
	margin-left:35px;
	padding-top:75px;
}
.cta .gform-theme--framework .gform_fields > div:not(.gfield--type-checkbox) .gform-field-label,
.cta .gform-theme--framework .gform_fields > fieldset:not(.gfield--type-checkbox) .gform-field-label{
	display:none;
}
.cta .gform-theme--framework input,
.cta .gform-theme--framework .gfield input{
	background-color:transparent;
	border:none;
	border-bottom:solid 1px #fff;
	border-radius:0;
	padding-left:0;
	padding-right:0;
	color:#fff;
}
.cta .gform-theme--framework input:focus,
.cta .gform-theme--framework .gfield input:focus{
	border:none;
	border-bottom:solid 1px var(--primary);
	--gf-local-shadow: transparent!important;
    --gf-local-color: transparent!important;
}
.cta .gform_wrapper div.gfield,
.cta .gform_wrapper fieldset{
	margin-bottom:0px;
	min-height:30px;
}
.cta .gfield_checkbox div input[type="checkbox"]{
	width:10px;
	height:15px;
}
.cta .gform-theme--framework .gfield--type-choice .gfield_checkbox{
	flex-direction:row;
}
.cta .gform-theme--framework .gfield--type-choice .gchoice{
	margin-bottom:0;
}
.cta .gform-theme--framework .gfield--type-choice .gchoice:first-of-type{
	margin-left:15px;
}
.cta ::-moz-placeholder,
.cta ::-webkit-input-placeholder {
	color: #fff;
}
.cta-form input:focus::-moz-placeholder,
.cta-form input:focus::-webkit-input-placeholder,
.cta-form textarea:focus::-moz-placeholder,
.cta-form textarea:focus::-webkit-input-placeholder {
	color: #fff;
	opacity:0.5;
}
.cta .gfield_checkbox{
	display:flex;
	justify-content:left;
	flex-direction:row;
}
.cta .gform_wrapper .gfield--type-checkbox {
	display:flex;
	justify-content:left;
}
.cta .gform_wrapper .gfield_checkbox label,
.cta .gform_wrapper .gfield--type-checkbox legend,
.cta .gform_wrapper .show-label label{
	padding-left:18px;
	color:#fff;
	margin-right:20px;
	line-height:22px;
}
.cta .gfield_radio div label::before,
.cta .gfield_checkbox div label::before{
	background-color:transparent;
	border:solid 1px #fff;
	border-radius:0;
	width:18px;
	height:18px;
}
.cta .gform-theme--foundation .gfield select{
	background-color:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	border-color:#fff;
	color:#fff;
	padding-left:0;
}
.cta .gform-theme--foundation .gfield select option{
	color:var(--black);
}
.cta .gfield--type-html{
	font-size:var(--font-tiny);
	font-style:italic;
}
.cta .gform-theme--framework .gform_footer input[type="submit"] {
	background-color:var(--highlight)!important;
	border-radius:25px!important;
	height:50px!important;
	line-height:56px;
	border:solid 2px var(--highlight)!important;
	width:150px!important;
	font-size:var(--font-normal)!important;
	font-weight:bold!important;
	text-transform:uppercase!important;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:140px;
}
.cta .gform-theme--framework .gform_footer input[type="submit"]:hover,
.cta .gform-theme--framework .gfield .gform_footer input[type="submit"]:hover{
	background-color:transparent!important;
	color:#fff!important;
	border-color:#fff!important;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
body.home .site-footer{
	border-top:80px solid var(--highlight);
}
.site-footer {
	background-color:var(--primary);
	color:#fff;
	padding-top:55px;
}
.site-footer .wrap{
	width:100%;
	max-width:100%;
}
.site-footer a {
	color:#fff;
	text-decoration:none;
}
.site-footer a:hover {
	color:var(--secondary);
}

/* Footer Top */
.site-footer .footer-top{
	display:flex;
	justify-content:center;
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.site-footer .footer-top > div{
	flex:0 0 50%;
}
.site-footer .footer-top .left{
	border-right:solid 1px var(--secondary);
	padding-right:50px;
}
.site-footer .footer-top .right{
	padding-left:50px;
}
.site-footer .footer-top .footer-logo{
	width: 200px;
	height: 180px;
	background-image: url(images/logo.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
	float:right;
	margin-top:20px;
}
.site-footer .footer-top .right ul{
	margin:0;
	padding:0;
	margin-top:20px;
	display:flex;
	justify-content:left;
}
.site-footer .footer-top .right ul li{
	width:30px;
	height:30px;
	margin-right:15px;
	display:inline-block;
}
.site-footer .footer-top .right ul li a{
	display:block;
	width:100%;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-999999px;
	opacity:0.8;
}
.site-footer .footer-top .right ul li a:hover{
	opacity:1.0;
}
.site-footer .footer-top .right ul li.instagram a{
	background-image:url(images/icon-ig-w.webp);
}
.site-footer .footer-top .right ul li.facebook a{
	background-image:url(images/icon-fb-w.webp);
}

/* Footer Bottom */
.site-footer .footer-bottom{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.site-footer .footer-bottom ul.logos{
	margin:0;
	padding:0;
	display:flex;
	justify-content:space-around;
	margin-top:50px;
}
.site-footer .footer-bottom ul.logos li{
	display:inline-block;
	flex: 0 0 12.5%;
	height:100px;
	background-repeat:no-repeat;
	opacity:0.8;
}
.site-footer .footer-bottom ul.logos li:hover{
	opacity:1.0;
}
.site-footer .footer-bottom ul.logos li:not(.vre){
	text-indent:-9999px;
	background-size:contain;
	background-position:center center;
}
.site-footer .footer-bottom ul.logos li.drees{
	background-image:url(images/logo-drees-homes-w.webp);
	background-size:60% auto;
}
.site-footer .footer-bottom ul.logos li.pulte{
	background-image:url(images/logo-pulte-homes-w.webp);
	background-size:60% auto;
}
.site-footer .footer-bottom ul.logos li.ryan{
	background-image:url(images/logo-ryan-homes-w.webp);
	background-size:60% auto;
}
.site-footer .footer-bottom ul.logos li.stanley-martin{
	background-image:url(images/logo-stanley-martin-w.webp);
	flex: 0 0 25%;
}
.site-footer .footer-bottom ul.logos li.vre{
	background-image:url(images/logo-vre.webp);
	background-size:50px;
	background-position:left center;
	padding-left:50px;
	line-height:100px;
	font-weight:bold;
	flex: 0 0 25%;
}

/* Sub Footer */
.site-footer .sub-footer{
	display:flex;
	justify-content:center;
	font-size:var(--font-tiny);
	line-height:var(--lh-tiny);
	padding-top:35px;
	margin-top:15px;
	padding-bottom:50px;
	border-top:solid 1px var(--secondary);
}
.site-footer .sub-footer p{
	flex: 0 0 7.5%;
	display:inline-block;
	margin:0;
}
.site-footer .sub-footer a.sub-footer-logo{
	background-image:url(images/logo-brev.webp);
	height:60px;
	width:100px;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-99999px;
	display:block;
	opacity:0.8;
	margin-right:10px;
}
.site-footer .sub-footer p.housing{
	background-image:url(images/logo-eho.webp);
	height:60px;
	width:60px;
	margin-left:10px;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-99999px;
	opacity:0.8;
}
.site-footer .sub-footer a.sub-footer-logo:hover,
.site-footer .sub-footer p.housing:hover{
	opacity:1.0;
}
.site-footer .sub-footer p.privacy{
	flex: 0 0 85%;
}

.site-footer .white-bar{
	display:block;
	width:100%;
	height:10px;
	margin-top:10px;
	background-color:#fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Media Queries ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */


@media only screen and (max-width: 1680px) {
	ul.lifestyle-nav li {
		flex: 0 0 13.5%;
		height:200px;
	}
}
@media only screen and (max-width: 1620px) {
	body.home .hero h1,
	body.home .hero h1 strong {
		font-size: 75px;
		line-height: 85px;
	}
	body.home .hero h1 uppercase {
		font-size: 135px;
	}
	body.home .home-content h3 {
		font-size: var(--heading-xlarge);
		line-height: var(--lhh-xlarge);
	}
	.page-title h1{
		font-size:var(--heading-xxlarge);
		line-height:var(--lhh-xxlarge);
	}
	.entry-content .wp-block-columns{
		padding-left:25px;
		padding-right:25px;
	}
}

@media only screen and (max-width: 1420px) {
	body.home .hero h1,
	body.home .hero h1 strong {
		font-size: 70px;
		line-height: 80px;
	}
	body.home .hero h1 uppercase {
		font-size: 125px;
	}
	body.home .hero h2{
		font-size:var(--font-large);
		line-height:var(--lh-large);
	}
	body.home .content-2 .wp-block-cover__inner-container,
	body.home .content-5 .wp-block-cover__inner-container{
		padding-left:50px;
		padding-right:50px;
	}
	.wp-block-group > div{
		font-size: var(--font-normal);
  		line-height: var(--lh-normal);
	}
	body.home .wp-block-cover__inner-container{
		width:45%;
	}
	.entry-content .wp-block-columns h2{
		font-size: var(--heading-large);
		line-height: var(--lhh-large);
	}
	.entry-content .wp-block-columns h3{
		font-size: var(--heading-medium);
		line-height: var(--lhh-medium);
	}
}

@media only screen and (max-width: 1200px) {
	.cta > div {
		width:95%;
		left: 2.5%;
	}
	.page-title h1{
		font-size:var(--heading-xlarge);
		line-height:var(--lhh-xlarge);
	}
	body.home .home-content h3,
	.entry-content h2 {
		font-size: var(--heading-large);
		line-height: var(--lhh-large);
	}
	ul.lifestyle-nav li {
		height:150px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-header.scrolled{
		height:80px;
	}
	.mobile-logo {
		display:block;
	}
	.mobile-logo a {
		display:block;
		width: 140px;
		height: 100px;
		background-image: url(images/logo.webp);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		text-indent: -9999px;
		margin-top: 0;
		margin-left:5px;
		margin-top:5px;
	}
	.scrolled .mobile-logo a{
		height:70px;
		width:100px;
	}
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.mobile-button{
		position: absolute;
		top:35px;
		right: 30px;
		width: 40px;
		height: 35px;
		border-top:solid 4px #fff;
	}
	.scrolled .mobile-button{
		top:20px;
	}
	.mobile-button.active{
		border-color:transparent;
	}
	.show-menu, .close-menu{
		width:100%;
		height:100%;
		text-indent: -99999px;
		cursor: pointer;
		position:absolute;
		top:0;
		left:0;
		z-index:9;
	}
	.mobile-button::after, .mobile-button::before {
		  background-color: #fff;
		  content: "";
		  display: block;
		  height: 4px;
		  left: 0;
		  position: absolute;
		  transition: all .3s ease-in;
		  width: 100%;
		  bottom:0;
		  z-index:1;
	}
	.mobile-button::before{
		bottom:15px;
	}
	.mobile-button.active::before{
		left: -2px;
		transform: rotate(45deg);
		width: 40px;
	}	
	.mobile-button.active::after{
		bottom: 15px;
		left: -2px;
		transform: rotate(135deg);
		width: 40px;
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		margin-top:0;
		background-color:var(--primary);
		overflow-y:scroll;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li,
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:30px;
		padding-top:5px;
		padding-bottom:5px;
		border-bottom: 1px #fff dotted;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a{
		height:auto;
		min-height:20px;
		line-height:20px;
		color: #fff;
		display:block;
		margin-top:0;
		text-align:left;
	}
	.nav-primary ul li.logo{
		display:none;
	}
	.nav-primary ul li.home a{
		width:200px;
		height:180px;
		background-image:url(images/logo.webp);
		background-size:contain;
		background-repeat:no-repeat;
		background-position:top center;
		text-indent:-9999px;
		margin-top:0;
		margin-left:auto;
		margin-right:auto;
	}
	.nav-primary ul li a:hover,
	.scrolled .nav-primary ul li a:hover{
		color:#222;
	}
	.nav-primary ul.sub-menu,
	.scrolled .nav-primary ul.sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		width:100%;
		padding-top:10px;
	}
	.nav-primary ul.sub-menu > li:last-of-type,
	.scrolled .nav-primary ul.sub-menu > li:last-of-type{
		border:none;
	}
	.nav-primary ul.sub-menu > li > a,
	.scrolled .nav-primary ul.sub-menu > li > a{
		margin-top:7.5px;
	}
	body.home .cta > div > p:first-of-type,
	.cta > div .widgettitle{
		font-size: var(--heading-medium);
  		line-height: var(--lhh-medium);
		flex: 180px;
	}
	body.home .wp-block-cover__inner-container{
		font-size: var(--font-normal);
  		line-height: var(--lh-normal);
	}
	.page-title {
		height:60vh;
		min-height:550px;
	}
	ul.lifestyle-nav li {
		height:120px;
		flex:0 0 12.5%;
	}
	ul.lifestyle-nav li a{
		padding-top:30%;
		font-size:var(--font-medium);
		line-height:var(--lh-medium);
	}
	.footer-nav a{
		font-size:var(--heading-small);
	}
	.site-footer .footer-bottom ul.logos li.vre{
		flex: 0 0 200px;
	}
}

@media only screen and (max-width: 800px) {
	body.home .revslider{
		height:450px;
		min-height:50px;
		background-position:center center;
	}
	body.home .hero{
		top:150px;
	}
	body.home .hero h1,
	body.home .hero h1 strong {
		font-size: 65px;
		line-height: 75px;
	}
	body.home .hero h1 uppercase {
		font-size: 125px;
	}
	body.home .hero h2{
		font-size:var(--font-medium);
		line-height:var(--lh-medium);
	}
	body.home .cta{
		height:auto;
		padding-bottom:50px;
	}
	body.home .cta > div{
		top:20px;
		display:block;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		left:auto;
	}
	body.home .cta > div > p:first-of-type, .cta > div .widgettitle{
		padding-top:0;
		margin-right:0;
	}
	body.home .cta > div > p:first-of-type, .cta > div .widgettitle{
		flex: 0 0 100%;
		text-align:center;
	}
	body:not(.home) .cta{
		height:auto;
	}
	body:not(.home) .cta > div{
		display:block;
		position:relative;
		margin-top:-20px;
		margin-left:auto;
		margin-right:auto;
		left:auto;
	}
	.cta .gform_wrapper > form{
		display:block
	}
	.cta .gform_wrapper > form .gform-footer{
		margin-left:0;
		padding-top:0;
		justify-content:center;
	}
	body.home .content-1,
	body.home .content-2{
		padding-left:25px;
		padding-right:25px;
	}
	body.home .content-2{
		padding-top:60px;
		padding-bottom:30px;
	}
	body.home .content-2 .wp-block-columns{
		flex-wrap:wrap!important;
	}
	body.home .content-2 .wp-block-columns .wp-block-image .alignleft,
	body.home .content-2 .wp-block-columns .wp-block-image .alignright{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	body.home .content-2 .wp-block-columns > div:first-of-type{
		flex: 0 0 100%;
	}
	body.home .wp-block-cover__inner-container{
		padding-left:25px;
		padding-right:25px;
	}
	.entry-content .wp-block-columns.homes > div:first-of-type{
		flex: 0 0 100%;
		padding-left:25px;
		padding-right:25px;
	}
	.entry-content .wp-block-columns.homes{
		display:block;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left:25px;
		padding-right:25px;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	body:not(.home) .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content{
		font-size:var(--font-normal);
		line-height:var(--lh-normal);
	}
	body:not(.home) .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content h2{
		margin-top:0;
		font-size:var(--heading-medium);
		line-height:var(--lhh-medium);
	}
	.page-title{
		height:50vh;
		min-height:400px;
	}
	.wp-block-group > div{
		padding-left:25px;
		padding-right:25px;
	}
	ul.lifestyle-nav{
		display:none;
	}
	.entry-content .divider{
		height:45px;
		border-top: solid 15px #fff;
  		border-bottom: solid 15px #fff;
	}
	body:not(.home) .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content{
		padding-left:0;
	}
	.site-footer .footer-top{
		display:block;
	}
	.site-footer .footer-top .left,
	.site-footer .footer-top .right{
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align:center;
		border:none;
	}
	.site-footer .footer-top .footer-logo{
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.site-footer .footer-top .right ul{
		justify-content:center;
	}
	.site-footer .footer-bottom ul.logos{
		margin-top:10px;
	}
	.site-footer .sub-footer{
		padding-top:100px;
		position:relative;
	}
	.site-footer .sub-footer p:first-of-type,
	.site-footer .sub-footer p:last-of-type{
		position:absolute;
		top:20px;
	}
	.site-footer .sub-footer p:first-of-type{
		left: calc(50% - 100px);
	}
	.site-footer .sub-footer p:last-of-type{
		right: calc(50% - 100px);
	}
	.site-footer .sub-footer p.privacy{
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 680px) {
	body.home .revslider,
	body.home .revslider rs-module-wrap,
	body.home .revslider rs-module{
		height:400px!important;
	}
	body.home .revslider rs-slide,
	body.home .revslider canvas {
		width:auto!important;
		min-width:100%;
	}
	body.home .hero{
		top:130px;
	}
	body.home .hero h1,
	body.home .hero h1 strong {
		font-size: 45px;
		line-height: 55px;
	}
	body.home .hero h1 uppercase {
		font-size: 105px;
	}
	body.home .hero h2{
		max-width:360px;
		margin-left:auto;
		margin-right:auto;
	}
	body.home .home-content h3,
	body.home .cta > div > p:first-of-type, 
	.cta > div .widgettitle,
	.entry-content h2,
	.entry-content h3,
	.entry-content .wp-block-columns.homes > div h2{
		font-size:var(--heading-medium);
		line-height:var(--lhh-medium);
	}
	.entry-content .wp-block-columns.homes > div h3{
		font-size:var(--heading-small);
		line-height:var(--lhh-small);
	}
	.entry-content .wp-block-columns{
		font-size:var(--font-normal);
		line-height:var(--lh-normal);
	}
	body.home .wp-block-cover{
		height:auto;
		min-height:300px;
		padding-top:0;
		padding-bottom:0;
	}
	body.home .wp-block-cover__inner-container{
		background-color:rgba(20,46,84,0.65);
		width:100%;
		padding-top:60px;
		padding-bottom:60px;
		position:relative;
	}
	body.home .content-4 .wp-block-cover__inner-container{
		background-color:rgba(222,237,247,0.65);
	}
	.page-title::before{
		background: linear-gradient(0deg, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.75) 100%);
	}
	.page-title h1{
		font-size:var(--heading-large);
		line-height:var(--lhh-large);
	}
	.footer-nav a{
		width:100%;
		text-align:center;
		margin-right:10px;
		margin-left:10px;
		display:block;
	}
}

@media only screen and (max-width: 480px) {
	body.home .hero h1,
	body.home .hero h1 strong {
		font-size: 35px;
		line-height: 45px;
	}
	body.home .hero h1 uppercase {
		font-size: 95px;
	}
	body.home .hero h2{
		font-size:var(--font-normal);
		line-height:var(--lh-normal);
	}
	body.home .wp-block-cover__inner-container,
	body:not(.home) .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content{
		text-align:center;
	}
	body.home .home-content .wp-block-cover__inner-container h3,
	body:not(.home) .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content h2{
		text-align:center;
	}
	body.home .home-content .wp-block-cover__inner-container .wp-block-buttons,
	body:not(.home) .wp-block-cover__inner-container .wp-block-buttons,
	.wp-block-media-text > .wp-block-media-text__content > .wp-block-buttons{
		justify-content:center;
	}
}
