
.clearBothAssurance{
	clear:both;
	width:100%;
	height: 0;
	zoom: 1;
}
.clearRightAssurance{
	clear:right;
	width:100%;
	height: 0;
	zoom: 1;
}
ul.MessageSection_AllMessages{
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	color: #000;
}
li.Message_NoMessages{
	padding: .5em 0 1em;
	font-size: 110%;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
}
.MessageSection_DialogOverlay{
	transition: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998; /* lightbox z-index is 1000, so gotta be under that */
	left: 0px;
	top: 0px;
	zoom: 1;
	background-color: #fff;
	opacity: .3; /* set in javascript too to fix ie */
}
.MessageSection_Dialog1{
	transition: none;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999; /* lightbox z-index is 1000, so gotta be under that */
	zoom: 1;
	position: fixed;
	display:table;
	top: 0px;
	left: 0px;
	*left: 50%;
	*top: 50%;
	*display: block;
	*height: auto;
}
.MessageSection_Dialog2{
	transition: none;
	display: table-cell;
	vertical-align: middle;
	*left: -50%;
	*top: -50%;
	*position: relative;
}
.MessageSection_Dialog3{
	transition: none;
	margin: 0 auto;
}
.MessageSection_DialogInner{
	transition: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 455px;
	margin: 0 auto;
	text-align: left;
	background: #eee;

	border: 1px solid #818181;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0pt 0pt 1.5em #999;
	-moz-box-shadow: 0pt 0pt 1.5em #999;
	-webkit-box-shadow: 0pt 0pt 1.5em #999;
}
.MessageSection_DialogX{
	float:right;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1em;
	padding: 0 .5em .5em .5em;
	cursor: pointer;
}
.MessageSection_DialogX:hover{
	color: #dae2f1;
}
.MessageSection_DialogTitle{
	padding: .35em .25em .35em 1em;
	background-color: #6e85ab;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.MessageSection_DialogDialogInner table tr{
	vertical-align: top;
}

.MessageSection_MessageForm{
	transition: none;
	margin: 0;
	padding: .5em 1em 1em;
	font-size: 90%;
}
.MessageSection_MessageForm input,
.MessageSection_MessageForm textarea{
	font-size: 9pt;
}
#MessageSection1 .MessageForm_InputItem {
	margin-top: 1em;	
}
#MessageSection1 .MessageForm_InputItem .inputRadio{
	margin: 0 .5em 0 1em;
}
#MessageSection1 .MessageForm_InputItem .inputCheckbox,
#MessageSection1 .MessageForm_InputItem .inputMultiCheckbox{
	margin: 0 .5em 0 0;
}
.MessageSection_MessageForm label{
	font-weight: bold;
	color: #444;
}
.MessageSection_MessageForm table tr td{
	padding: 1px 0;
	min-width: 10em;
}

.MessageSection_MessageForm .formFieldRequiredMarker{
	font-size: 150%;
	padding-left: 4px;
	color: #cc0000;
}
.MessageForm_CurrentImage{
	text-align: center;
	color: #6179b8;
}
.MessageForm_CurrentImage img{
	padding: 2px;
	border: 1px solid #98b0d8;
	background: #fff;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.MessageForm_Buttons{
	margin-top: 1em;
}

.MessageSection_Message,
li.MessageSection_Message{
	cursor: move;
	list-style: none !important;

	padding: .5em !important;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0 !important;
	zoom:1;
}
.Message_Image{
	float:right;
	margin: .25em 0 0 .5em;
	text-align: center;
	clear:right;
}
.Message_ClickImgTxt{
	text-align: center;
	font-size:80%;
	line-height: 1.5em;
	color: #555;
	white-space: nowrap;
}
.Message_Image img{
	padding: 2px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.Message_Name{
	font-size:125%;
	font-weight: bold;
	margin: .25em 0;
}
.Message_Name a{
	text-decoration: underline !important;
}
.Message_Name a:hover{
	text-decoration: none !important;
}
.Message_UserInfo{
	font-size: 85%;
	padding: 0 .5em;
	margin-top: .25em;

	min-height:1.5em;
	height:auto !important;
	height:1.5em;
	clear: right;
}

.Message_Approved .Message_UserInfo{
	background-color: #6E85AB;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #9d2629;
	color: #e38c8e;
}
.Message_Approved .Message_Label{
	color: #dae2f1;
}
.Message_Unapproved .Message_Label{
	color: #e38c8e;
}

.Message_UserInfo a{
	color: #fff !important;
	text-decoration: underline !important;
}
.Message_UserInfo a:hover{
	text-decoration: none !important;
}
.Message_Telephone{
	display: inline;
	margin-left: 4em;
	float:right;
}
.Message_Email{
	display: inline;
	float:right;
}
.Message_Website{
	display: inline;
}
.Message_Helpful{
	padding: .25em .5em 0 .25em;

}
.Message_HelpfulTitle{
	float:right;
	font-size: 85%;
	color: #555;
	padding: 0 2px;
	line-height: 1.5em;
}
.Message_HelpfulTitle em{
	font-weight: bold;
	font-style: normal;
}
.Message_HelpfulBtn{
	width: 23px;
	font-size: 85%;
	font-weight: bold;
	background-position: top center;
	background-repeat: no-repeat;
	float:right;
	padding-top: 17px;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0.25em;
}
.Message_HelpfulYes{
	background-image: url(/cirkuit/includes/images/icons/thumbs/up-black.gif);
}
.Message_HelpfulNo{
	background-image: url(/cirkuit/includes/images/icons/thumbs/down-black.gif);
}

.Message_Rating{
	float: right;
	padding: 0 .5em 0 .25em;
}
.Message_Rating .rating{
	display: none; /* in HTML for microformats */
}
.Message_RatingStar{
	display: inline-block;
	width: 14px;
	height: 12px;
}
.Message_RatingStar_Full{
	background: url('/cirkuit/includes/images/icons/star-red-full.png') center center no-repeat;
}
.Message_RatingStar_Empty{
	background: url('/cirkuit/includes/images/icons/star-red-none.png') center center no-repeat;
}

.Message_SubmittedFromUrl,
.Message_Referrer,
.Message_User,
.Message_IpAddress,
.Message_Date{
	font-size: 80%;
	color: #555;
	text-align: right;
	padding-top:.25em;
	clear:right;
}
.Message_Referrer,
.Message_User,
.Message_IpAddress{
	color: #000;
	font-weight: bold;
}
.Message_SubmittedFromUrlTitle,
.Message_ReferrerTitle,
.Message_UserTitle,
.Message_IpAddressTitle{
	color: #333;
	font-weight: normal;
}
.Message_CustomField,
.Message_Text{
	font-size: 95%;
	line-height: 1.4em;
	margin-top: .5em;
}

.Message_ButtonAddNew{
	background: #e0e0e0 url(/cirkuit/includes/images/icons/pencil.gif) no-repeat scroll 15px .65em;
	padding: .5em .5em .5em 40px;
	color: #1281A9;
	cursor: pointer;
	border: 1px dashed #999;
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: .5em 0;
}
.Message_ButtonAddNew:hover{
	text-decoration: none;
	background-color: #d0d0d0;
}

.MessageSection_MessageForm .inputText{
	min-width: 250px;
	width: 94%;
	border: 1px solid #a5acb2 !important;
}
#Message_Phone{
	width: 115px;
}

.Message_CustomFieldLabel{
	display: inline-block;
	font-weight: bold;
	margin-right: 1.5em;
}


#MessageSection_MessageForm1 td{
	vertical-align: top;
}
#MessageSection_MessageForm1 .inputPassword,
#MessageSection_MessageForm1 .inputText{
	} 
#MessageSection_MessageForm1 .invalidFormInput {
	background-color:#FFD5D6;
	border:1px dashed #CC0000;
}
#MessageSection_MessageForm1 .tableColumn{
		min-width : 10em;
	}
#MessageSection_MessageForm1 label.invalidFormInput{
	color: #cc0000;
	font-weight: normal;
	background: none;
	border: none;
	padding-left: .5em;
		float:none;
	}
.MessageForm_StatusMsg{
	color: red;
	font-weight: bold;
	text-align: center;
}
#MessageSection_MessageForm1 .formFieldRequiredMarker{
	float: left;
}

li.MessageSection_Message{
	cursor: default;
}
.Message_Pending{
	color: #cc0000;
	font-size: 85%;
	margin-top: .5em;
}
.MessageSection_RatingSummary .fn{
	display: none;
}
.MessageSection_RatingSummary .rating-details{
	text-align: right;
	font-size: 90%;
	color: #999;
	margin-top: .5em;
}

.Message_Name a{
	color: #333 !important;
}
.Message_Image img{
	border: 1px solid #aaa;
	background: #fff;
}

li.Message_Approved{
	background: #ddd;
	border: 1px solid #888;
}
.Message_Approved .Message_UserInfo{
	background-color: #888;
}
.Message_Approved .Message_Label{
	color: #ddd;
}

li.Message_Unapproved{
	background: #e38c8e;
	border: 1px solid #9d2629;
}
.Message_Unapproved .Message_UserInfo{
	background-color: #9d2629;
	color: #e38c8e;
}
.Message_Unapproved .Message_Label{
	color: #e38c8e;
}

.Message_Telephone{
	color: #fff;
}
.Message_UserInfo a{
	color: #fff !important;
}

.Message_ButtonAddNew{
	cursor: pointer;
	border: 1px dashed #999;
}

#MessageSection_MessageForm1{
	background: #ddd;
	color: #000;
	margin: 0 auto;
	padding: 1em;
	border: 1em solid #bbb;
	font-size: 13px;
		width: 420px;
	}
#MessageSection_MessageForm1 label{
	color:#000;
	font-weight: normal;
	font-size: 85%;
}
#MessageSection_MessageForm1 .MessageSection_ExtraInfo{
	color:#777;
	font-weight: normal;
	font-size: 85%;
}
.MessageForm_Buttons{
	text-align: right;
}
#MessageSection_MessageForm1 .inputPassword,
#MessageSection_MessageForm1 .inputText{
	border: 1px solid #a5acb2;
}
#MessageSection_MessageForm1 .formFieldRequiredMarker{
	font-size: 100%;
	float:none;
}
#MessageSection_MessageForm1 label.invalidFormInput{
	white-space: nowrap;
}
.Message_Pending{
	text-align: center;
}

.MessageSection_MessageForm .capImg{
	padding: 0 0 .5em;
	display: inline-block;
}
.MessageSection_MessageForm .capAnswer{
	display: block;
}
#MessageSection_MessageForm1 .capAnswer input.inputText{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	float: none;
}
.MessageSection_MessageForm .capRefresh{
	font-size: 90%;
	display: block;
}
.MessageSection_MessageForm .capRefresh a{
	text-decoration: underline;
	cursor: pointer;
}

/* PAGINATION */
.resultsCountTop,
.resultsCountBottom{
	font-size: 85%;
	background:#f3f3f3;
	color: #777;
	padding: .25em;
	text-align: center;
}
.resultsCountBottom{
	clear:both;
}
.resultsPageLinks,
.resultsPageLinksBottom{
	font-size: 90%;
	font-weight:bold;
	background:#f3f3f3;
	color: #000;
	padding: .25em;
	text-align: center;
}
.resultsPageLinksBottom{
	clear:both;
}


						/* hero */
body #pagewrapper #page .cms_region.cms_Image .cms_Image_container,
.cms-cover-image {
    background-position: center var(--header-height);
    background-repeat: no-repeat;
}
body #pagewrapper #page .cms_region.cms_Image .cms_Image_container::before,
.cms-cover-image:before {
    display: none;
}

.cms-cover-image h1 {
	display: none;
}

/*
.contact-us-hero-image {
	background-image: url(/images/managed/pages/contacts/2023/ContactsHeaderBg.png);
	background-repeat: no-repeat;
    background-origin: content-box;
    background-attachment: inherit;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	min-height: 466px;
	color: #fff;
	text-align: center;
	padding-top: var(--header-height);
}

.contact-us-hero-image .container-xl {
	padding: 0px;
}


*/

.headerWrapOuter,
.topsearchWrap {
	background-color: var(--color-black);
    box-shadow: none;
}

html:not(.home) main {
	padding-top: 0px;
}

header svg .pathFill {
	fill: var(--color-white);
}

header .mainNavWrap a, 
header .mainNavWrap a:hover {
	color: var(--color-white);
}

html.scrolled header nav ul li a, 
html.scrolled header nav ul li a:hover {
    color: var(--color-black);
}

.contact-us-hero-image:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,#000 0,rgba(0,0,0,1) var(--header-height),rgba(0,0,0,0) 100%);
}

.contact-us-hero .contact-us-hero-image .container-fluid {
	padding-top: 60px;
}

.contact-us-hero .container-text {
	max-width: 1088px;
}

/*
.contact-us-hero h1 {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
}
.contact-us-hero p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.Message_Description1 h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #000000;
}

.contact-us-intro {
	padding-top: 45px;
	padding-bottom: 80px;
}

.contact-us-intro h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 45px;
	letter-spacing: 0.5px;
	color: #000000;
	padding-bottom: 20px;
}

.contact-us-intro p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.contact-us-intro h5 {
	text-transform: uppercase;
}
*/

.cms_MessagingSection,
.cms_TextandImages .contact-us-intro {
	width: var(--page-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
}

body main div.cms_MessagingSection form#MessageSection_MessageForm1 {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	max-width: 752px;
	margin: 0px;
	margin-top: 25px;
	padding-bottom: 8px;
}

form#MessageSection_MessageForm1 input[type="text"],
form#MessageSection_MessageForm1 input[type="email"],
form#MessageSection_MessageForm1 input[type="tel"],
form#MessageSection_MessageForm1 select,
form#MessageSection_MessageForm1 textarea {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #4F4F4F;
}

form#MessageSection_MessageForm1 input[type="text"]:focus,
form#MessageSection_MessageForm1 input[type="email"]:focus,
form#MessageSection_MessageForm1 input[type="tel"]:focus,
form#MessageSection_MessageForm1 select:focus,
form#MessageSection_MessageForm1 textarea:focus {
	border: 1px solid red!important;
}

form#MessageSection_MessageForm1 label {
	display: none;
}

form#MessageSection_MessageForm1 select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
}

form#MessageSection_MessageForm1 .MessageForm_CustomField1Item {
	position: relative;
}

form#MessageSection_MessageForm1 .MessageForm_CustomField1Item:after {
	content: url("/images/managed/pages/contacts/select-arrow.png");
	right: 11px;
	top: 15px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
	color: #000;
}

.MessageForm_Buttons {
	text-align: left;
}

.MessageForm_Buttons input {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 32px;
	background: #000000;
	border-radius: 32px;
	flex: none;
	order: 5;
	flex-grow: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border: 1px solid var(--color-black);
}

.contact-location {
	padding-top: 20px;
	padding-left: 0px;
}

.contact-location h3 {
	padding: 15px 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #000000;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px;
}

.contact-location p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

/*
h2 {
	font-style: normal!important;
	font-weight: 400!important;
	font-size: 40px!important;
	line-height: 45px!important;
	letter-spacing: 0.5px!important;
	color: #000000!important;
	margin: 0px!important;
	padding: 0px!important;
}
*/

.newport-beach,
.new-york,
.miami,
.naples {
	background-image: url(/images/managed/pages/contacts/2023/newport-beach.png);
	background-repeat: no-repeat;
    background-origin: content-box;
    background-attachment: inherit;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	height: 216px;
	padding: 0px 20px;
}

.new-york {
	background-image: url(/images/managed/pages/contacts/2023/new-york.png);
}

.miami {
	background-image: url(/images/managed/pages/contacts/2023/miami.png);
}

.naples {
	background-image: url(/images/managed/pages/contacts/2023/naples.png);
}

/* contact us */
body main div.cms_MessagingSection #MessageSection1 .Message_Description1 h1 {
	text-align:center;
	font-size:21px;
}
.contactHeader {
  padding-top: 75px;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
.contactHeader h2 {
  text-align:center;  
}

body div.cms_MessagingSection #MessageSection_MessageForm1 label,
body div.cms_MessagingSection #MessageSection_MessageForm1 input {
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
body main div.cms_MessagingSection div.MessageForm_InputItem label {
  font-size:14px !important;
  display:block;
  width:auto;
  text-align:left;
  padding:5px 0;
  margin:0;
}
body main div.cms_MessagingSection div.MessageForm_InputItem br {
	display:none;
}
body div.cms_MessagingSection #MessageSection1 .MessageForm_InputItem label span {
  font-weight:normal;
}
body main div.cms_MessagingSection #MessageSection1 .MessageForm_InputItem .inputText,
body main div.cms_MessagingSection #MessageSection1 .MessageForm_InputItem .inputSelect {
  width:100%; 
  box-shadow:none;
  -webkit-box-shadow:none;
  border:1px solid #cfcfcf !important;
  color:#555;
  font-size:16px;
  box-sizing: border-box;
}
body div.cms_MessagingSection #MessageSection1 .formFieldRequiredMarker {
  display:none; 
}
body div.cms_MessagingSection #MessageSection1 .inputItem {
  display:none; 
}
body div.cms_MessagingSection #MessageSection1 .MessageForm_InputItem {
  width:100%; 
}
body div.cms_MessagingSection #MessageSection1 .privacyDisclaimer {
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.5;
	font-size: 12px;
}

body div.cms_MessagingSection #MessageSection1 .privacyDisclaimer a {
	color: rgba(0, 0, 0, 0.5); 
	font-size: 12px; 
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.contact-us-hero-image {
		background-image: url(/images/managed/pages/contacts/2023/ContactsHeaderBgMobile.png);
	}
    div#MessageSection1 {
        margin: 35px 20px;
    }
	.contact-us-hero-image .container-xl {
		padding: 0px 20px;
	}
	.contact-us-hero h1 {
		font-size: 38px;
		line-height: 45px;
	}
	.contact-us-intro {
		padding-top: 0px;
		padding-bottom: 15px;
	}
	body main div.cms_MessagingSection form#MessageSection_MessageForm1 {
		padding-bottom: 15px;
	}
	#MessageSection_MessageForm1 input[type="submit"] {
		width: 100%;
	}
	body main div.cms_MessagingSection form#MessageSection_MessageForm1 {
		max-width:100%;	
		width:100%;
		margin-bottom:2rem;
	}
	.contact-location {
		padding: 20px;
	}
	
	.cms_TextandImages .contact-us-intro {
		padding: 15px 20px;
		padding-top: 35px;
		border: 1.6px solid #D9D9D9;
	}
		
	.newport-beach,
	.new-york,
	.miami,
	.naples {
		background-image: url(/images/managed/pages/contacts/2023/newport-beach-mobile.png);
		height: 216px;
		padding: 0px;
	}

	.new-york {
		background-image: url(/images/managed/pages/contacts/2023/new-york-mobile.png);
	}

	.miami {
		background-image: url(/images/managed/pages/contacts/2023/miami-mobile.png);
	}

	.naples {
		background-image: url(/images/managed/pages/contacts/2023/naples-mobile.png);
	}
}
						
