/*** Image Grid Layout ***/

.thumbnail {border:none; padding:0;}
.fields-text {margin-top:1.5rem;margin-bottom:6rem;display:flex;justify-content:space-between;}
.field-names {display:flex;font-size:large;}
.field-point-number {margin-right:6px;}
.field-name-standard {font-weight:bold;font-style:italic;}

a > .thumbnail-loc {color:#aaaaaa;}
.thumbnail .views-field-title .field-content a:hover {text-decoration:none;}

.view-content {margin-top:40px;}


/*** Icon Marker Styling ***/
.region-content .glyphicon {font-size: 75%;padding: 8px;background-color: #ffffff;color: #6A5386;margin-right: 0.5em;border: 1px solid #cccccc;}
.icon-sf {font-family: inherit;font-weight: bold;}
.field-markers {display:flex;}
.field-markers .term-tree-list > .term {padding-left:0;}
.field-markers .term-tree-list > .term > .selected {list-style: none;display: inline-block;}

/*** Style points without Any Image Header ***/
.thumbnail-loc {display:grid;align-items:center;background:#000000; padding:3rem;height:270px;}

a > .fields-text {color:#333333;}
.thumbnail .views-field-field-img-hd .field-content a:hover {text-decoration:none;color:#cccccc;}