:root {
font-size: 18px;
--body-text-color: #06253d;
--primary-color: #06253d;
--secondary-color: #cc081b;
--alternate-color: #ee9b09;
--gray-color: #f0f0f0;
--light-gray-color: #f0f0f0;
--body-font-family: 'Kumbh Sans';
--heading-font-family: 'Prata';
--fa-caret-right: '\f0da';
--fa-angle-right: '\f105';
--fa-plus: '\f067';
--fa-minus: '\f068';
--white: #fff;
--orange: #ee9b09;
}
@media screen and (min-width: 768px) { :root {
font-size: 18px;
}
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
display: block !important;
line-height: 1.7;
color: #06253d;
font-size: 1rem;
font-family: var(--body-font-family);
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*:focus {
outline: auto;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 30px;
color: #06253d;
font-weight: 400;
font-family: var(--heading-font-family);
line-height: 1.2;
}
h1 {
font-size: 2.333rem;
}
h2 {
font-size: 1.667rem;
}
h3 {
font-size: 1.444rem;
}
h4 {
font-size: 1.111rem;
font-family: 'Kumbh Sans';
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-color);
}
h5,
h6 {
font-size: 1rem;
}
h2 strong,
h3 strong {
font-weight: 700;
}
h1 span.subtitle,
h2 span.subtitle {
display: block;
color: #cc081b;
font-size: 40%;
}
p {
margin: 0 0 30px;
font-size: 1rem;
color: #06253d;
} a {
color: #cc081b;
text-decoration: underline;
}
a:hover,
a:focus {
color: #ee9b09;
text-decoration: none;
}
a.no-underline {
text-decoration: none;
}
a.no-underline:hover,
a.no-underline:focus {
text-decoration: underline;
}
a,
button,
.button {
-webkit-transition: color 200ms ease-out, border-color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
-o-transition: color 200ms ease-out, border-color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
transition: color 200ms ease-out, border-color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}
button,
.button {
font-family: var(--body-font-family);
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
border: none;
margin: 0;
padding: 15px 30px;
text-align: center;
display: inline-block;
color: #fff;
background-color: #ee9b09;
text-decoration: none;
letter-spacing: 0.8px;
}
button:active,
.button:active {
transform: translateY(1.5px);
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #cc081b;
color: #fff;
}
button.alt-01,
.button.alt-01 {
background-color: #cc081b;
}
button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
background-color: #06253d;
color: #fff;
}
button.alt-02,
.button.alt-02 {
background-color: #000;
}
button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
background-color: #ee9b09;
color: #fff;
}
button.outline,
.button.outline {
background: none;
border: 1px solid #fff;
color: #fff;
}
button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
color: #ee9b09;
border-color: #ee9b09;
}
button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
border-color: #fff;
color: #fff;
}
button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
background: #fff;
color: #06253d;
}
button.no-button,
.button.no-button {
padding: 0;
background: none;
color: #cc081b;
text-transform: none;
}
button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
color: #000;
text-decoration: underline;
}
button.red,
.button.red {
background-color: #cc081b;
}
button.red:hover,
button.red:focus,
.button.red:hover,
.button.red:focus {
background-color: #ee9b09;
color: #fff;
} .columns,
.column {
float: left;
padding: 0 36px;
}
.row,
.row-wide,
.row-narrow,
.row-680,
.row-760,
.row-940,
.row-1175,
.row-1360,
.row-1520 {
max-width: 1280px;
margin-right: auto;
margin-left: auto;
}
.row-680 {
max-width: 680px;
}
.row-760 {
max-width: 760px;
}
.row-940 {
max-width: 940px;
}
.row-1175 {
max-width: 1175px;
}
.row-1360 {
max-width: 1360px;
}
.row-1520 {
max-width: 1520px;
}
.row-narrow {
max-width: 1024px;
}
.row-wide {
max-width: 1600px;
}
.row:after {
clear: both;
}
.row:after,
.row:before {
display: table;
content: ' ';
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1;
}
@media screen and (min-width: 1025px) {
.row {
max-width: 1060px;
}
.row-940,
.row-1175 {
max-width: 805px;
}
.row-1360 {
max-width: 950px;
}
}
@media screen and (min-width: 1281px) {
.row {
max-width: 1280px;
}
.row-940 {
max-width: 940px;
}
.row-1175 {
max-width: 1175px;
}
.row-1360 {
max-width: 1360px;
}
} .no-float {
float: none;
}
.no-margin {
margin: 0 !important;
}
.no-margin-last > p:last-of-type {
margin: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-transition {
transition: none !important;
}
.no-min-height {
min-height: 0;
}
.position-static,
.static {
position: static !important;
}
.position-relative,
.relative {
position: relative !important;
}
.hr-after {
position: relative;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
.center,
.align-center,
.text-center {
text-align: center;
}
.right,
.align-right {
text-align: right;
}
.body-font {
font-family: var(--body-font-family);
}
.header-font {
font-family: var(--header-font-family);
}
.uppercase {
text-transform: uppercase;
}
.hide {
display: none;
}
.overflow-hidden {
overflow: hidden;
}
.visually-hidden {
border: none !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 1px !important;
}
.flex-container {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
}
.flex-align-vertical {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
}
.flex-align-horizontal {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
text-align: center;
}
.two-buttons-container a,
.two-buttons-container button {
display: block;
margin-bottom: 10px;
}
.small-text {
font-size: 0.9rem;
}
.larger-text {
font-size: 1.2rem;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.bold,
.font-bold {
font-weight: 700;
}
.height-auto {
height: auto;
}
.max-width-100 {
max-width: 100%;
}
.lazy-img {
height: auto;
max-width: 100%;
}
.lazy-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.no-repeat {
background-repeat: no-repeat;
}
.background-cover {
background-position: cover;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt50 {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt70 {
margin-top: 70px;
}
.mb0 {
margin-bottom: 0;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb70 {
margin-bottom: 70px;
}
.mr10 {
margin-right: 10px;
}
.mr20 {
margin-right: 20px;
}
.mr30 {
margin-right: 30px;
}
.mr40 {
margin-right: 40px;
}
.mr50 {
margin-right: 50px;
}
.mr60 {
margin-right: 60px;
}
.mr70 {
margin-right: 70px;
}
.ml10 {
margin-left: 10px;
}
.ml20 {
margin-left: 20px;
}
.ml30 {
margin-left: 30px;
}
.ml40 {
margin-left: 40px;
}
.ml50 {
margin-left: 50px;
}
.ml60 {
margin-left: 60px;
}
.ml70 {
margin-left: 70px;
}
.pt10 {
padding-top: 10px;
}
.pt20 {
padding-top: 20px;
}
.pt30 {
padding-top: 30px;
}
.pt40 {
padding-top: 40px;
}
.pt50 {
padding-top: 50px;
}
.pt60 {
padding-top: 60px;
}
.pt70 {
padding-top: 70px;
}
.pb10 {
padding-bottom: 10px;
}
.pb20 {
padding-bottom: 20px;
}
.pb30 {
padding-bottom: 30px;
}
.pb40 {
padding-bottom: 40px;
}
.pb50 {
padding-bottom: 50px;
}
.pb60 {
padding-bottom: 60px;
}
.pb70 {
padding-bottom: 70px;
}
.pr10 {
padding-right: 10px;
}
.pr20 {
padding-right: 20px;
}
.pr30 {
padding-right: 30px;
}
.pr40 {
padding-right: 40px;
}
.pr50 {
padding-right: 50px;
}
.pr60 {
padding-right: 60px;
}
.pr70 {
padding-right: 70px;
}
.pl10 {
padding-left: 10px;
}
.pl20 {
padding-left: 20px;
}
.pl30 {
padding-left: 30px;
}
.pl40 {
padding-left: 40px;
}
.pl50 {
padding-left: 50px;
}
.pl60 {
padding-left: 60px;
}
.pl70 {
padding-left: 70px;
}
.pl80 {
padding-left: 80px;
}
@media screen and (min-width: 1025px) {
.pl90 {
padding-left: 90px;
}
}
.small-margin-left {
margin-left: 10px;
}
.small-margin-right {
margin-right: 10px;
}
.no-background {
background: none !important;
}
.animate-in-view,
.opacity0 {
opacity: 0;
}
.opacity1 {
opacity: 1 !important;
}
.pointer-events-none {
pointer-events: none;
}
.transition-all {
-webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.z-index-over {
position: relative;
z-index: 1;
}
.background-center {
background-position: center center !important;
}
.background-y-bottom {
background-position-y: 100%;
}
.background-y-top {
background-position-y: 0%;
}
.background-cover {
background-size: cover;
background-repeat: no-repeat;
}
.background-transparent {
background: transparent;
}
.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
color: #fff;
}
@media screen and (min-width: 450px) {
.two-buttons-container {
display: flex;
justify-content: center;
}
.two-buttons-container a,
.two-buttons-container button {
margin: 0 6px;
}
}
@media (min-width: 768px) {
.hide-for-medium {
display: none !important;
}
}
@media (min-width: 1025px) {
.hide-for-large {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-for-small-only {
display: none !important;
}
}
@media screen and (max-width: 0px), screen and (min-width: 768px) {
.show-for-small-only {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.show-for-medium {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.hide-for-medium-only {
display: none !important;
}
}
@media screen and (max-width: 767px), screen and (min-width: 1025px) {
.show-for-medium-only {
display: none !important;
}
}
@media screen and (max-width: 1024px) {
.show-for-large {
display: none !important;
}
} .header {
position: fixed;
top: 0;
width: 100%;
background: #fff;
z-index: 2;
-webkit-transition: border-color 200ms ease-out, height 0.2s ease-out;
-moz-transition: border-color 200ms ease-out, height 0.2s ease-out;
-ms-transition: border-color 200ms ease-out, height 0.2s ease-out;
-o-transition: border-color 200ms ease-out, height 0.2s ease-out;
transition: border-color 200ms ease-out, height 0.2s ease-out;
}
body.home .header {
background: none;
}
body.scrolled .header {
background: #fff;
-webkit-box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 40%);
-moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 40%);
}
@media screen and (min-width: 1025px) {
body.single-attorneys .header {
background: none;
}
}
body.scrolled.single-attorneys .header {
background: #fff;
}
.header > .row {
height: 100%;
}
.header a {
text-decoration: none;
}
.header-desktop {
display: none;
}
.header-mobile {
height: 100px;
background: #fff;
}
.header-logo {
display: flex;
align-items: center;
}
.header-logo img {
max-width: 117px;
height: auto;
transition: all 0.2s ease-out;
}
.header-mobile-inner {
display: flex;
height: 100%;
padding: 21px 15px 24px 22px;
}
.header-mobile-buttons {
display: flex;
margin-left: 4%;
flex: 1;
align-items: center;
justify-content: flex-end;
}
.header-mobile-buttons a,
.header-mobile-buttons button {
display: flex;
font-size: 1.3rem;
align-items: center;
justify-content: center;
padding: 0 10px;
flex: 1;
max-width: 50px;
width: 50px;
height: 50px;
color: #06253d;
background: none;
}
.header-mobile-buttons a {
margin-right: 15px;
color: #cc081b;
}
.header-mobile-buttons a:hover,
.header-mobile-buttons a:focus {
color: #ee9b09;
}
.header-mobile-buttons button:hover,
.header-mobile-buttons button:focus {
color: #cc081b;
}
.module-header-a-right {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
align-self: flex-start;
}
.module-header-a-right-top {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 28px;
grid-gap: 30px;
gap: 30px;
}
.module-header-a-right-top > span {
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: flex;
align-items: center;
grid-gap: 10px;
gap: 10px;
line-height: 1;
font-size: 1.1667rem;
}
.module-header-a-right-top > span i {
font-size: 0.8889rem;
}
.module-header-a-right-top span {
font-weight: 600;
}
.module-header-a-phone {
font-weight: 600;
color: #0f8577;
font-size: 1.2rem;
margin-left: 20px;
display: inline-block;
}
.module-header-a-phone i {
font-size: 80%;
}
.module-header-a-right-bottom {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-align-items: center;
-ms-align-items: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
justify-content: flex-end;
}
#mobile-navigation .social-links a {
color: #06253d;
margin: 0 5px;
font-size: 1rem;
padding: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
font-size: 1.4444rem;
margin: 0 14px;
}
#mobile-navigation .social-links a:first-of-type {
margin-left: 0;
}
#mobile-navigation .social-links a:last-of-type {
margin-right: 0;
}
#mobile-navigation .social-links a:last-child {
margin-right: 0;
}
.header-mobile-social {
display: none;
}
.menu-main-navigation-container.active .header-mobile-social {
display: flex;
padding: 0 36px;
}
.header .social-links a {
margin: 0 10px;
color: #06253d;
}
.header .social-links a:hover,
.header .social-links a:focus {
color: #cc081b;
}
.menu-item.menu-item-has-children.align-right {
text-align: left;
}
.menu-item.menu-item-has-children.align-right .sub-menu {
right: 0;
}
.header-mobile-buttons a {
font-size: 1.6667rem;
}
.header-mobile-buttons button {
font-size: 2.2222rem;
}
@media screen and (min-width: 500px) {
.header-mobile-buttons a,
.header-mobile-buttons button {
width: 60px;
max-width: 60px;
height: 60px; }
}
@media screen and (min-width: 1025px) {
.header-mobile {
display: none;
}
body.scrolled .header-logo img {
max-width: 168px;
}
.header-desktop {
display: block;
} .header-logo {
padding: 0;
}
.header-logo img {
max-width: 168px;
}
.module-header-a-right {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 80%;
}
.module-header-a-logo {
flex: 1;
}
.module-header-a-inner { padding: 33px 35px 20px 35px;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: relative;
}
.module-header-a-logo img {
padding: 0;
}
.header-desktop {
height: 151px;
}
}
@media screen and (min-width: 1281px) {
.header .social-links a {
font-size: 0.97rem;
margin: 0 13px;
}
.module-header-a-right {
margin-top: -13px;
}
.header-logo img {
max-width: 100%;
}
.header-desktop {
height: 167px;
}
body.scrolled .header-desktop {
height: 141px;
}
}
@media screen and (min-width: 1451px) {
.module-header-a-inner {
padding: 48px 40px 20px 40px;
}
.header-desktop {
height: 182px;
}
body.scrolled .header-desktop {
height: 159px;
}
} .main-navigation-menu {
margin: 0;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main-navigation-menu li {
display: block;
position: relative;
padding: 0;
}
.main-navigation-menu > li {
padding: 0 0 20px 0;
margin-right: 30px;
}
.main-navigation-menu > li:last-of-type {
margin-right: 0;
}
.main-navigation-menu > li:last-of-type > a {
margin-right: 0;
}
.main-navigation-menu .sub-menu {
display: none;
position: absolute;
top: 100%;
width: 360px;
margin: 0;
background: #f0f0f0;
padding: 15px 0;
}
.main-navigation-menu > a:hover + .mega-menu,
.main-navigation-menu > a:focus + .mega-menu,
.main-navigation-menu > li.active > .mega-menu,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
display: block;
-webkit-animation: menuSlideDown 200ms both;
animation: menuSlideDown 200ms both;
}
.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
color: #cc081b;
}
.main-navigation-menu > li > a {
display: block;
height: 100%;
color: #06253d;
line-height: 1;
font-size: 0.8333rem;
text-transform: uppercase;
position: relative;
font-weight: 700;
letter-spacing: 1.2px;
font-size: 0.6667rem;
}
@media screen and (min-width: 1281px) {
.main-navigation-menu > li {
margin-right: 25px;
}
}
@media screen and (min-width: 1450px) {
.main-navigation-menu > li > a {
font-size: 0.8333rem;
}
}
@media screen and (min-width: 1660px) {
.main-navigation-menu > li > a {
font-size: 1rem;
} } #desktop-navigation .sub-menu li,
.mega-menu li {
background: #f0f0f0;
padding-left: 50px;
-webkit-transition: background 200ms ease-out;
-moz-transition: background 200ms ease-out;
-ms-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
}
#desktop-navigation .sub-menu li {
position: relative;
cursor: pointer;
}
#mega-menu li a,
#desktop-navigation .sub-menu li a {
color: #06253d;
font-size: 0.9444rem;
display: block;
padding: 12px;
padding-left: 0;
line-height: 1;
text-decoration: none;
}
#mega-menu li a,
#desktop-navigation .sub-menu li.active a {
font-weight: 700;
color: #cc081b;
}
.mega-menu li:before,
#desktop-navigation .sub-menu li:before {
content: '\f105';
font-family: 'Font Awesome 5 Pro';
position: absolute;
left: 30px;
top: 6px;
color: #cc081b;
pointer-events: none;
-webkit-transition: color 200ms ease-out;
-moz-transition: color 200ms ease-out;
-ms-transition: color 200ms ease-out;
-o-transition: color 200ms ease-out;
transition: color 200ms ease-out;
}
#desktop-navigation .sub-menu .menu-item-has-children ul {
position: absolute;
left: 100%;
top: 0;
}
#desktop-navigation .sub-menu .sub-menu,
#desktop-navigation .sub-menu .sub-menu .sub-menu {
display: none !important;
}
#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
display: block;
-webkit-animation: menuSlideRight 200ms both;
animation: menuSlideRight 200ms both;
} #container {
position: relative;
right: 0;
top: 0;
overflow: hidden;
}
#container:before {
z-index: 99;
content: '';
position: absolute;
pointer-events: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.5);
opacity: 0;
-webkit-transition: opacity 200ms ease-out;
-moz-transition: opacity 200ms ease-out;
-ms-transition: opacity 200ms ease-out;
-o-transition: opacity 200ms ease-out;
transition: opacity 200ms ease-out;
}
#container.active {
cursor: pointer;
}
#container.active:before {
opacity: 1;
}
#mobile-menu:not(.active) {
display: none;
}
#mobile-navigation {
z-index: 100;
position: fixed;
background-color: #f0f0f0;
opacity: 0;
}
#mobile-navigation,
#mobile-navigation .sub-menu {
display: block;
height: 100vh;
transform: translateY(-100%);
width: 100%;
animation-fill-mode: both;
-webkit-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
-moz-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
-ms-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
-o-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
}
.mobile-navigation-top-inner {
align-items: center;
padding: 8px 0 8px 20px;
padding-right: 0;
display: none;
}
#mobile-navigation.active .mobile-navigation-top-inner {
display: flex !important;
}
.mobile-navigation-close {
background: none;
}
#mobile-navigation.active {
transform: translateY(0);
opacity: 1;
}
#mobile-navigation a {
display: inline-block;
text-decoration: none;
font-size: 1.2rem;
color: #06253d;
padding-top: 12px;
padding-bottom: 13px;
font-weight: 700;
font-size: 1.1667rem;
text-transform: uppercase;
}
#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
color: #ee9b09; }
#mobile-navigation ul {
margin: 0;
padding: 0 83px;
padding: 0 36px;
margin-bottom: 20px;
}
#mobile-navigation ul li {
padding: 0;
position: relative;
display: inline-block;
width: 100%;
}
#mobile-navigation ul li:last-of-type {
border: none;
}
#mobile-navigation ul li:before {
display: none;
}
#mobile-navigation ul li.sub-menu-open > .sub-menu {
top: 0;
left: 0;
transform: translateY(0);
display: block;
-webkit-animation: fadeInRight 300ms ease-out;
animation: fadeInRight 300ms ease-out;
animation-fill-mode: both;
}
#mobile-navigation .sub-menu {
margin: 0;
position: fixed;
background-color: #f0f0f0;
z-index: 1;
overflow: auto;
display: none;
}
.mobile-navigation-next,
.mobile-navigation-close {
padding: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
width: 60px;
height: 100%;
color: #06253d;
}
.mobile-navigation-next {
background: none;
}
.mobile-navigation-close {
margin-left: auto;
color: #06253d;
font-size: 1.6rem;
height: 60px;
}
.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
color: #cc081b;
}
.mobile-navigation-next {
position: absolute;
right: 0;
top: 0;
}
.mobile-navigation-previous {
margin-bottom: 10px;
border: none !important;
}
@media screen and (min-width: 1025px) {
#mobile-navigation {
display: none;
}
.mobile-navigation-top-inner {
display: none;
}
}