.landing-grids {

}
.content-view button{
    height: 40px;width: 40px;
    font-size: 0;
    position: relative;
}
.content-view button.selected {background: #e6e7e8;}
.content-view button img {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.landing-form-search {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-end;
    justify-content: flex-end;
    max-width: 350px;
    width: 90%;
    overflow: visible;
}
.landing-form-search .floating-label {flex: 1 1 auto;}
.landing-form-search input[type="text"] {border: none;padding: 5px 0;font-size: 1.6rem;}
.page-filters select:focus, .landing-form-search input[type="text"]:focus, .landing-form-search input[type="text"]:active  {box-shadow: unset;-webkit-box-shadow: unset;-moz-box-shadow: unset;}
.landing-form-search .floating-label .pseudo-placeholder {
    font-size: 1.6rem;
    color: #000;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.landing-form-search button[type="submit"] {
    border: none;
    font-size: 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    right: 0;
    z-index: 2;
    top: 0;
    background: url(../images/graphics/site-search-blk.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 2px;
}
.landing-form-search .floating-label:after {
    content: '';
    background: #000;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 5px;
    bottom: 5px;
}
.page-filters .page-filters-top {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
.page-filters select {
    border: 2px solid #000;
    border-radius: 20px;
    width: 100%;
    color: #000;
    padding-left: 13px;
    padding-right: 25px;
}
.page-filters .selectContainer {position: relative;  max-width: 175px;}
.page-filters .selectContainer .select-icon {
    position: absolute;
    right: 10px;
    margin: auto;
    background: url(../images/graphics/chevron-slider-down-blk.svg) center no-repeat;
    background-size: contain;
    height: 7px;
    width: 11px;
    top: 21px;
    z-index: 2;
}
.page-filters .selectContainer select:focus + .select-icon  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-post .date {margin: 10px 0;}
.blog-post .img-container img {
    object-fit: contain;
}
#landing-grids .tile-txt {
    padding: 25px;
}