/*
Theme Name: mhansen_pending.com
Theme URI: http://aios3-staging.agentimage.com/m/mhansen_pending.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.2.9
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

a, a:hover, a:active, a:visited, select, select:hover, select:active, select:visited {
	outline: none;
	text-decoration: none;
}

.ip-container {
	/*height: 234px;*/
	background: url(images/ipbg.jpg) center top no-repeat;
	background-size: 100% auto;
}

.page-id-258 .sidebar {
	display: none;
}
.page-id-258 #content-sidebar #content {
	width: 100%;
}

/* Home Page Header */

.stat-h {
	position: fixed !important;
	height: auto !important;
}
	.stat-h .title img {
		width: 70% !important;
	}
	/* .stat-h .navigation {
		padding-top: 30px !important;
	}
	.stat-h .header-smi {
		margin-top: 30px !important;
	} */

.ip-container #header {
	position: relative;
}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1029;
}
	.h-top {
    	background: #00263d;
		width: 100%;
		float: left;
	}
	.h-top .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.h-top .container::before,
	.h-top .container::after {
		display: none;
	}
		.title {
			width: 166px;
			/* float: left; */
			padding: 16px 0;
			/* margin-right: 50px; */
		}
			.title img {
				width: 100%;
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
			}

		.navigation {
			width: auto;
			/* float: left; */
			/* padding-top: 48px; */
			-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
		}
			.menu-main-container:after{ /* do not delete, clears floats from navs */
				content: "";
			    display: table;
			    clear: both;
			}
				#nav {
					width: auto;
					margin: 0;
					padding: 0;
					text-align: left;
				}
					#nav li {
						display: inline-block;
						list-style: none;
						margin-left: 15px;
					}
					#nav li:first-child {
						margin-left: 0;
					}
						#nav li a {
							font-size: 13px;
							font-weight: 500;
							color: #fff;
							text-transform: uppercase;
							padding-bottom: 26px;
						}
						#nav li:hover a	{
							color: #0066b2;
						}
						#nav .sub-menu {
						    list-style: none outside none;
						    margin: 24px 0 0;
						    background: rgba(255,255,255,0.95);
						    display: none;
						    padding: 0;
						    position: absolute;
						    width: auto;
						    min-width: 184px;
						    padding: 12px 16px;
						    left: 50%;
						    margin-left: -92px;
						}
							#nav .sub-menu li {
								width: 162px;
								float: left;
							    position: relative;
							    margin: 0;
							    border-bottom: 1px solid #e2e2e2;
							}
								#nav .sub-menu li a {
									color: #354a59;
									display: block;
									width: 100%;
									float: left;
									padding: 8px 6px;
								}
								#nav .sub-menu li:hover a {
									color: #0066b2;
									padding-left: 17px;
									background: url(images/drop-menu.png) 3px center no-repeat;
								}
						#nav li:first-child .sub-menu {
							/*width: 376px;*/
							/*width: 550px;
							left: 50%;
							margin-left: -188px;*/
						}
							/*#nav li:first-child .sub-menu li {
								margin: 0 5px;
							}*/

		.header-smi {
			width: auto;
			/* float: right; */
			/* margin: 50px 0 0; */
			-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
		}

		.header-smi a {
			font-size: 0;
		}

			.header-smi ul {
				float: right;
				text-align: right;
			}
				.header-smi ul li {
					display: inline-block;
					vertical-align: top;
					line-height: 12px;
				}
					.header-smi ul li:first-child {
						padding: 0 15px;
						margin-right: 15px;
						border-left: 1px solid #c4c4c4;
						border-right: 1px solid #c4c4c4;
					}
					.header-smi ul li:first-child span {
				    font-family: 'Lato', sans-serif;
				    font-size: 14px;
				    font-weight: 600;
				    color: #fff !important;
				}
					.header-smi ul li:first-child a {
						color: #354a59;
					}
					.header-smi ul li a {
							color: #fff !important;
						}
					.header-smi ul li:first-child span a {
						color: #354a59;
					}
					.header-smi ul li:first-child em {
						margin-left: 20px;
						font-size: 10px;
						color: #fff;
						font-style: normal;
					}
					.header-smi ul li.h-smi {
						margin-top: -4px;
					}
					.header-smi ul li.h-smi a {
						display: inline-block;
						margin-left: 15px;
					}
					.header-smi ul li.h-smi a:first-child {
						margin-left: 0;
					}
						.header-smi ul li.h-smi a em {
							font-size: 18px;
							color: #354a59;
							font-style: normal;
						}

						.header-smi ul li.h-smi a em {
						    color: #fff !important;
						}

	.slide {
		width: 100%;
		float: left;
		position: relative;
		z-index: 1;
	}
		.s-buttons {
			width: 100%;
			position: absolute;
			bottom: 5%;
			margin: 0;
			z-index: 5;
		}
			.sb-box {
				width: 100%;
				max-width: 750px;
				margin: 0 auto;
			}
				.sb-box ul {
					width: 100%;
					margin: 0;
					float: left;
					text-align: center;
				}
					.sb-box ul li {
						width: 224px;
						display: inline-block;
						vertical-align: top;
						position: relative;
						border: 4px solid #fff;
						border-radius: 8px 8px 8px 8px;
						-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.10);
						-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.10);
						box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.10);
						-webkit-transition: all .5s ease;
						-moz-transition: all .5s ease;
						transition: all .5s ease;
						margin-left: 32px;

    background: #d8292e !important;
    border: 4px solid #d8292e !important;

					}
					.sb-box ul li:first-child {
						margin-left: 0;
					}
						.sb-box ul li a {
							width: 100%;
							float: left;
							display: block;
							font-size: 20px;
							font-weight: 700;
							color: #ffffff;
							text-transform: uppercase;
							padding: 18px 0;
							text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
						}
						.sb-box ul li:hover a {
							color: #3a3a3a !important;
						}
						.sb-box ul li:hover {
							background: rgba(255,255,255,0.45) !important;
						}

	.widget_top {
		width: 100%;
		float: left;
		background: #fff;
	}
		.home_widget1 {
			width: 100%;
			float: left;
			padding: 48px 0;
		}
			.home_widget1 ul {
				width: 100%;
				float: left;
				margin: 0;
				text-align: center;
			}
				.home_widget1 ul li {
					width: calc(100% / 3 - 5px);
					display: block;
					float: left;
					position: relative;
					vertical-align: top;
					background-size: cover;
				}
				.home_widget1 ul li:first-child {
					background: url(images/j2.jpg) center center/cover no-repeat;
					opacity: 0;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					transition: all .5s ease;
					left: 380px;
					z-index: 1;
				}
				.home_widget1 ul li:first-child + li {
					background: url(images/j1.jpg) center center/cover no-repeat;
					margin: 0 4px;
					z-index: 2;
				}
				.home_widget1 ul li:first-child + li + li {
					background: url(images/j3.jpg) center center/cover no-repeat;
							
					opacity: 0;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					transition: all .5s ease;
					right: 380px;					
					z-index: 1;
				}
				
				.home_widget1 ul li:first-child + li + li + li {
					background: url(images/cta4.jpg) center center/cover no-repeat;			
					opacity: 0;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					transition: all .5s ease;
					right: 380px;
					margin: 0 4px;
					z-index: 1;
				}
				.home_widget1.ani ul li:first-child {
					opacity: 1;
					left: 0;
				}

				.home_widget1.ani ul li:first-child + li + li {
					opacity: 1;
					right: 0;
				}
				.home_widget1.ani ul li:first-child + li + li + li {
					opacity: 1;
					right: 0;
				}
				.home_widget1 ul li:before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					z-index: 1;
					background: rgba(0,0,0,0.5);
					opacity: 0;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					transition: all .5s ease;
				}
				.home_widget1 ul li:hover:before {
					opacity: 1;
				}
					.jwh-box {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 3;
					}
						.jwh-box h3 {
							font-size: 25px;
							font-weight: 500;
							letter-spacing: 1px;
							text-align: center;
							text-transform: uppercase;
							color: #ffffff;
							width: 100%;
							display: block;
							position: absolute;
							left: 0;
							top: 45%;
							text-shadow: 1px 1px #333;
						}

	.widget-bottom {
		width: 100%;
		position: relative;
		float: left;
		background: url(images/bottom-bg.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
		.wd-wrap {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
			.home_widget3 {
				width: 100%;
				float: left;
			}
				.home_widget3 h1 {
					display: block;
					font-size: 106px;
					font-weight: 500;
					color: #ffffff;
					text-shadow: 1px 1px #333;
					margin: 70px 0 30px;
					line-height: 60px;
					text-transform: uppercase;
				}
					.home_widget3 h1 span {
						font-size: 48px;
					}
				.w-txt {
					width: 	57.0175%;
					max-width: 650px;
					float: left;
				}
					.w-txt p {
						font: 14px 'Lato', sans-serif;
						color: #ffffff;
						line-height: 1.8;
						text-shadow: 1px 1px #333;
					}
					.w-txt a {
						display: block;
						width: 253px;
						border: 4px solid #fff;
						border-radius: 8px 8px 8px 8px;
						padding: 20px 0;
						font-size: 13px;
						color: #ffffff;
						text-align: center;
						text-transform: uppercase;
						-webkit-transition: all .5s ease;
						-moz-transition: all .5s ease;
						transition: all .5s ease;
						letter-spacing: 1px;
						margin-top: 68px;
					}
					.w-txt a:hover {
						background: rgba(255,255,255,0.70);
						color: #3a3a3a;
					}

			.home_widget4 {
				width: 100%;
				float: left;
				padding: 40px 0;
			}
				.ts-wrap {
					width: 	65.7894%;
					max-width: 750px;
					float: left;
					position: relative;
				}

					.ts-slide .slick-slide {
						outline: none;
					}

					.ts {
						width: 100%;
						padding-left: 45px;
						position: relative;
						margin: 0 auto;
					}
						.ts:before {
							content: "";
							position: absolute;
							left: 0;
							right: 0;
							width: 27px;
							height: 24px;
							background: url(images/quo.png) center center no-repeat;
						}
						.ts p {
							font: 18px 'Lato', sans-serif;
							color: #ffffff;
							line-height: 1.2;
							font-style: italic;
							text-shadow: 1px 1px #333;
						}
						.ts span {
							display: block;
							font: 700 21px 'Lato', sans-serif;
							color: #ffffff;
							line-height: 2;
							text-shadow: 1px 1px #333;
							text-transform: uppercase;
						}

		.home_widget5 {
			background: #dddddd;
			width: 100%;
			float: left;
			padding: 30px 0;
			text-align: center;
			border-top: 2px solid #fff;
		}
			.s-box {
				width: 100%;
				float: left;
			}
				.s-box h2 {
					float: left;
					font-size: 25px;
					font-weight: 700;
					color: #1c1c1c;
					text-transform: uppercase;
					line-height: 33px;
					margin: 0 0 0 20px;
					letter-spacing: 1px;
				}
				.s-box form {
					float: right;
					width: 83.1578%;
					position: relative;
				}
					.s-box span.your-name {
						float: left;
						width: 23.6286%;
						margin-right: 4px;
					}
					.s-box span.your-email {
						float: left;
						width: 23.6286%;
						margin-right: 4px;
					}
						.s-box input {
							width: 100%;
							height: 33px;
							background: none;
							font-family: 'Lato', sans-serif;
							font-size: 12px;
							color: #354a59;
							line-height: 33px;
							border: 1px solid #9c9c9c;
							border-radius: 0;
							-webkit-appearance: none;
							-moz-appearance: none;
							appearance: none;
							padding-left: 6px;
						}
					.s-box span.your-message {
						float: left;
						width: 35.2320%;
					}
						.s-box textarea {
							width: 100%;
							height: 33px;
							background: none;
							font-family: 'Lato', sans-serif;
							font-size: 12px;
							color: #354a59;
							line-height: 1;
							padding: 10px 0;
							border: 1px solid #9c9c9c;
							border-radius: 0;
							-webkit-appearance: none;
							-moz-appearance: none;
							appearance: none;
							padding-left: 6px;
							overflow: hidden;
						}

					.s-box input.wpcf7-submit {
						float: right;
						width: 14.7679%;
						height: 33px;
						background: #1c1c1c;
						font-size: 13px;
						color: #ffffff;
						text-align: center;
						text-transform: uppercase;
						letter-spacing: 3px;
						line-height: 33px;
						border: none;
						border-radius: 0;
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
					}

					.s-box div.wpcf7-response-output {
						float: left;
						width: 100%;
						margin: 0;
					}
					.s-box div.wpcf7 .ajax-loader {
						bottom: -13px;
    					right: 0;
    					position: absolute;
					}


/** footer **/
#footer {
	width: 100%;
	float: left;
    background: #00263d;
}
	.ftr-top {
		float: left;
		width: 100%;
		padding: 50px 0 30px;
		text-align: center;
	}
		.ftr-top span {
			display: block;
			margin: 0 auto 12px;
			font-size: 20px;
    color: #fff;
		}
		.email span {
			font-size: 14px;
			margin-bottom: 17px;
		}
		.ftr-top p {
			display: block;
			width: 100%;
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			font-weight: 600;
			line-height: 1.2;
			color: #354a59;
		}
		.ftr-top a {
			color: #354a59;
		}
		.ftr-top img {
			display: block;
			margin: 0 auto 17px;
		}
			.ftr-top ul {
				width: 100%;
				float: left;
				text-align: center;
			}
				.ftr-top ul li {
					display: inline-block;
					margin-left: 20px;
				}
				.ftr-top ul li:first-child {
					margin-left: 0;
				}
				.ftr-top ul li a {
					font-size: 18px;
					color: #354a59;
				}
	.ftr-bottom {
		float: left;
		width: 100%;
		padding: 40px 0 50px;
		text-align: center;
	}
		#footer .menu-main_nav-container {
			width: 100%;
			text-align: center;
			float: left;
			margin: 0;
			display: none;
		}
		#footer .menu-main_nav-container ul {
			padding: 0;
			margin: 0;
		}
			ul.footernav li {
				padding: 0 11px 0 18px;
			    display:inline-block;
			    position: relative;
			}
			ul.footernav li:before {
				content: ".";
			    font-size: 40px;
			    color: #a2a2a2;
			    position: absolute;
			    left: 0;
			    top: -34px;
			}
			ul.footernav li:first-child:before {
				display: none;
			}
				ul.footernav a {
					color:#a2a2a2;
					font-size: 12px;
					display: block;
					line-height: 11px;
					text-transform: uppercase;
				}
		.footer-credit {
			width: 100%;
			float: left;
			text-align: center;
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			font-weight: 600;
			color: #354a59;
			padding: 8px 0;
		}
			.footer-credit span {
			}
			.footer-credit a {
				color: #354a59;
			}

		.ftr-logo {
			width: 100%;
			float: left;
			text-align: center;
			margin-top: 15px;
		}
			.ftr-logo span, .ftr-logo img {
			    font-size: 26px;
			    color: #354a59;
			    margin: 0 3px;
			    display: inline;
			    vertical-align: middle;
			}
			/*.ftr-logo span:first-child {
				position: relative;
				top: 1px;
			}*/
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 142px;
}

.yoast-breadcrumbs, .yoast-breadcrumbs a {
	color: #898989;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 76.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 23.0701%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title {
	font-size: 40px;
    color: #0066b2;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	font-size: 40px;
    color: #0066b2;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
	font-size: 18px;
	color: #0066b2;
	text-transform: uppercase;
}

#content .entry {
	font-size: 14px;
	font-weight: 400;
	color: #898989;
}

.sb-quicksearch {
	width: 100%;
	float: left;
	background: #dddddd;
	padding: 30px 20px;
	margin-top: 30px;
}
	.sb-quicksearch h2 {
		font-size: 25px;
	    font-weight: 700;
	    color: #1c1c1c;
	    text-transform: uppercase;
	    text-align: center;
	    margin: 0 0 20px 0;
	    line-height: 1;
	}
		.sb-quicksearch select {
			height: 32px;
			float: left;
			border: 1px solid #9b9b9b;
			background: url(images/qs-a.png) right center no-repeat;
			border-radius: 0;
			font-family: 'Lato', sans-serif;
			font-size: 12px;
			font-weight: 600;
			color: #354a59;
			padding: 5px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			margin-bottom: 2px;
		}
		.select1 {
			width: 100%;
		}
		.select2 {
			width: 49.5%;
		}
		.sb-quicksearch .rht {
			float: right;
			margin-right: 0;
		}
		.search {
			width: 100%;
			height: 34px;
			float: left;
			background: #1c1c1c;
			color: #fff;
			margin-top: 16px;
			font-size: 12px;
			text-align: center;
			border: none;
			border-radius: 0;
			text-transform: uppercase;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

		.sb-quicksearch a {
			display: block;
			width: 100%;
			float: left;
			font-size: 12px;
			font-weight: 600;
			text-align: center;
			color: #1c1c1c;
			text-transform: uppercase;
			line-height: 2;
		}
ul.sb-cta {
	width: 100%;
	margin: 42px auto 30px;
	float: left;
	text-align: center;
}
	ul.sb-cta li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		border: 2px solid #a9a9a9;
		border-radius: 8px 8px 8px 8px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		margin-bottom: 8px;
		background: none;
	}
	ul.sb-cta li:first-child {
		margin-left: 0;
	}
		ul.sb-cta li a {
			width: 100%;
			float: left;
			display: block;
			font-size: 20px;
			font-weight: 700;
			color: #a9a9a9;
			text-transform: uppercase;
			padding: 16px 0;
			line-height: 1;
		}
		ul.sb-cta li:hover a {
			color: #0067b2;
		}
		ul.sb-cta li:hover {
			border: 2px solid #0067b2;
		}

#content .jwh-list {
	width: 100%;
	max-width: 360px;
	margin: 20px auto;
	max-width: unset;
	font-size: 0;
}

	.jwh-list li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		margin-bottom: 10px;
		background: none;
		padding: 0 15px;
	}

		.jwh-list li a {
			text-align: center;
			width: 100%;
			display: block;
			font-size: 20px;
			font-weight: 700;
			color: #a9a9a9;
			text-transform: uppercase;
			padding: 16px 0;
			line-height: 1;
			border: 2px solid #a9a9a9;
			border-radius: 8px 8px 8px 8px;
		}

		.jwh-list a:hover {
		    border: 2px solid #0067b2;
			color: #0067b2;
		}


/*Team Page*/
.agent-row {
    margin: 20px 0;
    padding: 0 15px;
}
	.agent-item-col{
		height: 300px;
	}

	.agent-item-wrap{
		max-width: 180px;
		margin: 10px auto;
		text-align: center;
	}

		.agent-img-wrap {
	    	position: relative;
		}

			.agent-img-wrap img {
			    width: 100%;
    			display: block !important;
				opacity: 1;
			}

	.agent-img-wrap svg {
	    position: absolute;
	    display: block;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.9;
	}

	.agent-link:hover .agent-img-wrap img {
	    opacity: 1;
	}

	.agent-link:hover .agent-img-wrap svg {
    	opacity: 0;
	}

	.agent-name {
	    color: #1c1c1c;
	    font-weight:400;
	    font-size: 14px;
	    margin-top: 5px;
	}
	.agent-name em {
	    font-weight:700;
  		font-style: normal !important;
		color: #0066b2;
	    margin-top: 5px;
	}
	.agent-name span{
		display: block;
		font-style: normal !important;
		font-weight: 400;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		line-height: 0;
		padding: 10px;
		font-size: 11px;
	}
	.agent-name em{
		display: block;
		font-style: normal !important;
		font-weight: 700;
		font-size: 12px;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		line-height: 0;
		padding: 10px;
	}

	/*Hover*/
	.agent-link:hover{
		text-decoration: none;
	}

	.agent-link:hover .agent-name span, .agent-link:hover .agent-name em {
		background: #0066b2;
		color: #fff;
	}


	.agent-indv-row{
		margin-bottom: 15px;
	}

	.agent-indv-desc {
	    font-size: 14px;
	    font-weight: 400;
	    color: #898989;
	    margin-bottom: 10px;
	    text-align: justify;
	}

	.agent-indv-photo {
	    padding-right: 0;
	    margin-bottom: 15px;
	}

	.agent-indv-photo img{
		max-width: 160px;
		width: 100%;
		margin: auto;
	}

	.agent-indv-tel,
	.agent-indv-tel a {
	    font-size: 15px;
	    font-weight: 700;
	    color: #5f5f5e;
	    text-decoration: none;
	    line-height: 1;
	    margin-bottom: 7px;

	}

	.agent-indv-email,
	.agent-indv-email a {
	    font-size: 15px;
	    font-weight: 700;
	    color: #5f5f5e;
	    text-decoration: none;
	    line-height: 1;
	    margin-bottom: 7px;
	}

	.agent-indv-smi a {
	    display: inline-block;
	    vertical-align: middle;
	    height: 30px;
	    width: 30px;
	    background: #5f5f5e;
	    color: #fff;
	    font-size: 18px;
	    margin: 5px 5px 5px 0px;
	    border-radius: 50%;
	    text-align: center;
	    padding: 6px 0;

	}

	.agent-indv-smi a:last-child{
		margin-right: 0;
	}

	.agent-indv-contact a{
		transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	}

	/*contact hover*/
	.agent-indv-smi a:hover{
		background: #000;
	}

	.agent-indv-tel a:hover,
	.agent-indv-email a:hover{
		color: #000;
	}



/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.staff-item-row .agent-item-col {
	height: 281px;
}
.page-id-479 .sidebar {
	display: none;
}
.page-id-479 #content-sidebar #content {
	width: 100%;
}

.contact-form-wrap {
    max-width: 355px;
}

.contact-form-wrap div.wpcf7-response-output {
	margin: 10px auto;
}

/*** Financing page ***/

.financing-table {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

	.financing-table table {
	    width: 100%;
	}

		.financing-table td {
		    padding: 6px 10px;
		    text-align: left;
		}

		.financing-table td a {
			word-break: break-all;
		}

.aidefcf-wrapper .ai-default-cf7wrap select {
    text-indent: 0;
}

/*** idx Fix ***/

#ihf-main-container ul#ihf-search-location-tabs,
#ihf-main-container ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}

#ihf-main-container ul.chosen-results {
	margin-left: 0;
	padding-left: 0;
}

.page-id-405 .agent-name span {
	line-height: normal;
}



.ftr-top a {
    color: #fff;
}

.ftr-top p {
    color: #fff;
}

.ftr-top img {
    filter: brightness(0) invert(1);
}

.ftr-top ul li a {
    color: #fff;
}

.footer-credit {
    color: #fff;
}

.footer-credit a {
    color: #fff;
}

.ftr-logo span, .ftr-logo img {
    color: #fff;
}
