width: 100%;
min-width: 950px;
border: 5px solid #006a71; }
+ .top-bar-section ul li ul.dropdown li:hover a {
+ color: #c8c0ab; }
.top-bar-section ul li ul.dropdown li {
width: 25%;
text-align: center;
.top-bar-section ul li ul.dropdown li a {
font-size: 1rem;
white-space: normal !important;
- line-height: 10px; }
+ line-height: 10px;
+ float: none;
+ left: 0;
+ padding: 120px 0 0 0 !important;
+ position: absolute;
+ top: 0;
+ width: 85%;
+ margin: 0 7.5%;
+ background-color: transparent !important; }
.top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button) {
line-height: 1.5; }
.top-bar-section ul li ul.dropdown li:last-child:not(.has-form) a:not(.button) {
width: 100%;
min-width: 950px;
border: 5px solid $teal;
+ li:hover {
+ a {
+ color: $tan;
+ }
+ }
li {
width: 25%;
text-align: center;
font-size: rem-calc(16);
white-space: normal !important;
line-height: 10px;
-// width: 204px;
+ float: none;
+ left: 0;
+ padding: 120px 0 0 0 !important;
+ position: absolute;
+ top: 0;
+ width: 85%;
+ margin: 0 7.5%;
+ background-color: transparent !important;
}
&:not(.has-form) a:not(.button){
line-height: 1.5;