html, body {
  height: 100%;
}

.container-fluid {
  overflow:auto;
  padding-bottom:150px; /* this needs to be bigger than footer height*/
min-height: 100%;
}

.footer {
  position: relative;
  margin-top: -90px; /* negative value of footer height */
  height: 90px;
  clear:both;
  padding-top:20px;
} 

.main-padding {
	padding:40px 0px 0px 20px;
}

.aleo-bold {
	font-family: aleobold;
}

.btn-warning {
	margin-top: 15px;
	margin-right: 10px;
}

.search-tip-btn:hover, .search-tip-btn:focus {
    color: #165C6E;
}

.btn { 
  white-space: normal; 
}


#search-tips-wrapper {
    margin: 20px auto;
    padding: 0;
}

#search-tips-wrapper div.row.row-eq-height {
    margin-bottom: 15px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-tips {
    border: 1px solid #e3e3e3;
    padding: 2em;
    height: 100%;
    font-size: 1em;
    text-align: center;
    box-shadow: 0 3px 14px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.search-tip-icon-div {
    height: 90px;
    width: 100%;
}

.search-tip-title-div {
    font-size: 1.1em;
}

.search-tip-desc-div {
    margin-top: 10px;
	margin-bottom: 10px;
    height: calc(100% / 3);
}


.search-tip-btn {
    color: #008599;
    background-color: #fff;
    border: 2px solid #008599;
    font-size: 16px;
    border-radius: 10px;
}

span.uxf-icon.uxf-pq-ol-chat {
    font-size: 6em;
    line-height: .75em;
}

span.uxf-icon.uxf-pq-ol-product {
    font-size: 6em;
    line-height: .75em;
}

span.uxf-icon.uxf-pq-ol-q {
    font-size: 6em;
    line-height: .75em;
}

.uxf-pq-ol-q:before {
	content: url("../images/PQ-OL-Q.svg")
}

.uxf-pq-ol-product:before {
	content: url("../images/PQ-OL-Product.svg")
}

.uxf-pq-ol-chat:before {
	content: url("../images/PQ-OL-Chat.svg")
}

@media only screen and (max-width: 768px) {
.row-eq-height {
    display: block !important;
}
	
}
