﻿/*** Masthead Styles ***/

#masthead {
    background-color: #f4f4f4;
	border-bottom: 1px solid #a7d7f9;
	z-index: 10;
    position: fixed;
    top: 0; left: 0; right: 0;
}

#masthead_logo {
    float: left;
    margin-left: 1.5em;
    margin-right: 1em;
    height: 90px;
    line-height: 85px;
    text-align: center;
}

#masthead_logo img {
    height: 70px;
    width: 70px;
    vertical-align: middle;
}

#masthead_title, #masthead_title_abbrev, #masthead_phone {
	font-family: 'Roboto', sans-serif;
    height: 90px;
    line-height: 90px;
    font-size: 2.5em;
    color: #2d74b5;
    white-space: nowrap;
    overflow: hidden;
    float:left;
}

#masthead_title_abbrev {
    display: none;
}

#masthead_title_abbrev span {
	margin-top: -0.3em;
    font-size: smaller;
    line-height: 1.1em;
	vertical-align: middle;
	display: inline-block;
}

#masthead_phone {
    float: right;
    margin-right: 1em;
    font-size: x-large;
}

#masthead_phone a { text-decoration:none; color: maroon}

#masthead ~ #content_pane {
    margin-top: 142px;
    margin-top: calc(126px + 1em);
}

/***** Navigation Styles *****/

#masthead_nav_pane {
	height: 30px;
	line-height: 28px;
	border-top: 1px solid #a7d7f9;
    background-color: #e4e4e4;
    clear: both;
 }

#nav_menu {
    margin: 0 0 0 2em;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

#nav_menu > li { float: left; }

#nav_menu a {
    padding: 0.2em 0.6em 0.2em 0.6em;
    margin: 0 0.75em 0 0.75em;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    color: #606060;
}

#nav_menu a.active { color: black; border-bottom: 2px solid black; }
#nav_menu a:hover { color: blue; border-bottom: 2px solid blue; }

#masthead_menu_button {
    display: none;
    float: left;
    text-align: center;
    font-size: small;
    cursor: pointer;
    margin: 20px 1em 20px 20px;
    padding-left: 1em;
    padding-right: 1em;
    height: 50px;
    line-height: 3.5em;
    color: white;
    background-color: #277acf;
	border:thin #277acf solid;
}

#masthead_menu_button:hover {
	color: #277acf;
	background-color: white;
}

#masthead_menu_button_title {
    position: relative;
    text-transform: uppercase;
    padding-left: 0.5em;
    font-size: 1.2em;
}

#masthead_menu_button::before { font-family: Genericons; content: "\f419"; }
.active#masthead_menu_button::before { font-family: Genericons; content: "\f406"; }
