*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Proxima Nova Lt' !important;
	color: #1a1a1a;
}
@font-face {
	font-family: 'Proxima Nova Th';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),  url('../fonts/ProximaNova-Extrabld.woff') format('woff'),  url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),  url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../ProximaNova-Regular.eot');
	src: url('../ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../ProximaNova-Regular.woff2') format('woff2'),  url('../ProximaNova-Regular.woff') format('woff'),  url('../ProximaNova-Regular.ttf') format('truetype'),  url('../ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),  url('../fonts/ProximaNova-Semibold.woff') format('woff'),  url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),  url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Light.woff2') format('woff2'),  url('../fonts/ProximaNova-Light.woff') format('woff'),  url('../fonts/ProximaNova-Light.ttf') format('truetype'),  url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.woff2') format('woff2'),  url('../fonts/ProximaNova-Bold.woff') format('woff'),  url('../fonts/ProximaNova-Bold.ttf') format('truetype'),  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('../fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Black.woff2') format('woff2'),  url('../fonts/ProximaNova-Black.woff') format('woff'),  url('../fonts/ProximaNova-Black.ttf') format('truetype'),  url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('ProximaNova-Regular.eot');
	src: url('ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('ProximaNova-Regular.woff2') format('woff2'),
	url('ProximaNova-Regular.woff') format('woff'),
	url('ProximaNova-Regular.ttf') format('truetype'),
	url('ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.page {
	height: 100%;
	padding: 80px 0;
	width: 100%;
}
#maincontainer {
	width: 100%;
	height: 100%;
}

/* Start Navbar */
.nav-container-spacing{
	padding: 60px 75px 60px 75px !important;
}
.container-spacing{
	padding: 55px 130px 55px 130px !important;
}
.container-spacing-new{
	padding:0 75px;
}
.navbar{
	margin: 0;
}
.navbar-brand{
	height: auto;
	margin-left: 0 !important;
	padding: 0;
}
.navbar-nav{
	float: left !important;
	padding:70px 0;
}
.navbar-nav li a{
	padding: 0px 20px !important;
	border-right: solid 1px #404040;
}
.nav li:last-child(7){
	padding-right: 0;
}
.nav li.last a{
	border-right: none;
	padding-right: 0;
}
.navbar-nav li:nth-child(1){
	padding: 0;
}
.navbar-brand, .navbar-nav > li > a{
	color: #404040;
	font-size: 22px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.navbar-brand, .navbar-nav > li a.active{
	color: #ee3a43;
	font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
.search-bar{
	padding: 55px 0;
	margin-right: 30px;
}
.has-search .form-control-feedback {
	right: initial;
	left: 0;
	color: #404041;
	font-size: 18px;
}
.voice-icon{
	right: 0;
	cursor: pointer;
	background-image: url(../images/voice.png);
	background-repeat: no-repeat;
	background-position: 98% 60%;
	border-radius: 15px;
	border: solid 1px #404041;
	width: 215px;
	padding-left: 30px !important;
}
.form-control.voice-icon:focus{
	border: solid 1px #404041;
	box-shadow: none;
}
.login-icon{
	margin-top: 30px;
}
/* End Navbar */



/* Start Home-Banner */
.home_banner img, .home_image img{
	width: 100%;
}
/* End Home-Banner */


/* Start Property */
.property p{
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 37px;
	color: #333333;
	padding: 0 0px 0 0px;
	margin: 80px 0;
	line-height: 50px;
}
.top-spacing{
	padding-top:30px;

}
.management-services{
	background-color: #f5f6f6;
	float: left;
	width: 100%;
}
.management-services .row .content-wrapp:first-child {
	margin-left: 8.33333% !important;
}
.management-services h3{
	color: #333333;
	font-weight: 600;
}

.management-services h1{
	color: #333333;
	text-align: center;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-size: 35px;
	margin: 0 0 30px 0;
}
.about_us{
	background-color: #26a1c3;
}
/* End Property */


/* Start About Us */
.about_us h1{
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	margin: 0 0 55px 0;
}
.about_us h2{
	color: #fff;
	font-weight: 700;
	margin: 30px 0;
	font-family: 'Proxima Nova Rg';
	font-size: 35px;
}
.about_us p{
	color: #fff;
	font-size: 23px;
	line-height: 34px;
}
/* End About Us */


/* Start Leadership Team */
.leadership_team{
	background-color:#f5f6f6 ;
}
.leadership_team h1{
	color: #5e5f61;
	font-weight: 600;
	margin-top: 0;
	font-size: 45px;
}
.leader-member{
  display: flex;
  flex-direction: column;
}
.leadership_txt{
	font-family: 'Proxima Nova Lt' !important;
	font-weight: 600;
	margin: 40px 0!important;
	font-size: 36px;
}
.leadership_team h2{
	color: #5e5f61;
	font-family: 'Proxima Nova Rg';
	margin-bottom: 0;
	margin-top: 30px;
	font-weight: 600;
}
.leadership_team h3{
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #5e5f61;
	margin-top: 5px;
}
.leadership_team .row .col-margin, .propertyportfolio_section .row .col-margin{
	margin-bottom: 70px;
}
.view-profile{
	background-color: #099abe;
	border: solid 1px #099abe;
	background-image: none;
	color: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 0;
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
	text-align: center;
}
.about_us .col-sm-12, .view-leadership-team .col-sm-12{
	padding:15px !important;
}
.leader-member{
	margin-bottom:55px;
}
.view-leadership-team .container-spacing{
	padding:55px 130px 0px 130px !important;
}

.innovation-img {
	display: inline-flex;
}

.view-profile:hover, .view-profile:active, .view-profile.active, .view-profile:focus,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: #099abe;
	border: solid 1px #099abe;
	background-image: none;
	color: #fff;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
/* End Leadership Team */


/* Start Services */
.services h1, .innovation h1, .propertyportfolio_section h1{
	color: #333333;
	font-weight: 700;
	font-size: 45px;
	margin: 0 0 25px 0;
}
.services h2{
	font-family: 'Proxima Nova Rg';
	color: #333333;
	font-weight: 600;
	font-size: 35px;
}
.services p{
	font-size: 30px;
	color: #333333;
	font-weight: 600;
}
/* End Services */


/* Start Financial_benifits */
.Financial_benifits{
	background-color:#099abe;
}
.Financial_benifits .Financial_txt h1{
	color: #fff;
	vertical-align: middle;
	margin: 190px 50px 0 0;
	font-weight: 700;
	font-size: 54px;
}
.operational_benifts h1{
	color: #fff;
	font-weight: 600;
}
.operational_benifts h3{
	color: #fff;
	font-weight: 600;
}
.operational_benifts ul li{
	color: #fff;
	font-size: 25px;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.operational_benifts ul{
	margin-top: 30px;
}
/* End Financial_benifits */



/* Start innovation */
.col_innovate_margin{
	margin: 30px 0px;
}
.chicago_img{
margin-right: 65px;
}
.btn_margin{
margin-top: 30px;
}
/* End innovation */



/* Start Success Stories */
.success_stories{
	background-color:#36424a;
}
.container-spacing-success{
	padding: 55px 252px 55px 252px;
}
.success_stories h2{
	color: #fff;
	font-weight: 700;
	font-family: 'Proxima Nova Rg';
	font-size: 35px;
	margin: 30px 0;
}
.success_stories p{
	font-size: 24px;
	color: #fff;
	min-height: 140px;
}
.learn-more-btn{
	width: 300px!important;
	margin: 0px;
}
.success-spacing{
padding: 0 30px;
}
/* End Success Stories */


/* Start leasing_group */
.leasing_group{
background-color: #eaf2f8;
}
.leasing_group h2{
	font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #58585a;
    font-size: 44px;
    line-height: 55px;
    margin: 0;
}
.leasing_group h3{
   font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #58585a;
    font-size: 40px;
    margin-top: 70px;
}
/* End leasing_group */


/* Start Contact Us */
.contact_us h1{
   color: #099abe;
    font-weight: 700;
    font-size: 60px;
    font-family: 'Proxima Nova Rg';
    margin: 0 0 30px 0;
}
.contact_us h2{
   font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-size: 43px;
    color: #333333;
    line-height: 55px;
}
.contact_us p{
margin-top: 30px;
}
.contact_us p span{
margin-right: 45px;
}
.contact_us p span img{
margin-top: -10px;
}
.contact_us p span strong{
    font-size: 36px;
    margin: 0 15px 0 15px;
}
/* End Contact Us */ 


/* Start Footer */
footer{
background-color: #36424a;
}
footer p{
font-size: 21px;
color: #fff;
margin: 20px 0 0 0;
}

footer span.pull-left{
margin: 0 20px;
}
/* End Footer */


/* start View Profile Page */
.profile_section .container-spacing{
	padding-top: 0!important;
}
.profile_section .card {
    padding: 80px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}
.profile_section .card-space{
 padding: 0px 80px 80px 80px !important;
}
.profile_section .card .media .media-left {
    padding-right: 40px;
}
.profile_section .card .media .media-body {
    vertical-align: bottom;
}
.meet-content {
    margin-top: 50px;
}
.meet-content p {
    font-family: 'Proxima Nova Lt';
    font-size: 28px;
    color: #989898;
    margin-bottom: 30px;
	line-height:34px;
}
/* End View Profile Page */


/* Start Properties Portfolio */
.property_address{
  margin: 40px 0;
 }
 .propertyportfolio_section h1{
 	padding-left: 15px;
 	margin-bottom: 40px;
 }
.property_address h3{
    margin: 0;
    color: #5e5f61;
    font-weight: 600;
    line-height: 35px;
    font-size: 27px;
    font-family: 'Proxima Nova Lt';
 }
 .property_address h2 {
    color: #5e5f61;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
    font-size: 29px;
}
.learnmore-margin{
	margin-top: 25px !important;
}
.propertyportfolio_section .container-spacing{
padding-top: 0!important;
}
/*End Properties Portfolio*/

.page {
  padding: 0px;
}
.navbar{
	margin-bottom:0px !important;
}
.leadership_team .row-1 {
  margin-bottom: 50px;
}
.first-img {
	margin-right: 70px;
}

.banner_txt {
	position: absolute;
	top: 28%;
	left: 15%;
	transform: translate(-50%, -50%);
}
.banner_txt h3{
	color: #fff;
    font-weight: 600;
}
.banner_txt h1{
	 color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 90px;
    font-weight: 900;
    position: absolute;

    left: 0;
    /* transform: translateY(-50%);*/
}
/* #block-property-management-footer2 .field--type-text-with-summary {
	display: flex;
} */
.main-container .col-sm-12 {
	padding: 0px;
}
.propertyportfolio-section .view-content .row .col-md-4:nth-of-type(4n){
  clear: both;
}

.propertyportfolio-section .view-content .row h1,
h1.why-choose-inland {
	color: #333333;
  font-weight: 700;
  font-size: 45px;
	padding-left: 15px;
	margin-bottom: 40px;
	margin-top: 0px;
}

.path-property-portfolio .highlighted {
  display: none;
}
.why-content {
	color: #333333;
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
	margin-top: 20px;
}
h1.why-choose-inland {
	padding-left: 0px !important;
}
#block-property-management-footer2 .field--type-text-with-summary img:first-child {
	margin-right: 50px;
}
.why-choose-banner img {
	width: 100%;
}
.navbar-default{
	background-color:#fff !important;
	border-color:#fff !important;
	background-image:none !important;
	box-shadow: none !important;
}
/* .navbar-default .navbar-nav>li>a{
	border-bottom:solid 3px transparent;
}
	
.navbar-default .navbar-nav>li>a:hover{
	border-bottom:solid 3px #26a8c9;
}
	
.navbar-default .navbar-nav>li>a.is-active{
	border-bottom:solid 3px #26a8c9;
} */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}


.navbar-default .navbar-nav>li>a{
	color: #666;
	position: relative;
	display: inline-block;
	padding-bottom: 13px;
}
.navbar-default .navbar-nav>li>a:after{
	position: absolute;
	left: 23%;
	top: 20px;
	content: '';
	height: 5px;
	 background: #26a8c9;
	 /* transition: all 0.5s linear; */
	 width: 0;
	 bottom: 0; 
}
	
.navbar-default .navbar-nav>li>a:hover:after {
	 width: 50%;
		/* margin-left: -200px; */
}
.navbar-default .navbar-nav>li>a.is-active:after {
	width: 50%;
	 /* margin-left: -200px; */
}
.portfolio-container{
	padding-top: 0 !important;
}
.portfolio-detail-section h1{
    color: #333333;
    font-weight: 700;
    font-size: 45px;
    padding-left: 15px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.portfolio-detail-section .content .field{
    margin: 0px;
    color: #5e5f61;
    font-weight: 600;
    line-height: 35px;
    font-size: 29px;
    font-family: 'Proxima Nova Lt';
}
.portfolio-detail-section .content .field--name-field-address1{
	margin-top:40px;
}
.leader-email {
	text-decoration:underline;
}
.leadership-team h2{
    font-family: 'Proxima Nova Lt';
    color: #989898;
    margin: 0px 0 10px 0;
}
.leader-member img{
	width:100%;
}
.aligned-row{
	display: flex;
	flex-flow: row wrap;
}
.content {
	flex: 1;
  display: flex;
  flex-direction: column;
}
.home-page .page {
	display: none;
}
.text-link {
  color: white;
}
.text-link:hover {
  text-decoration: none;
  color: white;
}
.fifty-plus-logo {
	vertical-align: middle;
}

/* #toTop {
  padding: 5px 3px;
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 5px;
  display: none;
} */
#block-property-management-footerdeclaimer{
background-color: #f5f6f6;
    float: left;
    width: 100%;
}

#block-property-management-footerdeclaimer p{
font-size: 21px;
}
#block-property-management-footer2{
	float:left;
}
