
/*
Theme Name: BCH3 Microsite Child Theme
Theme URI: https://childrenshospital.org
Author: Martin Fritch
Author URI: https://childrenshospital.org
Description: A custom Boston Children Hospital Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BCHThree-child-theme
Template: bch3
Tags:

This theme, like WordPress, is licensed under the GPL.

*/

/* Custom Styles start here */
.header-sec {
    position: relative;
    height: 250px;
}
}
.banner {
	height: 180px;
}
.main-nav {
    position: absolute;
    height: 40px;
    z-index: 1;
    transition: right .2s;
	top: 150px;
    border-top: 1px solid #003087;
    border-bottom: 1px solid #003087;
    width: 100vw;
    left: calc(-50vw + 50%);
}
.nav-menu {
	max-width: 1400px;
	margin: 0 auto;
}
.main-nav .nav-menu li {
    line-height: 40px;
    font-size: 15px;
	text-align: center;
	min-width: 150px;
}
.main-nav .nav-menu li a {
	width: 100%;
}
@media (min-width: 62em) {
    .search-area {
        top: -22px !important;
	}
}