/* Enter Your Custom CSS Here 
@media (max-width:568px) {
.info-wrap .content-width .left img {

	  width: auto;
	  height: auto;
}
}

@media (max-width:767px) {
.info-wrap .content-width .left {
    width: auto;
}
}

.web-could-content figure img {
    vertical-align: top;
    width: 100%;
    height: 100%;  
}
*/

/* -------------------- change font on /faq/ page ------ */
/* make num of articles appear smaller */
.tips-wrap .content-width .item p {
    font-size: 16px;
}

/* make links to subcats appear larger */
.tips-wrap .content-width .item .term a {
    font-size: 18px;
}

/* ---------- make FAQ in 2 columns ------ */
.faq-cat.item {
    width: 48% !important;
}

/* ------------------------------ 767 rules ----------- */
@media (max-width:767px) {
	
	/* make FAQ card appear in one column */
	.faq-cat.item2col {
    width: 100% !important;
	}
	
	/* keep showing num of articles */
	.tips-wrap .content-width .item p {
   display: block; 
	}
	
} /* endof 767 rules*/

/* ------------------------------ search box ----------- */
.top-search2 .input-search2 {
    width: 60%;
    padding: 0 50px 0 15px;
    border: 1px solid #999;
    font-size: 16px;
    height: 40px;
    outline: none;
}

form.top-search2 button {
		height: 40px;
}