

/* Basic Content - used for header image and link  */
.ob-basic-content.highland-header-link-theme {
 	margin:0; 
  	background-color:#fff;
  	border-bottom:2px solid #007B87; 
}

.ob-basic-content.highland-header-link-theme .card-text {
  display:flex;
  justify-content:space-between;
}

.ob-basic-content.highland-header-link-theme .highland-logo {
 	margin:0;
  	padding:10px 16px;	 
}

.ob-basic-content.highland-header-link-theme .highland-logo a:hover{
 	text-decoration:none;  
  	border-bottom:none;
}

.ob-basic-content.highland-header-link-theme .visit-links {
	display:flex;
  	align-items:center;
  	margin-right:20px;  	
  	font-size:14px;
  	margin-bottom:0;
  
}
.ob-basic-content.highland-header-link-theme .visit-links a{
	padding-left:5px;
}

.ob-basic-content.highland-header-link-theme img {
 	 height:52px;
}

.ob-basic-content.highland-page-content-theme {
	margin-top:72px;
}
.ob-basic-content.highland-page-content-theme p {
	font-size:18px;
}

.ob-basic-content.highland-page-content-theme p a[href^="mailto"] {
    text-transform: none;
}

/* Hero Unit  */
.ob-hero-unit.highland-theme .container {
    position:relative;
}

/* Content List - for vendors list page*/
/* contact */

.ob-content-list.highland-vendors-theme {
	margin-top:40px;  
}

.ob-content-list.highland-vendors-theme .title-large {
 	margin-bottom:5px; 
}

.ob-content-list.highland-vendors-theme .itemNotes {
  	display:flex;
  	margin-bottom:10px; 
}

.ob-content-list.highland-vendors-theme .text-size-xl > p , .ob-content-list.highland-vendors-theme .vendor-p-style{
  	font-size:18px;
  	line-height:24px; 
}


.ob-content-list.highland-vendors-theme .vendor-list-legend {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom:30px;
    
}

@media (min-width: 992px) {
    .ob-content-list.highland-vendors-theme .vendor-list-legend {
    	width:60%;    
    }
}


.ob-content-list.highland-vendors-theme .vendor-list-icons {
  	margin-bottom:16px;
}

.ob-content-list.highland-vendors-theme .list-group {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;  
}

/* change depending on screen size  */ 
.ob-content-list.highland-vendors-theme .list-group-item {
  flex:0 0 49%;  
}
/* CCTV */
.ob-content-list.highland-vendors-theme .fa-solid.fa-camera-cctv:before {
    
    content: url(/ls-resources/Corporate/icons/cctv-solid.svg);
    /*text-align: center;*/
    font-weight: 400;
  	margin-right:20px;
    width: 20px;
    display: inline-block;
}
/* Fire */
.ob-content-list.highland-vendors-theme .fa-solid.fa-fire-flame-curved:before {
    content: url(/ls-resources/Corporate/icons/fire-solid.svg);
    
    /*text-align: center;*/
    font-weight: 400;
  	margin-right:20px;
    width: 16px;
    display: inline-block;
}
/* Water */
.ob-content-list.highland-vendors-theme .fa-solid.fa-droplet:before {
    content: url(/ls-resources/Corporate/icons/tint-solid.svg);
    /*content: '\f043';*/
    /*text-align: center;*/
    font-weight: 400;
  	margin-right:20px;
    width: 15px;
    display: inline-block;
}


/* contact person */
.ob-content-list.highland-vendors-theme .itemSubtitle {
  margin-bottom:0;
  
}
.qob-content-list.highland-vendors-theme .itemSubtitle span::before {
  
    font-family: 'Font Awesome 5 Pro';
    content: '\f007';
    text-align: center;
    font-weight: 400;
  	margin-right:20px;
}

/* email */
.ob-content-list.highland-vendors-theme .itemEmail {
  margin-top:5px;
}
.ob-content-list.highland-vendors-theme .itemEmail a::before {
    
    content: 'e:';
    text-align: center;
    font-weight: 400;
 	margin-right:20px;
}

/* phone */
.ob-content-list.highland-vendors-theme .itemOffice {
 	margin-top:5px; 
}
.ob-content-list.highland-vendors-theme .itemOffice a::before {
    
    content: 't:';
    text-align: center;
    font-weight: 400;
  	margin-right:20px;
}


