.inner-logo { text-align: center; display: block; margin-top: 2rem; } a.nav-expander { color: #ffffff !important; display: block; font-size: 15px; font-weight: 400; height: 50px; margin-right: 0; padding: 4.4em 1.6em 2em; position: absolute; right: 0; text-decoration: none; text-transform: uppercase; top: 0; transition: right 0.3s ease-in-out 0s; width: 130px; z-index: 12; margin-right: 2rem; transition: right 0.3s ease-in-out 0s; -webkit-transition: right 0.3s ease-in-out 0s; -moz-transition: right 0.3s ease-in-out 0s; -o-transition: right 0.3s ease-in-out 0s; @media screen and (max-width: $screen-991) { padding: 3.4em 1.6em 2em; } } a.nav-expander:hover { cursor: pointer; } a.nav-expander.fixed { position: fixed; @media screen and (max-width: $screen-991) { position: absolute;top:0; } } .nav-expanded a.nav-expander.fixed { // right: 20em; } .nav-mobile { background: #ffffff; display: block; height: 100%; overflow: auto; position: fixed; right: -24em; font-size: 15px; top: 0; width: 24em; z-index: 2000; transition: right 0.3s ease-in-out 0s; -webkit-transition: right 0.3s ease-in-out 0s; -moz-transition: right 0.3s ease-in-out 0s; -o-transition: right 0.3s ease-in-out 0s; z-index: 11111; } .nav-expanded .nav-mobile { right: 0; } body.nav-expanded { margin-left: 0em; transition: right 0.4s ease-in-out 0s; -webkit-transition: right 0.4s ease-in-out 0s; -moz-transition: right 0.4s ease-in-out 0s; -o-transition: right 0.4s ease-in-out 0s; } .navclose { text-align: right; padding: 1rem 1rem; } #nav-close, #nav-close:hover { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; font-size: 16px; padding: 30px 27px 25px 52px; color: #f32f2f; line-height: 29px; text-decoration: none; float: right; } .main-menu { padding-left: 45px; margin-bottom: 0px; } .main-menu li { border-bottom: 0; margin-left: 20px; font-size: 18px; padding: 12px; } .main-menu li a { color: black; text-decoration: none; } .main-menu li a:hover { color: black; text-decoration: none; } .main-menu li .sub-nav { border-bottom: 0px; padding: 4px; } .main-menu a .caret { width: 0; height: 0; display: inline-block; vertical-align: top; border-top: 4px solid #4f5963; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; margin-top: 8px; } .main-menu a:hover .caret { border-top-color: #4f5963; } .main-menu li.open > a > .caret { border-top: none; border-bottom: 4px solid #4f5963; border-right: 4px solid transparent; border-left: 4px solid transparent; } .main-menu li.open > a:hover > .caret { border-bottom-color: #4f5963; } .icon:before { font-family: "FontAwesome"; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; text-transform: none; content: "\f105"; } .main-menu li > a > span.icon { float: right; margin: 0.1em 1.7em -0.1em 0; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .main-menu li > a:hover > span.icon { float: right; margin: 0.1em 0.8em -0.1em 0; opacity: 1; }