2015-02-19 17:13:47 -08:00
|
|
|
.main-nav {
|
2015-02-24 06:38:30 -08:00
|
|
|
height: 56px;
|
|
|
|
min-height: 56px;
|
2015-02-25 07:15:46 -08:00
|
|
|
padding: 0px ($unit * 2);
|
|
|
|
box-shadow: 0px 2px 5px 0 rgba($coal, 0.26);
|
2015-02-24 06:38:30 -08:00
|
|
|
|
2015-03-04 20:54:55 -08:00
|
|
|
@media handheld and (max-width: $phone-breakpoint),
|
|
|
|
screen and (max-device-width: $phone-breakpoint),
|
|
|
|
screen and (max-width: $tablet-breakpoint) {
|
|
|
|
padding: 0px 0px 0px ($unit * 2);
|
|
|
|
}
|
|
|
|
|
2015-12-11 13:52:19 -08:00
|
|
|
.feedback-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2015-02-24 06:38:30 -08:00
|
|
|
h1 {
|
2015-03-15 21:42:53 -07:00
|
|
|
margin: 0px ($unit * 10) 0px 0px;
|
2015-02-24 06:38:30 -08:00
|
|
|
padding: 0px;
|
2015-02-25 07:15:46 -08:00
|
|
|
height: 36px;
|
2015-02-28 08:11:13 -08:00
|
|
|
width: 136px;
|
2015-02-25 07:15:46 -08:00
|
|
|
float: left;
|
2015-02-24 13:44:23 -08:00
|
|
|
|
2015-03-04 20:54:55 -08:00
|
|
|
@media handheld and (max-width: $phone-breakpoint),
|
|
|
|
screen and (max-device-width: $phone-breakpoint),
|
|
|
|
screen and (max-width: $tablet-breakpoint) {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-02-24 13:44:23 -08:00
|
|
|
a {
|
2015-02-27 07:17:29 -08:00
|
|
|
background: url('/resources/images/logos/standard/logo-nav.png') 0px 8px no-repeat;
|
2015-02-24 13:44:23 -08:00
|
|
|
display: block;
|
2015-02-27 07:17:29 -08:00
|
|
|
height: 56px;
|
2015-02-25 07:15:46 -08:00
|
|
|
width: 135px;
|
2015-02-24 13:44:23 -08:00
|
|
|
overflow: hidden;
|
|
|
|
text-indent: -3000px;
|
2016-04-22 14:25:55 -07:00
|
|
|
margin:0;
|
|
|
|
padding: 0;
|
2015-03-05 06:11:04 -08:00
|
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
|
|
|
background: url('/resources/images/logos/standard/logo-nav@2x.png') 0px 8px no-repeat;
|
|
|
|
background-size: 135px 36px;
|
|
|
|
}
|
2015-02-24 13:44:23 -08:00
|
|
|
}
|
2015-02-24 06:38:30 -08:00
|
|
|
}
|
|
|
|
|
2015-02-19 17:13:47 -08:00
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
|
|
|
|
li {
|
2015-02-25 07:15:46 -08:00
|
|
|
margin: 0px 0px 0px 0px;
|
2015-03-04 07:13:59 -08:00
|
|
|
}
|
|
|
|
|
2015-03-04 20:27:30 -08:00
|
|
|
.main-nav-button {
|
|
|
|
@media handheld and (max-width: $phone-breakpoint),
|
|
|
|
screen and (max-device-width: $phone-breakpoint),
|
2016-04-28 15:31:38 -04:00
|
|
|
screen and (max-width: $tablet-breakpoint),
|
|
|
|
screen and (max-width: 960px) {
|
2015-03-04 20:27:30 -08:00
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
line-height: $unit * 6;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 0px ($unit * 5);
|
|
|
|
|
|
|
|
&.has-icon {
|
|
|
|
padding: 0px ($unit * 5);
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-04-28 15:31:38 -04:00
|
|
|
// Make main nav icons disappear in favor of site map menu
|
2015-03-04 07:13:59 -08:00
|
|
|
@media handheld and (max-width: $phone-breakpoint),
|
|
|
|
screen and (max-device-width: $phone-breakpoint),
|
2016-04-28 15:31:38 -04:00
|
|
|
screen and (max-width: $tablet-breakpoint),
|
|
|
|
screen and (max-width: 960px) {
|
2015-03-04 07:13:59 -08:00
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
|
|
|
|
float: none;
|
|
|
|
position: absolute;
|
2015-03-11 17:56:08 -07:00
|
|
|
top: 56px;
|
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
2015-03-04 20:27:30 -08:00
|
|
|
z-index: $layer-6;
|
|
|
|
background: $ocean;
|
2015-03-04 07:13:59 -08:00
|
|
|
display: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
}
|
2015-02-19 17:13:47 -08:00
|
|
|
}
|
|
|
|
}
|
2015-02-24 06:38:30 -08:00
|
|
|
|
2015-03-04 20:27:30 -08:00
|
|
|
|
|
|
|
// NAV BUTTON STYLES
|
2015-02-25 07:15:46 -08:00
|
|
|
.main-nav-button {
|
|
|
|
line-height: 56px;
|
|
|
|
display: inline-block;
|
|
|
|
color: $snow;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0px ($unit * 2);
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-family: $brand-font;
|
2015-03-11 18:04:01 -07:00
|
|
|
font-weight: 400;
|
2015-02-25 07:15:46 -08:00
|
|
|
font-size: 16px;
|
2015-03-04 20:27:30 -08:00
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
border-radius: 0;
|
|
|
|
position: relative;
|
2016-04-22 14:25:55 -07:00
|
|
|
letter-spacing: 0.16px;
|
2016-01-28 08:29:37 -08:00
|
|
|
margin: 0;
|
2016-04-22 14:25:55 -07:00
|
|
|
min-width: auto;
|
2015-02-25 07:15:46 -08:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $ocean;
|
|
|
|
}
|
|
|
|
|
|
|
|
// ICONS
|
|
|
|
&.has-icon {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 30px + ($unit * 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
font-size: 22px;
|
|
|
|
position: absolute;
|
|
|
|
top: 15px;
|
|
|
|
left: ($unit * 2);
|
|
|
|
z-index: $layer-1;
|
|
|
|
}
|
2015-03-04 20:27:30 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
// DROPDOWN TRIGGER BUTTON
|
|
|
|
.main-nav-mobile-trigger {
|
|
|
|
display: none;
|
2015-03-04 20:54:55 -08:00
|
|
|
padding: 0px (24px + $unit) 0px $unit;
|
|
|
|
font-size: 14px;
|
2015-03-04 20:27:30 -08:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
left: auto;
|
2015-03-04 20:54:55 -08:00
|
|
|
right: ($unit );
|
2015-03-04 20:27:30 -08:00
|
|
|
opacity: .56;
|
|
|
|
}
|
2015-02-25 07:15:46 -08:00
|
|
|
|
2016-04-28 15:31:38 -04:00
|
|
|
// Show sitemap menu
|
2015-03-04 07:13:59 -08:00
|
|
|
@media handheld and (max-width: $phone-breakpoint),
|
|
|
|
screen and (max-device-width: $phone-breakpoint),
|
2016-04-28 15:31:38 -04:00
|
|
|
screen and (max-width: $tablet-breakpoint),
|
|
|
|
screen and (max-width: 960px) {
|
2015-03-04 20:27:30 -08:00
|
|
|
display: inline-block;
|
2015-03-04 07:13:59 -08:00
|
|
|
}
|
2015-02-24 06:38:30 -08:00
|
|
|
}
|
2015-02-19 17:13:47 -08:00
|
|
|
}
|