.top-bar-container {
float: right;
+ width: 535px;
/* background: $primary-color;*/
background: #6bb0e5;
/* Old browsers */
/* IE6-8 */
position: relative;
margin-bottom: 0 !important;
- width: 540px;
+ width: 535px;
height: 65px;
border-radius: 10px 0 0 0;
z-index: 9; }
nav.top-bar {
height: 60px;
- width: 555px;
+ width: 550px;
float: right;
border-radius: 10px 0 0 0; }
background: transparent;
position: relative; }
+.top-bar-section > ul {
+ margin-left: 20px; }
+
@media only screen and (min-width:40.063em) {
footer.row {
margin-top: 3.75rem; } }
}
.top-bar-container {
float: right;
+ width: 535px;
/* background: $primary-color;*/
background: rgb(107,176,229); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
position: relative;
margin-bottom: 0 !important;
- width: 540px;
+ width: 535px;
height: 65px;
border-radius: $glm-border-radius 0 0 0;
z-index: 9;
}
nav.top-bar {
height: 60px;
- width: 555px;
+ width: 550px;
float: right;
border-radius: $glm-border-radius 0 0 0;
}
font-size: 14px;
position: absolute;
left: 10px;
- top: 20px;
+ top: 20px;
text-transform: none;
}
#menu-menu-1 .glmWhoWeAreNav > a::before {
background:transparent;
position: relative;
}
+.top-bar-section > ul {
+ margin-left: 20px;
+}
// Add some whitespace above the footer for medium-up screens
@media #{$medium-up} {
footer.row {