/**
 * Highest priority styling
 *
 * @format
 */

/*
CORE
HEADER
MENUS
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
  font-size: 15px;
  --body-text-color: #0d160b;
  --primary-color: #051324;
  --secondary-color: #114888;
  --secondary-dark-color: #002755;
  --alternate-color: #2ab7ca;
  --gray-color: #8f8c90;
  --light-gray-color: #d0d0d0;
  --body-font-family: 'Roboto', sans-serif;
  --heading-font-family: 'Cormorant', serif;
  --alt-font-family: 'Inter', sans-serif;
  --fa-caret-right: '\f0da';
  --fa-angle-right: '\f105';
  --fa-plus: '\f067';
  --fa-minus: '\f068';
}

@media screen and (min-width: 768px) {
  /*TABLET*/
  :root {
    font-size: 17px;
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  display: block !important;
  line-height: 1.6;
  color: #0d160b;
  overflow-x: hidden;
  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;
}

/* CORE > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  color: #051324;
  font-weight: 700;
  font-family: var(--heading-font-family);
  line-height: 1.2;
}

h1 {
  font-size: 2.1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  color: #114888;
  text-transform: uppercase;
}

h5,
h6 {
  font-size: 1rem;
}

.blog-landing-container-title > h2,
h2.xl-title {
  font-size: 2.05rem;
  letter-spacing: 1px;
}

h2 strong,
h3 strong {
  font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
  display: block;
  color: #114888;
  font-size: 40%;
}

p {
  margin: 0 0 30px;
  font-size: 1rem;
  color: #0d160b;
}

/* CORE > Links and Buttons */
a {
  color: #114888;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #2ab7ca;
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}

a.alt-link-01 {
  color: #2ab7ca;
}

a.alt-link-01:hover,
a.alt-link-01:focus {
  color: #fff;
}

a.alt-link-02 {
  color: #2ab7ca;
}

a.alt-link-02:hover,
a.alt-link-02:focus {
  color: #114888;
}

a,
button,
.button {
  -webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
  -o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
  transition: 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: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 12px 25px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #2ab7ca;
  text-decoration: none;
}

button:active,
.button:active {
  transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #114888;
  color: #fff;
}

button.alt-01,
.button.alt-01 {
  background-color: #051324;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background-color: #114888;
  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: #2ab7ca;
  color: #fff;
}

button.alt-03,
.button.alt-03 {
  background-color: #114888;
  color: #fff;
}

button.alt-03:hover,
button.alt-03:focus,
.button.alt-03:hover,
.button.alt-03:focus {
  background-color: #2ab7ca;
  color: #fff;
}

button.outline,
.button.outline {
  background: none;
  border: 2px solid #2ab7ca;
  color: #2ab7ca;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: #2ab7ca;
  color: #fff;
}

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: #051324;
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: #114888;
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: #000;
  text-decoration: underline;
}

/* CORE > Layout */
.columns,
.column {
  float: left;
  padding: 0 15px;
}

.row,
.row-wide,
.row-narrow {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.row-narrow {
  max-width: 1024px;
}

.row-wide {
  max-width: 1599px;
}

.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: 1800px) {
  .row-wide {
    max-width: 1740px;
  }
}

/* CORE > Utility Classes */
.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;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.center,
.align-center,
.text-center {
  text-align: center;
}

.right,
.align-right,
.text-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 !important;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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
*******************************************************************************************/

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -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;
}

body.scrolled .header {
  background: #051324;
}

.header-footer-padding {
  float: none;
  padding: 0 15px;
}
.header > .row {
  height: 100%;
}

.header a {
  text-decoration: none;
}

.header-desktop {
  display: none;
}

.header-logo {
  display: flex;
  align-items: center;
  -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;
}

.header-logo:focus,
.header-logo:hover {
  opacity: 0.9;
}

.header-logo img {
  max-width: 100%;
  height: auto;
  width: 181px;
}

.header-mobile-inner {
  display: flex;
  padding: 20px;
}

.scrolled .header-mobile-inner {
  padding: 8px 20px;
}

.header-mobile-buttons {
  display: flex;
  margin-left: 4%;
  flex: 1;
  justify-content: flex-end;
}

.header-mobile-buttons .button.outline {
  color: #fff;
}

.header-mobile-buttons a:not(:last-child) {
  margin-right: 14px;
}

.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;
}

.custom-header-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-end;
}

.custom-header-right-top .social-links a {
  color: #fff;
}

.custom-header-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: 8px;
}

.custom-header-right-top span {
  font-weight: 600;
}

.custom-header-phone {
  font-weight: 600;
  color: #114888;
  font-size: 1.2rem;
  margin-left: 20px;
  display: inline-block;
}

.custom-header-phone i {
  font-size: 80%;
}

.custom-header-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;
}

@media screen and (min-width: 1025px) {
  .header-logo img {
    width: 235px;
  }
  .custom-header-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 0;
    width: 70%;
  }

  .custom-header-logo {
    flex: 1;
  }

  .header-footer-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .custom-header-inner {
    padding-top: 25px;
    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;
  }

  body.scrolled .header .header-footer-padding {
    padding: 8px 35px 0;
  }

  .custom-header-logo img {
    padding: 0;
  }
}

@media screen and (min-width: 500px) {
  .header-mobile-buttons a,
  .header-mobile-buttons button {
    width: 60px;
    max-width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }

  .header-desktop {
    display: block;
  }

  .header-logo {
    padding: 0;
  }
}

/* HEADER > Header Search Bar */

.header-search {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background-color: #002755;
  padding: 18px 0;
  width: 100%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.header-search.active {
  opacity: 1;
  top: 0;
}

.header-search-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  float: none;
}

.search-results-post-type:not(:last-child) {
  margin-bottom: 30px;
}

.search-results-post-type ul {
  margin: 0;
}

.header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  background: #051324;
  display: none;
  max-height: 350px;
  overflow: auto;
}

.header-search-results.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
  color: #fff;
}

.header-search-results h3 {
  margin-bottom: 8px;
}

.header-search-results a {
  text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
  text-decoration: underline;
}

.header-search-form {
  position: relative;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header-search-input {
  margin: 0;
  height: 45px;
  border: 0 none;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-search button {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
}

.header-search-submit {
  margin: 0 1%;
}

#header-search-open {
  font-size: 1.1rem;
  color: #2ab7ca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 6px;
}

#header-search-open:focus,
#header-search-open:hover {
  color: #114888;
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.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: 35px;
}

.main-navigation-menu > li.highlight-menu-item:before {
  background: #081426;
  border-radius: 18px;
  content: '';
  left: -10px;
  top: -10px;
  display: inline-block;
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
}

.main-navigation-menu > li:last-of-type {
}

.main-navigation-menu > li > a {
  position: relative;
}

.main-navigation-menu > li:last-of-type > a {
  margin-right: 0;
}

.main-navigation-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  background: #fff;
  margin: 0;
  padding: 20px 0;
}

.main-navigation-menu .dropdown-right .sub-menu {
  right: 0;
}

.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: menuFadeUp 600ms both;
  animation: menuFadeUp 600ms both;
}

.main-navigation-menu .sub-menu a:focus,
.main-navigation-menu .sub-menu a:hover,
.main-navigation-menu .sub-menu li:hover > a {
  background: #2ab7ca !important;
  text-decoration: underline;
  color: #fff !important;
}

.main-navigation-menu > li > a {
  display: block;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.main-navigation-menu > li > a:after {
  width: 35px;
  height: 4px;
  background: #2ab7ca;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.main-navigation-menu > li.active > a:after {
  transform: scaleX(1);
  opacity: 1;
}

.main-navigation-menu > li.highlight-menu-item.active > a:after {
  opacity: 0;
}

.main-navigation-menu > li.active > a,
.main-navigation-menu > li > a:focus,
.main-navigation-menu > li > a:hover {
  color: #2ab7ca;
}

/* MENUS > Main Nav Dropdowns (Level 2) */

#desktop-navigation .sub-menu li {
  position: relative;
  cursor: pointer;
}

#desktop-navigation .sub-menu li a {
  background: #fff;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #114888;
  font-size: 1rem;
  display: block;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

#desktop-navigation .sub-menu li.active {
}

#desktop-navigation .sub-menu li.active:before {
  color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children > a:after {
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  font-weight: 700;
  right: 10px;
}

#desktop-navigation .sub-menu .sub-menu li > a:after {
  display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children.active > a:after {
  color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#desktop-navigation .menu-item-1421 .sub-menu .menu-item-has-children ul {
  left: auto;
  right: 100%;
}

#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;
}

/* MENUS > Mobile Menu */
#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: #051324;
  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;
  background: #051324;
  display: none;
}

#mobile-navigation.active .mobile-navigation-top-inner {
  display: flex !important;
}

.mobile-navigation-close {
  background: none;
}

#mobile-navigation a {
  padding-left: 20px;
}

#mobile-navigation.active {
  transform: translateY(0);
  opacity: 1;
}

#mobile-navigation a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
  color: #2ab7ca;
  background: #fff;
}

#mobile-navigation ul {
  margin: 0;
}

#mobile-navigation ul li {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}

#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;
  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: #0d160b;
  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%;
}

.mobile-navigation-close {
  margin-left: auto;
  font-size: 1.6rem;
  height: 60px;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
  color: #114888;
}

.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;
  }
}
