  @font-face {
	font-family: 'intro-book';
	src: url('/ualand/_assets/180927043731Intro-Book.woff') format('woff');
	font-display: auto;
}

.intro-book{font-family: 'intro-book' !important;}

@font-face {
	font-family: 'intro-bold';
	src: url('/ualand/_assets/181022061622Intro-Bold.woff') format('woff');
	font-display: auto;
}
body {
    font-family: 'intro-book' !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: "intro-book", Sans-serif;
}
h4, .h4, h5, .h5, .bold {
    font-family: "intro-bold", Sans-serif;
}

.site-header .h1 {
    margin: 0.16rem;
}
h1.page-title {
    color: #044f81;
    font-size: 1.5rem;
    text-transform: uppercase;
	font-family: "intro-bold", Sans-serif;
	margin-bottom: 2rem;
}
.page-header .h2, .page-header h2 {
    font-weight: normal;
    margin-bottom: 0;
    color: #535353;
    text-transform: uppercase;
    font-size: 1.2rem;
}

h2, .h2 {
    color: #044f81;
    font-style: normal;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.ou-component-imagetile h3 {
	color:white;
}
.card-header .h5 {
	font-family: "intro-book", Sans-serif;
}
#main-slider .carousel-item::after{
content: '';
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	opacity: 1;
	transition: all 1s;
	-webkit-transition: all 0.40s;
	display: block;
}
@media (min-width: 960px) {
.hero-md .carousel-caption {top: 30% !important;}
.hero-md .carousel-caption .h2 {font-size:2.5rem !important; line-height:2.2rem; margin-bottom: 1rem;}
.carousel-caption {background: transparent !important; width: 60% !important;}
.carousel-caption.text-left .h2, .carousel-caption.text-left p {line-height: 1em;font-family: intro-bold;}
}

.breadcrumb {
    padding: 0rem 1rem;
}
.mauContainer {
	display:none !important;
}
.container-custom {
	margin: auto;
}
#main-slider .carousel-control-next-icon, 
#main-slider .carousel-control-prev-icon {
    display: none;
}

#homefeed .feedtitle h4, #homefeed .card-header{
	color: #fff;
	font-size: 1em;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	margin-bottom:0;
	font-family: "intro-book", Sans-serif !important;
}
#homefeed .card-body {
    padding: 0 1.25rem 1.25rem;
}

#homefeed .news-container .card-body {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #e4e6e6;
}
#homefeed .news-container:last-child .card-body{
	background-color: #d5e0e9;
}
#homefeed #map {
	height: 100%;
	overflow: hidden;
}
#homefeed .feedtitle {
	padding: 0rem 1rem 0.3rem 0;
	margin-bottom: -5px;
}
#homefeed .card-header {
    /* padding: 1rem 1rem 0.6rem 1rem; */
    font-family: inherit;
}
#homefeed .card {
	border:0;
}

#homefeed #publicnoticetitle.feedtitle {
	background-color: #4f6b97;
}
#homefeed #maptitle.feedtitle {
	background-color: #1e4e7e;
}
#homefeed .news-container:nth-child(1) .card-header {
    background-color: #a74410;
}
#homefeed .news-container:nth-child(2) .card-header {
    background: #4f6b97;
}

#homefeed #map #mapsection {
    margin-top: -5px;                              
    display: flex;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 0;
}
.embed-container {
    width: 100%;
    height: 95%;
}
.multi-slider .multicolumn-container {
padding: 0;
padding-top: 1rem;
}

.custom-footer h5 {
    font-size: 1.1rem;
    color: #b0dcfc;
    font-weight: 600;
}

.events .title, .news .title, .newsArticle .title {
    margin: 0;
    color: #004895;
    font-size: 1.1rem;
    font-weight: 800;
}

@media (min-width: 992px){
.container-custom  {
    max-width: 960px;
}
.nav-link {
    display: initial;
    padding: initial;
}}
@media (min-width: 1200px){
.container-custom  {
    max-width: 1140px;
}}

.lead {
    color: #044f81;
}

.icons {
	text-align:center;
} 
.icons img {
    width: 50%;
    height: auto;
    margin: 0 25%;
    display: block;
    padding-bottom: 6px;
}
.icons h4, .icons .h4, .icons h5, .icons .h5 {
	font-family: sans-serif;	
	margin-bottom: 0;
}
.icons h4, .icons .h4 {
   font-weight: 800;
} 
hr {
    margin-top: 1rem;
    border: 0;
    border: 1px solid #044f81;
    width: 50%;
    margin-right: 80%;
    width: 20% !important;
}

/* Listings */
.grid-item {
    padding: 0 1rem 1rem 0 !important;
}
.grid-item-content{
	
}
.grid-item h5 {
    font-size: 1.2rem;
    line-height: 1.4;
}
.grid-item .parcel {
	background: #e9ecef;
	margin: 0;
	padding: 0.1rem 1rem;
	text-align: right;
	font-weight:600;
}
.grid-item .listing-type{
	background: #cccccc;
	margin: 0;
	padding: 0.1rem 1rem;
	text-align: left;
}
.btn-outline-secondary {
    color: #3e3e3e;
    border-color: #6c757d;
}
.btn-outline-success {
    color: #0d4a1b;
    border-color: #28a745;
}