/*!
Theme Name: Landmark
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landmark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Landmark is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document	 ========================================================================== */
/** 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {	line-height: 1.15; /* 1 */	-webkit-text-size-adjust: 100%; /* 2 */}
/* Sections	 ========================================================================== */
/** Remove the margin in all browsers. */
body {	margin: 0;}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {	font-size: 2em;	margin: 0.67em 0;}
/* Grouping content	 ========================================================================== */
/** 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {	box-sizing: content-box; /* 1 */	height: 0; /* 1 */	overflow: visible; /* 2 */}
/** 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {	font-family: monospace, monospace; /* 1 */	font-size: 1em; /* 2 */}
/* Text-level semantics	 ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {	background-color: transparent;}
/** 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {	border-bottom: none; /* 1 */	text-decoration: underline; /* 2 */	text-decoration: underline dotted; /* 2 */}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b,strong {	font-weight: bolder;}
/** 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,kbd,samp {	font-family: monospace, monospace; /* 1 */	font-size: 1em; /* 2 */}
/** Add the correct font size in all browsers. */
small {	font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,sup {	font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;}
sub {	bottom: -0.25em;}
sup {	top: -0.5em;}
/* Embedded content	 ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img {	border-style: none;}
/* Forms	 ========================================================================== */
/** 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,input,optgroup,select,textarea {	font-family: inherit; /* 1 */	font-size: 100%; /* 1 */	line-height: 1.15; /* 1 */	margin: 0; /* 2 */}
/** Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,input { /* 1 */	overflow: visible;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,select { /* 1 */	text-transform: none;}
/** Correct the inability to style clickable types in iOS and Safari. */
button,[type="button"],[type="reset"],[type="submit"] {	-webkit-appearance: button;}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {	border-style: none;	padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {	outline: 1px dotted ButtonText;}
/** Correct the padding in Firefox. */
fieldset {	padding: 0.35em 0.75em 0.625em;}
/** 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {	box-sizing: border-box; /* 1 */	color: inherit; /* 2 */	display: table; /* 1 */	max-width: 100%; /* 1 */	padding: 0; /* 3 */	white-space: normal; /* 1 */}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {	vertical-align: baseline;}
/** Remove the default vertical scrollbar in IE 10+. */
textarea {	overflow: auto;}
/** 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"],[type="radio"] {	box-sizing: border-box; /* 1 */	padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {	height: auto;}
/** 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {	-webkit-appearance: textfield; /* 1 */	outline-offset: -2px; /* 2 */}
/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {	-webkit-appearance: none;}
/** 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {	-webkit-appearance: button; /* 1 */	font: inherit; /* 2 */}
/* Interactive	 ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {	display: block;}
/* Add the correct display in all browsers. */
summary {	display: list-item;}
/* Misc	 ========================================================================== */
/** Add the correct display in IE 10+. */
template {	display: none;}
/** Add the correct display in IE 10. */
[hidden] {	display: none;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,optgroup,textarea {	color: #404040;	font-family: sans-serif;	font-size: 16px;	font-size: 1rem;	line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {	clear: both;}
p {	margin-bottom: 1.5em;}
dfn, cite, em, i {	font-style: italic;}
blockquote {	margin: 0 1.5em;}
address {	margin: 0 0 1.5em;}
pre {	background: #eee;	font-family: "Courier 10 Pitch", Courier, monospace;	font-size: 15px;	font-size: 0.9375rem;	line-height: 1.6;	margin-bottom: 1.6em;	max-width: 100%;	overflow: auto;	padding: 1.6em;}
code, kbd, tt, var {	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;	font-size: 15px;	font-size: 0.9375rem;}
abbr, acronym {	border-bottom: 1px dotted #666;	cursor: help;}
mark, ins {	background: #fff9c0;	text-decoration: none;}
big {	font-size: 125%;}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {	box-sizing: border-box;}
*,*:before,*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;}
body {	background: #fff;	/* Fallback for when there is no custom background color defined. */}
hr {	background-color: #ccc;	border: 0;	height: 1px;	margin-bottom: 1.5em;}
ul, ol {	margin: 0 0 1.5em 3em;}
ul {	list-style: disc;}
ol {	list-style: decimal;}
li > ul,li > ol {	margin-bottom: 0;	margin-left: 1.5em;}
dt {	font-weight: bold;}
dd {	margin: 0 1.5em 1.5em;}
img {	height: auto;	/* Make sure images are scaled correctly. */	max-width: 100%;	/* Adhere to container width. */}
figure {	margin: 1em 0;	/* Extra wide images within figure tags don't overflow the content area. */}
table {	margin: 0 0 1.5em;	width: 100%;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	background: #9d2235;    opacity: 1;    padding: 10px 30px;    box-shadow: none;    border-width: 0;    border-style: solid;    border-color: #9d2235;    border-color: rgba(157,34,53,1);    border-radius: 0;    margin-top: 5px;    margin-bottom: -10px;    color: #fff;}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;}
button:active, button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
	color: #666;	border: 1px solid #ccc;	border-radius: 3px;	padding: 3px;	width:490px;}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {
	color: #111;}
select {	border: 1px solid #ccc;}
textarea {	width: 100%;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {	color: royalblue;}
a:visited {	color: purple;}
a:hover, a:focus, a:active {	color: inherit;}
a:focus {	outline: thin dotted;}
a:hover, a:active {	outline: 0;}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {	clear: both;	display: block;	float: left;	width: 100%;}
.main-navigation ul {	display: none;	list-style: none;	margin: 0;	padding-left: 0;}
.main-navigation ul ul {	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);	float: left;	position: absolute;	top: 100%;	left: -999em;	z-index: 99999;	background: #FFFFFF;}
.main-navigation ul ul ul {	left: -999em;	top: 0;}
.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {	left: 100%;}
.main-navigation ul ul a {	width: 200px;}
.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {	left: auto;}
.main-navigation li {	float: left;	position: relative;}
.main-navigation a {	display: block;	text-decoration: none;}
/* Small menu. */
.menu-toggle,.main-navigation.toggled ul {	display: block;}
@media screen and (min-width: 900px) {
	.menu-toggle {		display: none;	}
	.main-navigation ul {		display: block;	}}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {	margin: 0 0 1.5em;	overflow: hidden;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {	float: left;	width: 50%;}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {	float: right;	text-align: right;	width: 50%;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {	border: 0;	clip: rect(1px, 1px, 1px, 1px);	clip-path: inset(50%);	height: 1px;	margin: -1px;	overflow: hidden;	padding: 0;	position: absolute !important;	width: 1px;	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	clip-path: none;	color: #21759b;	display: block;	font-size: 14px;	font-size: 0.875rem;	font-weight: bold;	height: auto;	left: 5px;	line-height: normal;	padding: 15px 23px 14px;	text-decoration: none;	top: 5px;	width: auto;	z-index: 100000;	/* Above WP toolbar. */}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {	outline: 0;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {	display: inline;	float: left;	margin-right: 1.5em;}
.alignright {	display: inline;	float: right;	margin-left: 1.5em;}
.aligncenter {	clear: both;	display: block;	margin-left: auto;	margin-right: auto;}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
	content: "";	display: table;	table-layout: fixed;}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
	clear: both;}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {	margin: 0 0 1.5em;	/* Make sure select elements fit in widgets. */}
.widget select {	max-width: 100%;}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {	display: block;}
.post,.page {	margin: 0 0 1.5em;}
.updated:not(.published) {	display: none;}
.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;}
.page-links {	clear: both;	margin: 0 0 1.5em;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {	word-wrap: break-word;}
.bypostauthor {	display: block;}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {	/* Theme Footer (when set to scrolling) */	display: none;}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {	display: block;}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {	border: none;	margin-bottom: 0;	margin-top: 0;	padding: 0;}
/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {	max-width: 100%;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {	display: inline-block;}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {	margin-bottom: 1.5em;	max-width: 100%;}
.wp-caption img[class*="wp-image-"] {	display: block;	margin-left: auto;	margin-right: auto;}
.wp-caption .wp-caption-text {	margin: 0.8075em 0;}
.wp-caption-text {	text-align: center;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {	margin-bottom: 1.5em;}
.gallery-item {	display: inline-block;	text-align: center;	vertical-align: top;	width: 100%;}
.gallery-columns-2 .gallery-item {	max-width: 50%;}
.gallery-columns-3 .gallery-item {	max-width: 33.33%;}
.gallery-columns-4 .gallery-item {	max-width: 25%;}
.gallery-columns-5 .gallery-item {	max-width: 20%;}
.gallery-columns-6 .gallery-item {	max-width: 16.66%;}
.gallery-columns-7 .gallery-item {	max-width: 14.28%;}
.gallery-columns-8 .gallery-item {	max-width: 12.5%;}
.gallery-columns-9 .gallery-item {	max-width: 11.11%;}
.gallery-caption {	display: block;}
/* HEADER STYLES */
a {	color: inherit;}
a:visited {	color: inherit;}
.clear {	clear: both;}
body {	font-family: 'Roboto', sans-serif;}
#primary article {	/*padding: 0px 80px;*/}
.post, .page {	margin: 0;}
.widget {	margin: 0;}
.lm-top-header {	background: #eeeeee;	padding: 10px 0px;	text-align: right;	color: #696969;}
.lm-top-header a.lm-contact {	color: #696969;	text-decoration: none;	padding: 0 20px 0 0;	font-size: 13px;}
.lm-top-header img {	padding-right: 5px;    position: relative;    top: 3px;}
.lm-top-header .lm-top-social {	display: inline-block;	margin: 0 45px 0 0;}
.lm-top-header .lm-top-social i {	padding: 0px 5px 0px 0px;}
#masthead {	padding: 5px 50px 10px;	box-sizing: border-box;}
.site-branding {	width: 20%;	float: left;}
.main-navigation {	width: 80%;	float: left;	clear: none;}
.main-navigation li {	padding: 10px 15px;}
.main-navigation ul ul li:hover {	background: #2a5dad;}
.main-navigation ul ul li:hover a {	color: #FFFFFF;}
.main-navigation a {	color: #696969;}
.main-navigation img#menu-img {	padding: 0px 0px 0px 15px;}
ul#primary-menu {	float: right;	position: relative;	top: 30px;}
ul#primary-menu a.lm-tcnworldwide {	display: inline-block;}
.lm-homepage-widgets section#custom_html-4 {	float: left;	width: 100%;	padding: 30px 0px;}
.lm-homepage-widgets .lm-homepage-links {	/*max-width: 1140px;*/	margin: 0 auto;}
.lm-homepage-widgets .lm-homepage-links .lm-links {	width: 23%;	float: left;	padding: 30px;	text-align: center;	border-bottom: 5px solid #2a5dad;	margin: 0px 13px;	box-sizing: border-box;	background: #f2f2f2;	font-size: 14px;	box-shadow: 3px 0px #d2d2d2;}
.lm-homepage-widgets .lm-homepage-links .lm-links img {	margin: 0 0 10px 0;	height: 56px;}
.lm-homepage-widgets .lm-homepage-links .lm-links a {	text-decoration: none;	color: #2a5dad;	font: 600 22px 'Roboto', sans-serif;}
.lm-homepage-widgets .lm-homepage-links .lm-links.one {	/*margin-left: 0px;*/}
.lm-homepage-widgets .lm-homepage-links .lm-links.four {	/*margin-right: 0px;*/}
.lm-homepage-widgets section#custom_html-5 {	float: left;	padding: 30px 0px 30px 50px;	width: 100%;}
.lm-homepage-widgets .lm-homepage-body {	width: 100%;	margin: 0 auto;}
.lm-homepage-widgets .lm-homepage-body .column {	width: 50%;	float: left;}
.lm-homepage-widgets .lm-homepage-body .column.one h1 {	color: #2a5dad;	font: 400 35px 'Roboto', sans-serif;}
.lm-homepage-widgets .lm-homepage-body .column.two img {	width: 100%;}
.lm-homepage-widgets .rpwe-block li:nth-child(4) {		clear: both;}
.lm-homepage-widgets .rpwe-block li {	width: 33.33%;	float: left;	box-sizing: border-box;	border: none;}
.lm-homepage-widgets #rpwe_widget-2 {	clear: both;    float: left;    width: 100%;	background: #ebebeb;	padding: 0px 100px 15px;	margin: 0 0 30px;}
.lm-homepage-widgets #rpwe_widget-2 h3.widget-title {	text-align: center;	color: #2a5dad;	font: 500 35px 'Roboto', sans-serif;}
.lm-homepage-widgets h3.rpwe-title,.lm-homepage-widgets h3.rpwe-title a {	font: 500 20px 'Roboto', sans-serif;}
.lm-homepage-widgets .rpwe-summary {	font-size: 0px;	margin: 12px 0 0 0;}
.lm-homepage-widgets .rpwe-summary a.more-link {	background: #222222;    color: white;    padding: 7px 12px;    border-radius: 6px;	font-size: 14px;	font-weight: 500;}
.lm-homepage-widgets .rpwe-alignleft {	float: none;}
.lm-homepage-widgets section#custom_html-6 {	background-image: url('/wp-content/uploads/2018/11/form-background.png');	background-size: cover;	background-repeat: no-repeat;	color: #FFFFFF;	padding: 0px 100px 45px;	clear: both;}
.lm-homepage-widgets section#custom_html-6 .lm-head-text {	text-align: center;	padding: 80px 0px 50px;}
.lm-homepage-widgets section#custom_html-6 .lm-head-text h3 {	font: 400 45px 'Roboto', sans-serif;}
.lm-homepage-widgets section#custom_html-6 form {	max-width: 1140px;    margin: auto;}
.lm-homepage-widgets section#custom_html-6 form textarea {	width: 555px;	height: 215px;}
.lm-homepage-widgets section#custom_html-6 form .column.one select,.lm-homepage-widgets section#custom_html-6 form .column.one input {	width: 550px;}
.lm-homepage-widgets section#custom_html-6 form .column.one {	width: 50%;	float: left;}
.lm-homepage-widgets section#custom_html-6 form .column.two p:last-child {	text-align: right;}
.lm-homepage-widgets section#custom_html-6 form input[type="submit"] {	text-transform: uppercase;	background: #2a5dad;	color: #FFFFFF;	border: none;	padding: 10px 30px;	font-size: 16px;	border-radius: 0px;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"],
input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"],
input[type="color"], textarea, .widget select {
	border-radius: 0px;	padding: 10px 10px;}
.lm-brands-footer {	text-align: center;	padding: 40px 0;}
.lm-brands-footer img.az {	width: 170px;}
.lm-brands-footer img.dg {	width: 150px;}
.lm-brands-footer img.panera {	width: 95px;}
.lm-brands-footer img.ra {	width: 115px;}
.lm-brands-footer img.sns {	width: 125px;}
.lm-brands-footer img.tb {	width: 80px;}
.lm-brands-footer img.villa {	width: 140px;	position: relative;	bottom: 25px;}
.lm-brands-footer img {	margin: 0px 30px;	box-sizing: border-box;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);   -moz-filter: grayscale(100%);   -ms-filter: grayscale(100%);   filter: grayscale(100%);   filter: gray; /* IE 6-9 */}
.lm-brands-footer img:hover {	-webkit-filter: none;   -moz-filter: none;   -ms-filter: none;   filter: none;}
footer.site-footer {	background: #595959;	color: #FFFFFF;	padding: 30px 0 0 0;}
.lm-main-footer {	padding: 0px 120px 30px;	float: left;	width: 100%;}
.lm-main-footer .menu {	list-style-type: none;	margin: 0;	padding: 0;}
.lm-main-footer .menu a,.lm-main-footer a {	text-decoration: none;	color: #FFFFFF;	font-size: 14px;}
.lm-main-footer p {	font-size: 14px;}
.lm-main-footer section h4.widget-title {	font-size: 25px;}
.lm-main-footer section#nav_menu-2 {	float: left;	width: 21%;	padding: 0px 40px 0px 0px;	box-sizing: border-box;}
.lm-main-footer section#nav_menu-3 {	float: left;	width: 21%;	padding: 0px 40px 0px 0px;	box-sizing: border-box;}
.lm-main-footer section#custom_html-2 {	float: left;	width: 21%;	padding: 0px 40px 0px 0px;	box-sizing: border-box;}
.lm-main-footer section#custom_html-2 img {	padding: 3px 15px 10px 0;	float: left;}
.lm-main-footer section#custom_html-3 {	float: left;	width: 36%;	padding: 0px 0px 0px 40px;	box-sizing: border-box;}
.lm-main-footer section#custom_html-3 p {	margin: 0 0 5px 0;}
.lm-main-footer .lm-social-footer {	margin: 0 0 40px 0;}
.lm-main-footer .lm-social-footer  a.facebook {	padding: 0 5px 0 0;}
.lm-main-footer .lm-social-footer  a.google {	padding: 0 5px 0 0;}
.site-info {	background: #2a5dad;	text-align: center;	color: #FFFFFF;	padding: 20px 20px 10px;	box-sizing: border-box;	clear: both;	width: 100%;}
/* SUBPAGE STYLING */
/* NEWS PAGE*/
.lm-news-widgets section#search-3 {	margin: 0 200px;}
.lm-news-widgets section#search-3 input.search-field {	width: 350px;    height: 30px;    border-radius: 3px;}
.lm-news-widgets section#search-3 input.search-submit {	background: #2a5dad;	width: 80px;	height: 30px;	color: #FFFFFF;}
.lm-news-widgets section#search-3 .lm-search-add-text {	padding: 10px 0 0;	font-size: 14px;}
.page .post-thumbnail img {	border-top: 2px solid #595959;	border-bottom: 4px solid #595959;}
.page .post-thumbnail img,.page-template .post-thumbnail img {	width: 100%;}
.page-template header.entry-header,.page header.entry-header {	position: absolute;	left: 50px;	background: #595959;	opacity: .75;	color: #ffffff;	padding: 0px 40px;	margin-top: 40px;}
.page-template header.entry-header-new,.page header.entry-header-new {	position: absolute;	left: 50px;	background: #002e5d;	opacity: .75;	color: #ffffff;	padding: 0px 40px;	margin-top: 40px;}
.lm-news-widgets .rpwe-block li {	width: 50%;	float: left;	border: none;	padding: 25px 100px 20px;	box-sizing: border-box;}
.lm-news-widgets section#rpwe_widget-3 {	width: 100%;	padding: 0px 100px;}
.lm-news-widgets .rpwe-time.published:before {	content: url(/wp-content/uploads/2018/12/calendar.png);	position: relative;	top: 3px;	padding: 0 3px 0 0;}
.lm-news-widgets .rpwe-block li:nth-child(3) {	clear: both;}
.lm-news-widgets #rpwe_widget-2 h3.widget-title {	text-align: center;	color: #2a5dad;	font: 500 35px 'Roboto', sans-serif;}
.lm-news-widgets h3.rpwe-title,.lm-news-widgets h3.rpwe-title a {	font: 500 20px 'Roboto', sans-serif;}
.lm-news-widgets .rpwe-summary {	border-bottom: 1px solid #dddddd;}
.lm-news-widgets .rpwe-summary a.more-link {	background: #222222;    color: white;    padding: 7px 12px;    border-radius: 6px;	font-size: 14px;	font-weight: 500;	/*float: left;*/	margin: 20px 0 12px;	display: block !important;    width: 103px;}
.lm-news-widgets .rpwe-summary a.more-link:before {	content: ' ';    clear: right;    display: block;}
.lm-news-widgets .rpwe-alignleft {	float: none;}
.lm-news-widgets .lm-newsletter-block {	background-image: url('/wp-content/uploads/2018/11/newsletter-background.png');	background-repeat: no-repeat;	background-size: cover;	height: 320px;	text-align: center;	color: #FFFFFF;	margin: 0 0 30px 0;}
.lm-news-widgets .lm-newsletter-block h1 {	padding: 10px 0 0 0;	margin: 0;	font: 600 50px 'New Times Roman', serif;}
.lm-news-widgets .lm-newsletter-block h1 span {	color: #2a5dad;}
.lm-news-widgets .lm-newsletter-block p {	padding: 0;	margin: 0;	font-size: 14px;}
.page-id-14 .lm-news-widgets section#rpwe_widget-3 .rpwe-img img {	width: 500px;	height: auto;}
.lm-news-widgets .lm-newsletter-block .lm-newsletter-outer {	padding: 0px 200px;}
.lm-news-widgets .lm-newsletter-block .column {	text-align: left;	width: 50%;	float: left;}
.lm-news-widgets .lm-newsletter-block .column.two {	padding-left: 20px;}
.lm-news-widgets .lm-newsletter-block .inner-column {	width: 50%;	float: left;}
.lm-news-widgets .lm-newsletter-block .mc4wp-form-basic input[type=text],.lm-news-widgets .lm-newsletter-block .mc4wp-form-basic input[type=email] {	max-width: 555px;	margin-bottom: 15px;	height: 50px;	font-size: 14px;}
.lm-news-widgets .lm-newsletter-block .mc4wp-form-basic input[type=submit] {
	text-transform: uppercase;	background: #2a5dad;	color: #FFFFFF;	border: none;	padding: 10px 30px;	font-size: 15px;	font-weight: 600;	border-radius: 0px;	cursor: pointer;	margin: 10px 0 0 0;}
.lm-news-widgets .lm-newsletter-block .mc4wp-form-basic label {	font-size: 15px;	font-weight: 500;}
/* RETAIL PAGE */
.lm-service-links {	float: left;	width: 100%;	text-align: center;	padding: 100px 15% 90px;}
.lm-service-links .lm-links {	width: 22%;	float: left;	padding: 30px;	text-align: center;	border-bottom: 5px solid #2a5dad;	margin: 0px 13px;	box-sizing: border-box;	font-size: 14px;}
.lm-service-links .lm-links a {	text-decoration: none;	color: #2a5dad;	font: 600 22px 'Roboto', sans-serif;}
.lm-service-links .lm-links img {	height: 56px;}
.lm-retail-widgets .lm-retail-listings-block {	text-align: center;	background-repeat: no-repeat;	background-size: cover;	height: 250px;	color: #FFFFFF;	padding: 30px 0px 30px;    box-sizing: border-box;}
.lm-retail-widgets .lm-retail-listings-block h1 {	font: 400 40px 'Roboto', sans-serif;	padding: 0;	margin: 0;}
.lm-retail-widgets .lm-retail-listings-block p {}
.lm-retail-widgets .lm-retail-listings-block a {	background: #2a5dad;	color: #FFFFFF;	padding: 5px 10px;	text-transform: uppercase;	text-decoration: none;	font-weight: 500;}
/* INDUSTRIAL PAGE */
.lm-industrial-widgets .lm-industrial-listings-block {	text-align: center;	background-repeat: no-repeat;	background-size: cover;	height: 250px;	color: #FFFFFF;	padding: 30px 0px 30px;    box-sizing: border-box;}
.lm-industrial-widgets .lm-industrial-listings-block h1 {	font: 400 40px 'Roboto', sans-serif;	padding: 0;	margin: 0;}
.lm-industrial-widgets .lm-industrial-listings-block p {}
.lm-industrial-widgets .lm-industrial-listings-block a {	background: #2a5dad;	color: #FFFFFF;	padding: 5px 10px;	text-transform: uppercase;	text-decoration: none;	font-weight: 500;}
/* MULTI-FAMILY PAGE */
.lm-multifamily-widgets .lm-multifamily-listings-block {	text-align: center;	background-repeat: no-repeat;	background-size: cover;	height: 250px;	color: #FFFFFF;	padding: 30px 0px 30px;    box-sizing: border-box;}
.lm-multifamily-widgets .lm-multifamily-listings-block h1 {	font: 400 40px 'Roboto', sans-serif;	padding: 0;	margin: 0;}
.lm-multifamily-widgets .lm-multifamily-listings-block p {}
.lm-multifamily-widgets .lm-multifamily-listings-block a {	background: #2a5dad;	color: #FFFFFF;	padding: 5px 10px;	text-transform: uppercase;	text-decoration: none;	font-weight: 500;}
/* OFFICE PAGE */
.lm-office-widgets .lm-office-listings-block {	text-align: center;	background-repeat: no-repeat;	background-size: cover;	height: 250px;	color: #FFFFFF;	padding: 30px 0px 30px;    box-sizing: border-box;}
.lm-office-widgets .lm-office-listings-block h1 {	font: 400 40px 'Roboto', sans-serif;	padding: 0;	margin: 0;}
.lm-office-widgets .lm-office-listings-block p {}
.lm-office-widgets .lm-office-listings-block a {
	background: #2a5dad;	color: #FFFFFF;	padding: 5px 10px;	text-transform: uppercase;	text-decoration: none;	font-weight: 500;}
/* PROPERTY SEARCH PAGE */
.lm-propertysearch-widgets .lm-property-alerts {	background-image: url('/wp-content/uploads/2018/12/property-search.png');	text-align: center;	color: #FFFFFF;	background-repeat: no-repeat;	background-size: cover;	height: 180px;	margin: 10px 0 30px;}
.lm-propertysearch-widgets .lm-property-alerts h1 {	padding: 25px 0px 20px;	margin: 0;	font: 400 40px 'Roboto', sans-serif;}
.lm-propertysearch-widgets .lm-property-alerts p {	padding: 0 0 20px;	margin: 0;	font-size: 14px;}
.lm-propertysearch-widgets .lm-property-alerts a {	text-transform: uppercase;	color: #FFFFFF;	text-decoration: none;	background: #2a5dad;	padding: 10px 30px;	font-weight: 500;}
/* SINGLE BLOG POST PAGES */
.single-post article.post {	padding: 0px 100px;}
/*ABOUT US PAGE */
.page-id-10 .content-column ul,.page-id-179 .content-column ul {	margin: 0;}
/* AFFILIATIONS PAGE */
.page-id-189 .content-column img {	padding-top: 35px;}
/* CONTACT US PAGE*/
.page-id-16 textarea {	max-width: 377px;}
.lm-contact-address:before {	/* content: url(/wp-content/uploads/2018/11/footer-pin.png); */}
.lm-contact-phone:before {	/* content: url('/wp-content/uploads/2018/11/phone.png'); */}
.lm-contact-fax:before {	/* content: url(''); */}
.lm-contact-address,.lm-contact-phone,.lm-contact-fax {	float: left;}
.lm-contact-address a,.lm-contact-phone a,.lm-contact-fax a {	text-decoration: none;}
ul.contactsocialicons {	list-style-type: none;	margin: 0;	padding: 0;}
ul.contactsocialicons li {	display: inline;	padding: 0 10px 0 0;}
ul.contactsocialicons li a {	text-decoration: none;}
ul.contactsocialicons i {	padding: 0 5px 0 0;}
p.lm-contact-address,p.lm-contact-phone,p.lm-contact-fax {	padding: 7px 0 0 7px;}
.page-id-16 .content-column input[type="submit"] {	text-transform: uppercase;	background: #2a5dad;	color: #FFFFFF;	border: none;	padding: 10px 30px;	font-size: 16px;	border-radius: 0px;	cursor: pointer;}
/* ALL PAGES */
.page .entry-content {padding: 0px 80px;}
.page .entry-content h1 {text-align: center;color: #2a5dad;	font: 600 35px 'Roboto', sans-serif;}
.page .entry-content h2 {color: #2a5dad;font: 600 20px 'Roboto', sans-serif;}
/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
	.lm-main-footer section#nav_menu-2 {width: 25%;padding-right: 80px;}
	.lm-main-footer section#nav_menu-3 {width: 25%;padding-right: 80px;}
	.lm-main-footer section#custom_html-2 {width: 50%;}
	.lm-main-footer section#custom_html-3 {width: 100%;padding: 50px 0 0 0;}
	.lm-main-footer {padding: 0px 30px 30px;}
	.lm-homepage-widgets section#custom_html-6 {padding: 0px 20px 45px;}
	.lm-homepage-widgets section#custom_html-6 form .column.one select,
	.lm-homepage-widgets section#custom_html-6 form .column.one input,
	.lm-homepage-widgets section#custom_html-6 form textarea {max-width: 300px;}
	.lm-homepage-widgets section#custom_html-6 form .column.two p:last-child {text-align: left;}
	.lm-homepage-widgets .lm-homepage-links .lm-links.one {margin: 10px;}
	.lm-homepage-widgets .lm-homepage-links .lm-links {width: 47%;margin: 10px;}
	.lm-news-widgets section#search-3 {margin: 0 20px;}
	.lm-news-widgets section#rpwe_widget-3 {padding: 0px;}
	.lm-news-widgets .rpwe-block li {padding: 25px 20px 20px;}
	.page .entry-content {padding: 0px 10px;}}
@media screen and (max-width: 900px) {
	.site-branding {width: 100%;}
	ul#primary-menu {float: none;top: 0;}
	.lm-news-widgets .lm-newsletter-block .column {width: 100%;}
	.lm-news-widgets .lm-newsletter-block {height: auto;padding: 0 0 20px 0;}
	.lm-news-widgets .lm-newsletter-block .lm-newsletter-outer {padding: 0px 20px;}}
@media screen and (max-width: 768px) {
	.lm-main-footer section#nav_menu-2 {width: 50%;}
	.lm-main-footer section#nav_menu-3 {width: 50%;}
	.lm-main-footer section#custom_html-2 {width: 100%;}
	.lm-main-footer section#custom_html-3 {width: 100%; padding: 50px 0 0 0;}
	.lm-homepage-widgets .rpwe-block li {width: 100%;}
	.lm-homepage-widgets #rpwe_widget-2 {padding: 0px 20px 15px;}
	.lm-homepage-widgets .lm-homepage-body .column {width: 80%;}
	.lm-homepage-widgets .lm-homepage-links .lm-links {width: 100%;}
	.main-navigation li {float: none;}
	.lm-news-widgets .rpwe-block li {width: 100%;}}
@media screen and (max-width: 530px) {
	.lm-main-footer section#nav_menu-2 {width: 100%;}
	.lm-main-footer section#nav_menu-3 {width: 100%;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; width:250px;}}
p.wpdberror {display: none;}
div.agentbioinfo div.hidden-bio{display: none;}
.agentbioinfo a, .agentbioinfo strong a {color: #002e5d;}

.elementor-widget-image a{
	width: 100%;
}

/* @media (max-width:375px){
	#contact-form-cfc57c0{padding-right:10px;!importantpadding-left: 10px;!importantoverflow: hidden; !important}
	#contact-form-cfc57c0 p input[type=text], input[type=email]{max-width:90vw; !important}
	#contact-form-cfc57c0 p{max-width:90vw; !important}
} */