.top-bar .container,
.site-header .container,
.search-slidedown .container,
.site-content .container,
.site-footer .container {
max-width: 1140px;
margin: 0 auto; position: relative;
box-shadow: none;
background-color: transparent;
}
.main-navigation > .container {
padding-top: 18px;
}
.site-header .top-bar .container,
.home .site-header .container {
border-bottom: 0px;
}
.header-placeholder {
background-color: #FFFFFF;
height: 210px;
}
.site-header .branding {
padding: 15px 0 10px 0;
}
.site-header .branding .title {
display: inline-block;
margin-bottom: 1px;
font-size: 30px;
line-height: 40px;
font-weight: 400;
text-decoration: none;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.site-header .branding .description {
font-size: 18px;
line-height: 20px;
font-weight: 300;
margin: 0;
width: 100%;
display: block;
}
.top-bar {
vertical-align: top;
z-index: 5;
height: 36px;
display: inline-block;
width: 100%;
}
.top-bar .container {
position: relative;
height: 90%;
}
.site-header .top-bar .left {
float: left;
height: 100%;
padding: 0;
position: relative;
display: inline-block;
width: 50%;
text-align: left;
}
.site-header .top-bar .right {
float: right;
height: 100%;
font-size: 11px;
padding: 0;
position: relative;
display: inline-block;
vertical-align: top;
width: 50%;
text-align: right;
}
.site-header .top-bar .right a {
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
padding: 4px 0 0 0;
-webkit-transition: color 0.1s linear 0s;
-moz-transition: color 0.1s linear 0s;
-ms-transition: color 0.1s linear 0s;
-o-transition: color 0.1s linear 0s;
transition: color 0.1s linear 0s;
}
.site-header .top-bar .right a:hover {
color: rgba(255, 255, 255, 0.6);
}
.site-header .top-bar .info-text {
color: #FFFFFF;
padding: 6px 0 0 10px;
line-height: 13px;
height: 100%;
}
.site-header .top-bar .info-text a:hover {
color: rgba(255, 255, 255, 0.6);
}
h1 {
font-size: 1.5em;
margin: 0.67em 0;
}