@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

.headersection {
	margin-left: 0px;
	margin-right: 0px;
	display: block;
}

body {
	padding-top: 0px;
  	padding-bottom: 0px;
}

.footer-top, .footer-bottom {	margin-left: 0px;
	margin-right: 0px;
}

footer {
	float: none;
	width: 100%;
	margin-top: 40px;
}

.container2 {
	margin-top: 0px;
  	padding-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	margin: 0;
	padding: 0;
}

div.housingfirstmn {
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
}
div.housingfirstmn a:hover, div.housingfirstmn a:focus {
	outline: 0 none;
	text-decoration: none;
}
div.housingfirstmn h1, div.housingfirstmn h2, div.housingfirstmn h3, div.housingfirstmn h4, div.housingfirstmn h5, div.housingfirstmn h6, div.housingfirstmn p {
	margin: 0;
	padding: 0;
}
div.housingfirstmn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.housingfirstmn ul li {
	margin: 0;
	padding: 0;
}
div.housingfirstmn .m-t-5 {
	margin-top: 5px;
}
div.housingfirstmn .header  .header_content
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 25px 80px 0px;
}
div.housingfirstmn .header  .header_content .right_content a
{
	color: #000;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
	padding: 0px 5px;
	font-size: 13px;
}
div.housingfirstmn .header .header_content .right_content
{
	width: 100%;
    text-align: right;
    margin-bottom: 25px;
  	font-size: 9px;
}
div.housingfirstmn .header .header_content .right_content a:hover
{
	color: #007ca5;
}
div.housingfirstmn .menu .navbar-inverse
{
	background-color: inherit;
	border: none;
  	background: inherit;
}
div.housingfirstmn .menu
{
	padding: 20px 20px 0 20px;
}
div.housingfirstmn .menu .navbar-nav
{
	float: right;
}
div.housingfirstmn .dropdown-menu
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #023747;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: none;
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu
{
	width: auto;
	padding: 0;
	color: #444444;
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	background-color: #fff;
	left: 0;
	min-width: 175px !important;
	border: 1px solid rgba(0,0,0,.2);
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu li
{
	border-right: none;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu li:last-child
{
	border-bottom: none;
    margin-bottom: 5px;
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu li:first-child
{
    margin-top: 5px;
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu li a
{
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 400;
	padding: 6px 20px;
	line-height: 20px;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}
div.housingfirstmn .menu .navbar-default .navbar-nav>.active>a
{
	background-color: inherit;
	color: #18297d;
	font-weight: 700;
  	background: inherit;
}
div.housingfirstmn .menu .login_link a
{
	color: #18297d !important ;
}
div.housingfirstmn .navbar-nav>li>.dropdown-menu li a:hover
{
	color: #fff !important;
    background-color: #e52231;
  	background: #e52231;
}
div.housingfirstmn .navbar-default 
{
	background-color: inherit;
	border: none;
	margin: 0;
  	background: inherit;
    box-shadow: none;
}
div.housingfirstmn .menu .navbar-brand
{
	float: none;
	height: auto;
}
div.housingfirstmn .navbar-default .navbar-nav>li>a
{
	font-family: 'Raleway', sans-serif;
	border: 0;
	text-align: left;
	font-size: 17px;
	color: #000;
	font-weight: 800;
	padding: 15px 16px;
	display: inline-block;
	text-transform: uppercase;
}
div.housingfirstmn .navbar-default .navbar-nav>li>a:hover
{
	color: #e52231 !important;
}
div.housingfirstmn .navbar-default .navbar-nav li
{
	border-right: 1px solid #fff;
}
div.housingfirstmn .navbar-default .navbar-nav li:last-child
{
	border-right: none;
}
div.housingfirstmn  .navbar-default .navbar-nav>.open>a, div.housingfirstmn  .navbar-default .navbar-nav>.open>a:focus, div.housingfirstmn .navbar-default .navbar-nav>.open>a:hover {
    background-color: inherit;
  	background: inherit;
  	-webkit-box-shadow: none;
}
div.housingfirstmn  .navbar-default .navbar-collapse
{
	display: flex !important;
    justify-content: center;
}
div.housingfirstmn .footer  {
	background-color: #033c5a;
    height: auto;
    min-height: 35px;
    color: #fff;
    padding: 50px 0px 10px 0px;
    line-height: 1.5;
	
}
div.housingfirstmn .footer .fheader
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
div.housingfirstmn .footer  p
{
	margin-bottom: 20px;
}
div.housingfirstmn .footer  a{
	color: #fff;
}
div.housingfirstmn .footer  .links a
{
	color: #fff;
    display: block;
    line-height: 15px;
    margin-bottom: 5px;
}
div.housingfirstmn .footer  .links {
    text-align: center;
}
div.housingfirstmn .footer .mission
{
	text-align: right;
}
div.housingfirstmn .footer .footer_logo_sec
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}
div.housingfirstmn .footer .footer_logo_sec .fab-ce21{
	background-color: #fff;
	color: #007ca5;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
  	display: inline-block;
}
div.housingfirstmn .footer .footer_logo_sec i:hover{
	opacity: 0.6;
}
div.housingfirstmn #copyright-inner
{
	background-color: #033c5a;
	padding: 10px;
	text-align: center;
}
div.housingfirstmn .footer  a:hover {
    color: #007ca5;
}

@media(max-width:1199px)
{
	div.housingfirstmn .navbar-default .navbar-nav>li>a
	{
		   padding: 15px 10px;
	}
}

@media (min-width: 991px) {
	div.housingfirstmn ul.nav li:hover > ul.dropdown-menu {
	  display: block;
	}
	div.housingfirstmn #navbar1 {
	  text-align: center;
	}
  } 
@media (max-width: 991px) {
  div.housingfirstmn .navbar-default .navbar-nav li:active, div.housingfirstmn .navbar-default .navbar-nav li:focus  {
      background-color: #e52231 !important;
  }
	div.housingfirstmn  .navbar-default .navbar-collapse
{
	display: flex !important;
    justify-content:inherit;
}
	div.housingfirstmn .navbar-default .navbar-nav>.open>a, div.housingfirstmn .navbar-default .navbar-nav>.open>a:focus, div.housingfirstmn .navbar-default .navbar-nav>.open>a:hover
	{
		background-color: inherit !important;
      	background: inherit !important;
	}
	div.housingfirstmn .nav > li > ul:before, div.housingfirstmn .nav > li > ul:before
	{
		left: 51px;
	}

	div.housingfirstmn .dropdown-menu
	{
		position: relative;
	}
	div.housingfirstmn .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	div.housingfirstmn .navbar-default .navbar-toggle {
		border: none;
		margin-top: 0;
		top: 0;
      	background-color: #033c5a;
	}

	div.housingfirstmn	.navbar-header {
		float: none;
	}
	div.housingfirstmn .navbar-default .navbar-nav li {
		border-right: none;
		border-bottom: none;
	}
	div.housingfirstmn	.navbar-left,  div.housingfirstmn .navbar-right {
		float: none !important;
	}
	div.housingfirstmn .navbar-toggle {
		display: block;
	
	}
	div.housingfirstmn .navbar-collapse {
		
    
    border: none;
    box-shadow: none;
    padding: 0;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #033c5a;
	}
	div.housingfirstmn	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	div.housingfirstmn	.navbar-collapse.collapse {
		display: none!important;
		
	} 
	div.housingfirstmn	.navbar-nav {
		float: none!important;
		margin: 0;	}
	div.housingfirstmn	.navbar-nav>li {
		float: none;
	}
	div.housingfirstmn .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.housingfirstmn	.collapse.in {
		display: block !important;
    background: inherit;
    border: none;
    box-shadow: none;
    padding: 0;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #033c5a;
	}
	div.housingfirstmn .open>.dropdown-menu {
		display: block;
	}
	div.housingfirstmn .navbar-nav>li>.dropdown-menu
	{
		width: 100%;
		top: 0;
		left: 0;
	}
	div.housingfirstmn .navbar-nav>li>.dropdown-menu li
	{
		border: none;
		
	}
	div.housingfirstmn  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding-left: 20px;
    	padding-right: 20px;
    	font-size: 13px;
    	font-weight: bold;
        color: #fff;
	}
	div.housingfirstmn .navbar-default .navbar-nav>li>a:hover {
		background: inherit;
		color: #fff !important;
      	background-color: inherit;
	}
	div.housingfirstmn .navbar-default .navbar-nav>li>a
	{
		height: auto;
		line-height: normal;
		padding: 15px 15px;
		color: #fff;
		font-size: 13px;
	}
	div.housingfirstmn .dropdown-menu
	{
		background-color: #333;
	}
	div.housingfirstmn .header .header_content
	{
		flex-direction: inherit;
		align-items: flex-start;
	}
	/*div.housingfirstmn .footer .links, div.housingfirstmn .footer .mission
	{
		text-align: right;
	}*/
    div.housingfirstmn .header .header_content{
      padding: 20px 10px 0px;
    }
  	div.housingfirstmn .header .header_content .right_content {
  		margin-top: 9px;
  	}
  	div.housingfirstmn .header  .header_content .right_content a {
 	 	padding: 0px 3px;
    	font-size: 12px;
  	}
  	div.housingfirstmn .header .header_content {
      	display: flex;
  	}
  	div.housingfirstmn  .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
     background-color: #033c5a;
     border: none;
     box-shadow: none;
   }
}
@media (min-width: 991px) and (max-width: 1199px) {
  div.housingfirstmn .header .header_content {
      padding: 25px 38px 0px;
  }
}
@media (max-width: 767px) {
  div.housingfirstmn .footer, div.housingfirstmn .footer .mission {
  	text-align: center;
  }
	div.housingfirstmn  .navbar-nav  {
     display: inline;
  }
  div.housingfirstmn  .navbar-default .navbar-brand {
	display: inline-block;
  }
  div.housingfirstmn .navbar-nav .open .dropdown-menu
  {
	  position: relative;
  }
   div.housingfirstmn .dropdown-menu {
      padding-left: 10px;
  }
   div.housingfirstmn  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   div.housingfirstmn  .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
}
@media (max-width: 735px) {
  div.housingfirstmn .header .header_content {
    flex-direction: column-reverse;
    align-items: center;
  }
  div.housingfirstmn .header .header_content .right_content {
  	text-align: center;
  }
  div.housingfirstmn .menu {
  	padding: 0px 20px 0 20px;
  }
}
@media(max-width:394px)
{
	div.housingfirstmn .footer .footer_logo_sec
	{
		display: block;
	}
	div.housingfirstmn .footer .footer_logo_sec .social_icon
	{
		padding-top: 20px;
	}
}

@font-face {
	font-family: "Font Awesome 5 Brands - ce21";
	src: url(https://cdn.ce21.com/global/fa-brands-400-custom.eot?#iefix) format("embedded-opentype"), url(https://cdn.ce21.com/global/fa-brands-400.woff2) format("woff2")
}
.fab-ce21 {
    font-family: "Font Awesome 5 Brands - ce21";
    font-style: normal;
}
div.housingfirstmn .fa-facebook-f:before{
	content: "\f39e";
}
div.housingfirstmn .fa-twitter:before{
	content: "\f099";
}
div.housingfirstmn .fa-linkedin-in:before{
	content: "\f0e1";
}
div.housingfirstmn .fa-youtube:before{
	content: "\f167";
}
div.housingfirstmn .fa-pinterest-p:before{
	content: "\f231";
}

.m-auto {
	margin: 0 auto;
}

.ce21_logo .logo {
	display: block;
  	max-width: 100%;
	height: auto;
}

/*#21437*/
#frmHeaderSearch, #frmHeaderSearchOutside {
    display: none;
}
/*#23490*/
#btnMediaType > a{
	display:none;
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #3181cb !important;color:white !important;}.event_icon_12{color: #3181cb !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#3181cb;color:white !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:white !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:white !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:white !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }