/*removes duplicate Library heading */

.slab.pageinfo h1 { 
    display: none;
}

/*Custom chat styles*/

#chat {
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index:1;
}

.chat-circle {
    position: relative;
    width: 75px;
    height: 75px;
    color: #fff;
    margin: 0;
    background-color: hsla(0, 68%, 45%, 1);
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat-circle:before {
    content: " \f4a3"; 
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-weight:900;
    position: absolute;
    top: 17px;
    left:15px;
}

.chat-circle:after {
    content: " \f27a";
    font-family: "FontAwesome";
    font-size: 1.75em;
    position: absolute;
    top: 30px;
    left:35px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*Custom search styles*/
.search .tabs-container .tabs > div {display: none;}
.search .tabs-container .tabs > div.active {display: inline;}  
.search .tabs-container{
	max-height: 0px;
	transition: 400ms max-height ease-out, 400ms padding ease-out;
	z-index: 1;
	position: absolute;
	width: 100%;
	background: #eef3f5;
	border-color: hsla(0, 0%, 28%, 0.1);
	border: 1px solid hsla(0, 0%, 28%, 0.1);
	-webkit-box-shadow: 1px 1px 3px hsla(198, 0%, 20%, 0.1);
	box-shadow: 1px 1px 3px hsla(198, 0%, 20%, 0.1);
	margin-top: -2px;
}
.search .tabs-container:not(.active){
	padding-top: 0;
   	padding-bottom: 0;
}
.search .tabs-container.active {max-height: 400px;}	
.search .tabs-container .tabs {padding: 10px;}
   	
.search input.search[type=text] {
	padding: 20px 3em 20px 8em;
	font-size: 20px;
	margin-bottom: 0;
	border-color: hsla(0, 0%, 28%, 0.1);
	-webkit-box-shadow: 1px 1px 3px hsla(198, 0%, 20%, 0.1);
	box-shadow: 1px 1px 3px hsla(198, 0%, 20%, 0.1);
}
 
.search label.inset {
	color: hsla(198, 0%, 20%, 0.8);
	font-family: "Jotia W00";
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin-bottom: -50px;
	margin-left: 25px;
	margin-top: 25px;
}

.search a.search-button {
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: hsla(0, 68%, 45%, 1);
	margin-top: 23px;
	right: 35px;
	position: absolute;
	border-bottom: none;
		
}

.search a.search-button::after {
	content: "\f002";
}


@media (max-width: 767px) {

#_hj-f5b2a1eb-9b07_feedback {
    z-index:1; /*fix issue on iOS where Hotjar feedback button displays in front of proactive chat pop-up*/
}

#chat {
    right: 5px;
    bottom: 5px;
}

.chat-circle {
    position: relative;
    width: 40px;
    height: 40px;
}

.chat-circle:before {
    font-size:1em;
    top: 9px;
    left: 7px;
}

.chat-circle:after {
    font-size:1em;
    top: 17px;
    left:17px;
}

}

@media (max-width: 32em) {
	.search label.inset { color: rgba(255, 255, 255, 0); }
	.search a.search-button {right: 25px; }
	.search input.search[type=text] { padding-left: 1em; padding-right: 2.3em; }
}