.main-title {
    border-bottom: 4px solid #007bff;
}
a.home-link {
	padding-right:10px;
}
.home_menu_item div {
    display: table;
}
.home_menu_item img {
    max-width: 120px;
    max-height: 120px;
    margin-right: 6px;
}
.home_menu_item a {
    color: #1f9b47;
    text-decoration: none;
}
.home_menu_item p {
    padding-left: 1rem;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.home_menu_item p .title {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
}
.home_menu_item p .desc {
    color: black;
    font-size: 1.1rem;
    font-weight: 400;
}
div#search {
    margin-left: 6px;
}
form#zoom_search {
    margin-bottom: 0;
}
input#searchbox {
    height: 22px;
    margin-left: 10px;
    width: 180px;
    box-sizing: border-box;
    background-color: rgba(7, 117, 254, 0.19);
    border: none;
    border-radius: 2px;
    color: black;
    transition: background-color 0.5s ease;
    font-size: .9em;
}
a.btn-search {
    height: 22px;
    margin-top: -4px;
}
a.btn-search {
	padding-top: 0px;
    color: white;
}
.logo {
	max-height: 140px;
}
@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width: 680px) {
	
}

@media only screen and (max-width: 640px) {
	input#searchbox {
		width: 160px;
	}
	.home_menu_item p {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	img.logo {
		max-width: 55%;
	}
}

@media only screen and (max-width: 360px) {
	input#searchbox {
		width: 134px;
	}
}

/* Print Options */
@media print {
	.nav-options {
		display: none;
	}
	#contentBtn {
		display: none;
	}
	#topBtn {
		display: none;
	}
	#top_navigation {
		display: none;
	}
	.prev-next-btns {
		display: none;
	}
	.app-store-icons {
		display: none;
	}
}
