/* -- General Formatting */

* {
	box-sizing:border-box;
}

body {
	font-family:'Work Sans', sans-serif;
	font-size:14pt;
}

a {
	color:#333;
}

a:hover {
	opacity:.75;
}

.wrapper {
	width:1200px;
}

.wrapper.big {
	max-width:76%;
	width:100%;
}

.ilb {
	display:inline-block;
}

.rel {
	position:relative;
}

.abs {
	position:absolute;
}

img {
	height:auto;
}


/* -- Button Formatting */

a.btn,
input[type='submit'],
input[type='button'] {
	display:inline-block;
	margin:0 5px;
	padding:5px 10px;
	background-color:#ccc;
	border:1px solid #ccc;
	text-decoration:none;
}

a.btn:hover,
input[type='submit']:hover,
input[type='button']:hover {
	background-color:transparent;
	opacity:1;
}


.section {
	padding:50px 0;
}

.section_padless {
	padding:0;
}


.content {
	position:relative;
	font-size:14pt;
}

.content .content_left {
	width:100%;
	float:left;
	padding-right:160px;
}

.content .content_left .home_wrapper {
	width:calc(60% - 80px);
	margin:100px auto;

}

.content .content_left .home_wrapper .w_40 img {
	width:100%;
	padding-right:20px;

}

.content .content_left .home_wrapper h1 {
	text-align:center;
}

.content .content_right {
	width:160px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background-color:#2c6951;
}

.content a.btn, input[type='submit'], .content input[type='button'] {
	display:inline-block;
	margin:0 5px;
	padding:5px 30px;
	background-color:#fff;
	border:1px solid #be884c;
	text-decoration:none;
	color:#be884c;
}

.content a.btn:hover, input[type='submit']:hover, .content input[type='button']:hover {
	background-color:#be884c;
	color:#ffffff;
}

/* upcoming events */
.upcoming_events {
	position:relative;
	padding-bottom:3.5%;
}

.upcoming_events .bg_style {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;

}

.upcoming_events .bg_style .first {
	position:absolute;
	top:0;
	bottom:20%;
	right:0;
	left:0;
	/* background-color:#1f2931; */
	background-color:#be884c;

}

.upcoming_events .bg_style .second {
	position:absolute;
	top:0;
	bottom:20%;
	right:0;
	left:74%;
	background-color:#e6e6e6;

}

.upcoming_events .bg_style .third {
	position:absolute;
	top:80%;
	bottom:0;
	right:0;
	left:0;
	background-color:#e6e6e6;

}

.upcoming_events .fg {
	position:relative;
	z-index:10;
}

.upcoming_events .event_title {
	margin-right:26%;
	margin-left:12%;
}

.upcoming_events .view_more_events {
	position:absolute;
	left:74%;
	top:0;
	width:26%;
	height:112px;
	text-align:center;
}

.upcoming_events .view_more_events .btn {
	display:inline-block;
	padding:5px 30px;
	background-color:#e6e6e6;
	border:1px solid #be884c;
	text-decoration:none;
	color:#be884c;
	margin:37px 0;
}

.upcoming_events .btn {
	display:block;
	padding:5px 30px;
	background-color:#fff;
	border:1px solid #be884c;
	text-decoration:none;
	color:#be884c;
	margin:37px auto;
	width:230px;
	display:none;
}

.upcoming_events .view_more_events .btn:hover {

	border:1px solid #be884c;
	background-color:#be884c;
	color:#ffffff;
}

.upcoming_events .event_title h3 {
	color:#fff;
	float:left;
	font-size:24pt;
}

.upcoming_events #event_controllers {
	float:right;
	width:120px;
}

.upcoming_events #event_controllers .fa {
	/* color:#be884c; */
	color:white;
	font-size:24pt;
	display:inline-block;
	margin:40px 15px;
}

.upcoming_events #event_controllers .fa:hover {
	/* color:#ffffff; */
	color:#1f2931;
	cursor:pointer;
}

.upcoming_events .event_slider {
	position:relative;
	margin-left:12%;
}

.upcoming_events .event_slider .slide {
	background-color:green;
	margin-right:10px;
	position:relative;
}

.upcoming_events .event_slider .event_image {
	background-image:url('../../uploads/site_assets/public_homepage_and_wrapper/Asset 9.png');
	margin-left:5px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	padding-bottom:73%;
	width:calc(100% - 5px);
	display:block;
	height:0;
	position:relative;
	z-index:10;
	overflow:hidden;
	-webkit-transition:width 0.5s; /* Safari */
	transition:width 0.5s;
	float:right;
}

.upcoming_events .event_slider .slide:hover > .event_image {
	-webkit-transition:width 0.5s; /* Safari */
	transition:width 0.5s;
	width:calc(100% - 45px);
	float:right;
}

.upcoming_events .event_slider .tag {
	position:absolute;
	left:10px;
	height:327px;
	top:0;
	width:45px;
	overflow:hidden;

}

.upcoming_events .event_slider .tag a {
	transform:rotate(90deg);
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:16pt;
	font-weight:100;
	font-family:'Work Sans', sans-serif;
	font-weight:400;
	letter-spacing:2px;
	padding:20px 0 0 20px;
	white-space:nowrap;

}

.upcoming_events .event_slider .event_image a {
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	background-image:url('../../uploads/site_assets/public_homepage_and_wrapper/Asset 9.png');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	opacity:1;
	webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.upcoming_events .event_slider .slide:hover > .event_image a {
	webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.upcoming_events .event_slider .event_info {
	background-color:#fff;
	display:block;
	padding:20px;
	clear:both;
}

.upcoming_events .event_slider .event_info h3 {
	margin:0;
	font-size:18pt;
	height:60px;
	font-family:'Work Sans', sans-serif;
	overflow:hidden;
	line-height:28px;

}

.upcoming_events .event_slider .event_info h3 a {
	text-decoration:none;
}

.upcoming_events .event_slider .event_info .event_time {
	display:block;
	color:#808080;
	font-size:12pt;
}

.upcoming_events .event_slider .event_info .event_loc {
	display:block;
	color:#808080;
	font-size:12pt;
	height:24px;
	overflow:hidden;
}


/*Become a member */

.become_member {
	/* background-color:#be884c; */
	background-color:#1f2931;
	height:105px;
}

.become_member .wrapper {
	padding-left:12%;
	padding-right:10%;
	width:auto;
}

.become_member .btn {
	display:inline-block;
	margin:34px 0px;
	padding:5px 30px;
	background-color:#c79c6f;
	border:1px solid #303f49;
	text-decoration:none;
	color:#303f49;
	font-size:12pt;
	font-weight:600;
}

.become_member .btn:hover {

	background-color:#303f49;
	border:1px solid #303f49;

	color:#ffffff;

}

.become_member .small {
	color:#fff;
	line-height:105px;
	font-size:14pt;
}

.become_member .large {
	color:#fff;
	line-height:105px;
	font-size:24pt;
	margin-right:40px;
}

/* find a lawyer */

.find_lawyer {
	position:relative;
}

.find_lawyer .w_60 h2 {
	margin:0;
}

.find_lawyer .bg_style {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	top:0;
	z-index:1;
}

.find_lawyer .bg_style .left {
	position:absolute;
	left:0;
	bottom:0;
	width:10%;
	top:0;
	background-color:#303f49;
}

.find_lawyer .bg_style .right {
	position:absolute;
	left:10%;
	bottom:0;
	right:0;
	top:0;
	background-image:url('../../uploads/layout/brigniagara_far_away.jpg');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.find_lawyer .wrapper {
	position:relative;
	z-index:10;
	font-size:14pt;
	color:#fff;
	padding:120px 0;
}

.find_lawyer .wrapper h3 {
	color:#fff;
	font-size:24pt;
	margin:0;
}

.find_lawyer .wrapper {
	position:relative;
}

.find_lawyer .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#1f2931;
}

.find_lawyer .wrapper .testimonial {
	padding:30px 0;
}

.find_lawyer .wrapper .name {
	color:#be884c;
}

.find_lawyer .wrapper .w_40 {
	position:absolute;
	right:0;
	width:40%;
	top:0;
	bottom:0;
	text-align:center;
}

.find_lawyer .wrapper .btn {
	margin:0 0px;
	padding:5px 30px;
	background-color:#be884c;
	border:0px solid #303f49;
	text-decoration:none;
	color:#303f49;
	font-size:12pt;
	position:relative;
	display:inline-block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);


}

.find_lawyer .wrapper .btn:hover {

	background-color:#ffffff;
	border:1px solid #be884c;

	color:#be884c;


}


/* Recent News */

.news_feed {
	background-color:#e6e6e6;
	padding:75px 0 75px 0;
	margin:auto;
}

.news_feed .feed {
	width:960px;
	margin:auto;
}

.news_feed .w_33 {
	padding:20px;
	position:relative;
	color:#fff;
}

.news_feed .w_33 a.link_overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.news_feed h3 {
	font-size:24pt;
	text-align:center;

}

.news_feed .dark_green_bg {
	padding:20px;
}

.news_feed .tag {
	color:#be884c;
}

.news_feed .desc {
	padding:20px;
	color:#253031;
	background-color:#fff;
	font-size:12pt;
	height:250px;
}

.news_feed .read_more {
	padding:20px;
	text-align:center;
	font-size:12pt;
}

.news_feed .entry:hover .read_more {
	background-color:#303f49;
}

.news_feed .feed .title {
	font-size:14pt;
	margin-bottom:5px;
	height:53px;
	overflow:hidden;
}

.news_feed .feed .title a {
	color:inherit;
	text-decoration:none;
}

.news_feed .feed .tag {
	text-decoration:none;
}

.news_feed .feed .btn {

	display:inline-block;
	margin:34px 0px;
	padding:5px 30px;
	background-color:#e6e6e6;
	border:1px solid #be884c;
	text-decoration:none;
	color:#be884c;
	font-size:12pt;
}

.news_feed .feed .btn:hover {


	background-color:#be884c;
	border:1px solid #be884c;

	color:#ffffff;

}

.news_feed .feed .read_more a {
	color:inherit;
	text-decoration:none;

}


/* ECBA community */

.ecba_community {
	font-size:14pt;
	margin:90px 0;
}

.ecba_community h2 {
	font-size:24pt;
	text-align:center;
}

.ecba_community .c_image {
	width:100%;
}

.ecba_community .wrapper {
	width:1000px;
}

.ecba_community .content_seperator {
	margin-top:40px;
	margin-bottom:50px;
}

.ecba_community .w_45 p {
	margin:0;
}

.ecba_community .btn {
	background-color:#fff;
	border:1px solid #be884c;
	padding:5px 50px;
	margin:25px 0 0 0;
	font-size:12pt;
	color:#be884c;
}

.ecba_community .btn:hover {
	background-color:#be884c;
	border:1px solid #be884c;

	color:#ffffff;
}


/* Icon Slider */

.icon_slider {
	padding:100px 15%;
	position:relative;
	border-top:1px solid #f1e6d0;
	border-bottom:1px solid #f1e6d0;
}

.icon_slider #icon_controller {
	position:absolute;
	width:100%;
	left:0;
	right:0;
}

.icon_slider #icon_controller .fa-chevron-left {
	position:absolute;
	top:calc(50% + 15px);
	height:0;
	font-size:30px;
	left:10%;
	color:#be884c;
}

.icon_slider #icon_controller .fa-chevron-right {
	position:absolute;
	top:calc(50% + 15px);
	height:0;
	font-size:30px;
	right:10%;
	color:#be884c;

}

.icon_slider .icon_slide {
	text-align:center;

}

.icon_slider .icon_slide img {
	height:50px;
	display:inline-block;
}


/* CTA Section */


.cta_section {
	padding-left:50px;
	/* background-color:#be884c; */
	background-color:#1f2931;
}

.cta_section .cta {
	width:33.33333333333333333%;
	float:left;

	height:400px;
	overflow:hidden;

	position:relative;
}

.cta_section .cta a {
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:11;
	position:absolute;
}

.cta_section .cta .background {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-image:url('../../uploads/site_assets/public_homepage_and_wrapper/Asset 9.png');
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#1f2931;
	z-index:2;
	transition:all 0.5s;
}

.cta_section .cta:hover .background {
	transform:scale(1.2);
	transition:all 0.5s;
}

.cta_section .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#1f2931;
	z-index:3;
}

.cta_section .label {
	color:#fff;
	font-size:21pt;
	position:relative;
	z-index:10;
	position:relative;
	display:inline-block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}


/* Contact Page */

.contact_information {
	width:100%;
	max-width:600px;
	margin:auto;
	margin-bottom:100px;
}

.contact_information {

	font-size:14pt;
}

.contact_information .small {
	font-size:9.2pt;
}

.contact_information b {
	color:#be884c;
	font-weight:normal;
	margin-top:10px;
}

.contact_information .btn {
	color:#be884c;
	border:1px solid #be884c;
	padding:7px 30px;
	background-color:#fff;
	margin-left:0;
}

.contact_form .right {
	width:150px;
	background-color:#303f49;
	float:left;
	position:absolute;
	right:0;
	bottom:0;
	top:0;
}

.contact_form .left {
	width:100%;
	position:relative;
	background-color:#e6e6e6;
	padding:20px 240px 20px 90px;
}


/* Subpages */


.subpage_banner .left {

	background-image:url('../../uploads/site_assets/public_homepage_and_wrapper/banner_background.jpg');

}

.subpage_banner .right {

	background-image:url('../../uploads/site_assets/public_homepage_and_wrapper/Asset 2.png');

}

.sub_page .btn {
	border:1px solid #be884c;
	color:#be884c;
	background-color:#fff;
	margin:10px;
}

.sub_page .btn:hover {
	color:#fff;
	background-color:#be884c;
}


/* events page */

.subpage_banner .copy span {
	color:#fff;
	position:relative;
	top:-35px;
}

.events_page .summary {
	clear:both;
}

.events_page .date {
	background-color:#303f49;
	text-align:center;
	padding:5px;
	float:left;
	width:90px;
	margin:0 20px 20px 0;
}

.events_page .date .textday {
	color:#cccccc;

}

.events_page .event_info {
	font-size:12pt;
	width:calc(100% - 310px);
	float:left;
}

.events_page .readmore {
	float:left;
	width:200px;
}

.events_page .event_info .title {
	margin:5px 0 0 0;
}

.events_page .event_info .title a {
	text-decoration:none;
}

.events_page .date .day {
	color:#be884c;
	font-size:42pt;
	height:42px;
	line-height:42px;
}

.events_page .date .month {
	color:#cccccc;
	font-size:12pt;
}

.events_page .readmore {
	line-height:90px;
}

.events_page .readmore .btn {
	display:inline;
	font-size:12pt;
	border:1px solid #be884c;
	color:#be884c;
	background-color:#fff;
	padding:8px 25px;
}

.events_page .readmore .btn:hover {
	font-size:12pt;
	border:1px solid #be884c;
	color:#fff;
	background-color:#be884c;
}

.events_page .pagination {
	width:300px;
	margin:auto;
	padding-top:20px;
	color:#be884c;
	clear:both;
}

.events_page .pagination a {
	color:#be884c;
	text-decoration:none;
}

#date .day {
	color:#303f49;
	font-size:16pt;
	font-weight:bold;
}

#date .time {
	color:#253031;
	font-size:16pt;
	font-weight:bold;
}

#location {
	padding-top:30px;
	color:#808080;
}

#location a {
	text-decoration:none;
}

#registration .btn {
	color:#be884c;
	margin:20px 0 0 0;
	border:1px solid #be884c;
	background-color:#fff;
}

#registration .btn:hover {
	color:#fff;
	margin:20px 0 0 0;
	border:1px solid #be884c;
	background-color:#be884c;
}

.btn_ret {
	color:#be884c;
	margin:20px 0 0 0;
	border:1px solid #be884c;
	background-color:#fff;
	text-decoration:none;
	padding:10px 20px;
}

.btn_ret:hover {
	color:#fff;
	margin:20px 0 0 0;
	border:1px solid #be884c;
	background-color:#be884c;
}

.event {
	float:left;
	width:60%;
}

.photo {
	float:right;
	width:40%;
	padding-left:50px;
	box-sizing:border-box;
}

.photo img {
	width:100%;
	height:auto;
}

/* Staff Page*/

.staff .listing {
	width:calc(25% - 15px);
	float:left;
	text-align:center;
	padding-bottom:15px;
}

.staff::after {
	display:block;
	content:' ';
	clear:both;
}

.staff .listing a {
	text-decoration:none;
}

.staff .listing .photo {
	width:100%;
	padding-bottom:140%;
	height:0;
	background-position:center top;
	background-size:cover;
	float:none;
	margin-bottom:15px;
	position:relative;
}

.staff .listing .photo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.staff .listing:nth-of-type(4n+1) {
	margin-right:20px;
}

.staff .listing:nth-of-type(4n+3) {
	margin-left:20px;
	margin-right:20px;
}

.staff .listing:nth-of-type(4n+1) {
	clear:both;
}

.staff .profile .photo {
	float:left;
	padding-right:50px;
	padding-top:20px;
	width:auto;
	max-width:300px;
}


/* Form Old Styling */

table#form {
	width:100%;
	max-width:600px;
	margin:auto;
}

table#form input[type='text'], table#form input[type='email'] {
	width:100%;

}

table#form td {
	padding:5px;
}

table#form input[type='submit'] {
	width:initial;

}

table#form textarea {
	width:100%;

}

#form_3 .field {
	text-align:left !important;
}

#form_3 input[type='checkbox']:nth-of-type(1) {
	margin-left:20px;
}

#form_3 label::after {
	content:' ';
	display:block;
}

@media screen and (max-width:1000px) {


	.event {
		float:left;
		width:100%;
	}

	.photo {
		padding-left:0px;
		width:100%;
		height:auto;
	}

}

.marketplace_module {
}


.notification {
	border:solid 1px gray;
	padding:15px 30px;
	margin:20px 0;
	border-radius:5px;
}

.notification.success {
	background-color:#d4edda;
	color:#155724;
	border-color:#155724;
}

.notification.error {
	background-color:#f8d7da;
	color:#721c24;
	border-color:#721c24;
}

.marketplace_module.categories {
	display:flex;
	flex-wrap:wrap;
}

.marketplace_module.categories .mp {
	padding:10px;
	text-align:center;
	background-color:#c79c6f;
	position:relative;
	width:calc(50% - 20px);
	height:300px;
	background-size:cover;
	background-position:center;
	transition:all 0.25s;
	justify-content:center;
	align-items:center;
	margin:10px;
	z-index:2;
}

.marketplace_module.categories .mp .mp-name {
	position:relative;
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
	color:white;
	font-size:30px;
	font-weight:bold;
	z-index:2;
}

.marketplace_module.categories .mp:hover {
	opacity:0.75;
}

.marketplace_module.categories .mp .mp-link {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
}

.marketplace_module.categories .mp .overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.5);
}

.marketplace_module .mp .mp-top {
	margin-right:30px;
	display:flex;
}

.marketplace_module .mp .mp-top a {
	display:flex;
}

.marketplace_module .mp .mp-top .mp-image {
	width:150px;
	height:auto;
	object-fit:cover;
}

.marketplace_module .mp .mp-bottom {
}

.marketplace_module .mp .mp-name {
	margin-bottom:0;
}

.marketplace_module .mp .mp-name a {
	text-decoration:none;
}

.marketplace_module .mp .mp-date {
	color:#999;
	font-style:italic;
	margin-bottom:10px;
	font-size:14px;
}

.marketplace_module .mp .mp-summary {
}

.marketplace_module .mp .mp-read-more {
	font-size:16px;
}

.marketplace_module .mp-form-area {
	margin-top:50px;
	background-color:#e6e6e6;
	padding:50px;
}

.marketplace_module .mp-form-area h2 {
	margin-top:0;
}

.marketplace_module .mp-form-area form {
	margin-top:15px;
}

.marketplace_module .mp-form-area form label {
	display:block;
	color:#be884c;
	margin-bottom:3px;
}

.marketplace_module .mp-form-area form label .required {
	color:red;
	font-weight:bold;
	font-size:13px;
}

.marketplace_module .mp-form-area form input {
}

.marketplace_module .mp-form-area form textarea {
	height:150px;
}

.marketplace_module .mp-form-area form input[type='submit'] {
	margin:15px 0 0 0;
	background-color:#be884c;
	color:white;
	border-color:#be884c;
}

.marketplace_module .mp-form-area form input[type='submit']:hover {
	background-color:white;
	color:#be884c;
}

.marketplace_module.entries .mp {
	display:flex;
	margin-bottom:50px;
}

.marketplace_module .mp-form-area form input,
.marketplace_module .mp-form-area form textarea,
.marketplace_module .mp-form-area form select {
	width:100%;
	margin-bottom:15px;
	border:0;
	padding:7px;
}

.marketplace_module.entry {
}

.marketplace_module.entry .mp-images {
	display:flex;
	flex-wrap:wrap;
	margin:50px 0;
}

.marketplace_module.entry .mp-images a {
	display:flex;
}

.marketplace_module.entry .mp-images .mp-image {
	width:150px;
	height:auto;
	object-fit:cover;
}


.select2-container {
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	position:relative;
	vertical-align:middle
}

.select2-container .select2-selection--single {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	height:28px;
	user-select:none;
	-webkit-user-select:none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display:block;
	padding-left:8px;
	padding-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position:relative
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
	padding-right:8px;
	padding-left:20px
}

.select2-container .select2-selection--multiple {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	min-height:32px;
	user-select:none;
	-webkit-user-select:none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display:inline-block;
	overflow:hidden;
	padding-left:8px;
	text-overflow:ellipsis;
	white-space:nowrap
}

.select2-container .select2-search--inline {
	float:left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing:border-box;
	border:none;
	font-size:100%;
	margin-top:5px;
	padding:0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance:none
}

.select2-dropdown {
	background-color:white;
	border:1px solid #aaa;
	border-radius:4px;
	box-sizing:border-box;
	display:block;
	position:absolute;
	left:-100000px;
	width:100%;
	z-index:1051
}

.select2-results {
	display:block
}

.select2-results__options {
	list-style:none;
	margin:0;
	padding:0
}

.select2-results__option {
	padding:6px;
	user-select:none;
	-webkit-user-select:none
}

.select2-results__option[aria-selected] {
	cursor:pointer
}

.select2-container--open .select2-dropdown {
	left:0
}

.select2-container--open .select2-dropdown--above {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}

.select2-container--open .select2-dropdown--below {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}

.select2-search--dropdown {
	display:block;
	padding:4px
}

.select2-search--dropdown .select2-search__field {
	padding:4px;
	width:100%;
	box-sizing:border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance:none
}

.select2-search--dropdown.select2-search--hide {
	display:none
}

.select2-close-mask {
	border:0;
	margin:0;
	padding:0;
	display:block;
	position:fixed;
	left:0;
	top:0;
	min-height:100%;
	min-width:100%;
	height:auto;
	width:auto;
	opacity:0;
	z-index:99;
	background-color:#fff;
	filter:alpha(opacity=0)
}

.select2-hidden-accessible {
	border:0 !important;
	clip:rect(0 0 0 0) !important;
	height:1px !important;
	margin:-1px !important;
	overflow:hidden !important;
	padding:0 !important;
	position:absolute !important;
	width:1px !important
}

.select2-container--default .select2-selection--single {
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color:#999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
	float:left
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
	left:1px;
	right:auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color:#eee;
	cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display:none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color:white;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing:border-box;
	list-style:none;
	margin:0;
	padding:0 5px;
	width:100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style:none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color:#999;
	margin-top:5px;
	float:left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:bold;
	margin-top:5px;
	margin-right:10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#999;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#333
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline {
	float:right
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
	margin-left:5px;
	margin-right:auto
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:solid black 1px;
	outline:0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color:#eee;
	cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display:none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius:0;
	border-top-right-radius:0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background:transparent;
	border:none;
	outline:0;
	box-shadow:none;
	-webkit-appearance:textfield
}

.select2-container--default .select2-results > .select2-results__options {
	max-height:200px;
	overflow-y:auto
}

.select2-container--default .select2-results__option[role=group] {
	padding:0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color:#999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color:#ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left:1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left:0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-1em;
	padding-left:2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-2em;
	padding-left:3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-3em;
	padding-left:4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-4em;
	padding-left:5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-5em;
	padding-left:6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color:#5897fb;
	color:white
}

.select2-container--default .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}

.select2-container--classic .select2-selection--single {
	background-color:#f7f7f7;
	border:1px solid #aaa;
	border-radius:4px;
	outline:0;
	background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border:1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color:#444;
	line-height:28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor:pointer;
	float:right;
	font-weight:bold;
	margin-right:10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color:#999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color:#ddd;
	border:none;
	border-left:1px solid #aaa;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	height:26px;
	position:absolute;
	top:1px;
	right:1px;
	width:20px;
	background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color:#888 transparent transparent transparent;
	border-style:solid;
	border-width:5px 4px 0 4px;
	height:0;
	left:50%;
	margin-left:-4px;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:0
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
	float:left
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
	border:none;
	border-right:1px solid #aaa;
	border-radius:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	left:1px;
	right:auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border:1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background:transparent;
	border:none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color:transparent transparent #888 transparent;
	border-width:0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color:white;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:text;
	outline:0
}

.select2-container--classic .select2-selection--multiple:focus {
	border:1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style:none;
	margin:0;
	padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display:none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color:#e4e4e4;
	border:1px solid #aaa;
	border-radius:4px;
	cursor:default;
	float:left;
	margin-right:5px;
	margin-top:5px;
	padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color:#888;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:#555
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
	float:right
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
	margin-left:5px;
	margin-right:auto
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border:1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top:none;
	border-top-left-radius:0;
	border-top-right-radius:0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border:1px solid #aaa;
	outline:0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline:0;
	box-shadow:none
}

.select2-container--classic .select2-dropdown {
	background-color:#fff;
	border:1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom:none
}

.select2-container--classic .select2-dropdown--below {
	border-top:none
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height:200px;
	overflow-y:auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding:0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color:grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color:#3875d7;
	color:#fff
}

.select2-container--classic .select2-results__group {
	cursor:default;
	display:block;
	padding:6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color:#5897fb
}

@media screen and (max-width:1020px) {
	.house_grid_images .w_50 {
		width:inherit;
	}

	.house_grid_images .l {
		float:none;
	}

	.house_grid_images img {
		height:auto;
	}
}

/* new CTA */

.cta_module {
	--gap:40px;
	--columns:4;
	display:flex;
	flex-wrap:wrap;
	gap:var(--gap);
	position:relative;
	z-index:4;
	justify-content:center;
}

.cta_module[data-count="1"],
.cta_module[data-count="2"] {
	--columns:2;
}

.cta_module[data-count="3"],
.cta_module[data-count="5"],
.cta_module[data-count="6"] {
	--columns:3;
}

.cta_module .cta {
	position:relative;
	display:flex;
	flex-direction:column;
	padding:25px 25px;
	width:calc(100% / var(--columns) - (var(--gap) - (var(--gap) / var(--columns))));
	background-color:#303f49;
	background-image:none !important;
	color:white;
	line-height:1.25;
	text-align:center;
}

.cta_module .cta:nth-of-type(even) {
	background-color:#1f2931;
}

.cta_module .cta .cta-image {
	margin-bottom:30px;
}

.cta_module .cta .cta-image img { /*max-width:100px;*/
	height:75px;
}

.cta_module .cta .cta-name {
	position:relative;
	font-size:26px;
	font-family:acumin-pro-condensed, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
}

.cta_module .cta .cta-name::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:100px;
	border-bottom:solid 1px white;
	transform:translateX(-50%);
}

.cta_module .cta .cta-content {
	line-height:1.5;
}

.cta_module .cta .cta-title {
}

.cta_module .cta .cta-button {
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	flex:1;
	margin-top:25px;
}

.cta_module .cta .cta-button a.btn {
	color:white;
	border-color:white;
	width:180px;
	margin:0 auto;
	background-color:transparent;
}

.cta_module .cta .cta-button a.btn:hover {
	color:#c79c6f;
	background-color:white;
}

.cta_module .cta .cta-overlay {
}