.top-nav {
  z-index: 6;
  position: relative;
  height: 5.65em;
}


.top-nav__masthead,
.top-nav__links > ul {
  line-height: 0;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 10, 0.15);
  text-align: justify;
}
.top-nav__masthead {
  font-size: 0;
  position: relative;
}
.top-nav:before {
  content: '';
  width: 100%;
  font-size: 15px;
  height: 5.65em;
  background-color: #2a3545;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}


.top-nav__masthead:after,
.top-nav__links > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.top-nav__masthead .ar-logo {
  width: 203px;
  height: 80px;
  position: relative;
  margin-left: -0.4em;
  display: inline-block;
  border: none !important;
  background: none !important;
}
.top-nav__masthead > div {
  padding-bottom: 0.3em;
}
.top-nav__masthead .icon-only {
  font-size: 1em;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.9em;
  vertical-align: middle;
  margin-left: 0.2em;
}
.top-nav__masthead .masthead--rhs .button--tiny {
  vertical-align: middle;
}
.top-nav__masthead .masthead--rhs .button--tiny:first-child {
  margin-right: 0.45em;
}

.top-nav__masthead .button--tiny {
  padding: 0;
}

.top-nav__masthead .button--tiny a {
  padding: 1em;
}

.top-nav__masthead .icon-only.bg-teal,
.top-nav__masthead .icon-only.bg-linkedin {
  line-height: 1.7em
}
.top-nav__masthead .icon-only.search-button {
  font-size: 1.3em;
  line-height: 1.8em;
  width: 1.9em;
  height: 1.9em;
  margin-left: 0.4em;
}
.top-nav__masthead > div,
.top-nav__links > ul > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 1rem;
}
.top-nav__masthead .masthead--mid {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.top-nav__links .tooltip,
.top-nav__links a {
  z-index: 3;
  display: inline-block;
  padding-top: 1.35em;
  padding-bottom: 1.2em;
  height: 100%;
  font-weight: 500;
  position: relative;
  margin-bottom: -2px;
}
.top-nav__links i {
  line-height: 0.5;
}
.top-nav__links a:visited,
.top-nav__links a:hover,
.top-nav__links a {
  text-decoration: none;
  color: rgba(255,255,255,1)
}
.dropdown-menu>ul>li>a:before,
.top-nav__links a:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255,0);
  top: 100%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  will-change: transform, background-color;
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.3, 1),
    background-color 0.2s cubic-bezier(0, 0, 0.3, 1);
}
.dropdown-menu>ul>li>a:before {
  top: auto;
  bottom: 0;
}
.dropdown-menu>ul>li>a:hover:before,
.top-nav__links li a:hover:before {
  background-color: rgba(255,255,255,0.4);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dropdown-menu>ul>li.is-open>a:before,
.top-nav__links li.link--active a:before {
  background-color: rgba(255,255,255,0.7);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.top-nav__links li.link--active a {
  color: rgba(255,255,255,1)
}
.top-nav__links {
  position: relative;
  background-color: #2b3545 !important;
  /*background: rgba(34, 43, 57, 0.6);*/
  /* background: rgba(51, 60, 76, 0.7); */
  /* background: rgba(255,255,255,0.09); */
  height: 4.2em;
  z-index: 2;
  /* box-shadow: 0 25px 40px 0px rgba(255, 255, 255, 0.02); */
}

.top-nav__links .tooltip > i,
.top-nav__links a i {
  font-size: 1.18em;
  opacity: 0.4;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
}
top-nav__links .tooltip:hover i,
.top-nav__links li:hover a i,
.top-nav__links li.link--active a i {
  opacity: 1;
}

.top-nav--pro .top-nav__links {
  background: rgba(60, 71, 89, 1.0)
}


.dropdown-menu > ul >li:after {
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
  transition: opacity 0.4s cubic-bezier(0, 0, 0.3, 1);
}
/* .dropdown-menu ul:before {
  z-index: 2;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */
.dropdown-menu > ul >li:hover:after {
  opacity: 1;
}
.dropdown-menu ul >li.link--active:after {
  opacity: 1;
}
.dropdown-menu > ul >li:nth-child(1):after {
  background: #3d79fe;
}
.dropdown-menu > ul >li:nth-child(2):after {
  background: #389bda;
}
.dropdown-menu > ul >li:nth-child(3):after {
  background: #3db1a7;
}
.dropdown-menu > ul >li:nth-child(4):after {
  background: #e8974e;
}
.dropdown-menu > ul >li:nth-child(5):after {
  background: #f27464;
}

.top-nav__links--mobile {
  display: none;
}
.mobile-menu {
  display: none;
}

@media screen and (max-width: 900px) {
  .mobile-menu {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: z-index 0ms 300ms;
  }
  .mobile-menu--visible {
    z-index: 600;
    transition: z-index 0ms 0ms;
  }
  .mobile-menu__content {
    padding-top: 2em;
    padding-bottom: calc(4% + 4.5em);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 600;

    min-height: 100vh;
    -webkit-transform: translateY(103%);
    transform: translateY(103%);
    will-change: transform;
    /* background-color: rgba(46, 57, 76, 0.95);
    background-color: rgba(24, 31, 43, 0.96);
    background-color: rgba(67, 131, 195, 0.95);
    background-color: rgba(42, 97, 164, 0.95); */
  }
  .mobile-menu__content {
    transition:
    transform 400ms ease-in
  }
  .mobile-menu--visible .mobile-menu__content {
    transition:
    transform 400ms ease-out
  }
  .mobile-menu--visible .mobile-menu__content {
    -webkit-transform: none;
    transform: none;
  }
  .mobile-menu:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition:
      opacity 0.3s cubic-bezier(0, 0, 0.3, 1),
      z-index 0ms 300ms;
    background-color: #1a2332;
  }
  .mobile-menu.mobile-menu--visible:after {
    z-index: 599;
    opacity: 0.9;
    pointer-events: auto;
    transition:
      opacity 0.5s cubic-bezier(0, 0, 0.3, 1),
      z-index 0ms 0ms;
  }



  .top-nav__links--desktop {
    display: none;
  }
  .top-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 601;
  }
  .top-nav .top-nav__masthead {
    display: none;
  }
  .top-nav .top-nav__links {
    height: auto;
  }
  .top-nav__links ul.top-nav__links--mobile {

    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 601;
    position: relative;
    background-color: #2a3545;
    box-shadow: 0px -2px 30px 0px rgba(26, 44, 69, 0.6);
  }
  .top-nav__links > ul > li {
    text-align: center;
    display: table-cell;
    width: 18.5%;
  }
  .top-nav__links > ul > li:first-child {
    padding-left: 1.25%;
    width: 22%;
  }
  .top-nav__links > ul > li:last-child {
    padding-right: 1.25%;
    width: 20%;
  }
  .top-nav .top-nav__links--mobile > li > a > .icon,
  .top-nav .top-nav__links > i {
    font-size: 1.4em;
    display: block;
    width: 100%;
    text-align: center;
    height: 1.6em;
    margin-bottom: 0.4em;
  }
  .top-nav__links a {
    font-size: 0.95em;
    width: 100%;
    line-height: 1em;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
  .top-nav__links a:before {
    display: none;
  }
  .top-nav__masthead:after, .top-nav__links ul:after {
    display: none;
  }
}



.mobile-menu__links {
  position: absolute;
  margin: 6.5em 0 0 0;
  bottom: 80px;
  padding: 177px 1.5rem 0 1.5rem;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
}



.mobile-menu__content h2 {
  font-weight: 300;
  font-size: 1.65em;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0.9em;
  letter-spacing: -0.02em;
  max-width: 230px;
}


.mobile-menu__links li {
  text-align: left;
  font-weight: 400;
  left: 100%;
  width: auto;
  white-space: nowrap;
  display: inline-block;
  border-radius: 2em;
  color: #FFFFFF;
  vertical-align: baseline;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  line-height: 1.2;
  padding: 0.75em 1em;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(84, 149, 207, 1.0);
  font-size: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 540px) {
  .mobile-menu__links {
    font-size: 4vw;
  }
  .mobile-menu__links li {
    font-weight: 500;
  }
}


.mobile-menu__links li i {
  min-width: 1.3em;
}


.mobile-menu__links li a,
.mobile-menu__links li a:link,
.mobile-menu__links li a:visited,
.mobile-menu__links li a:active {
	color: #FFF;
	text-decoration: none;
}

.mobile-menu__links li:after {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  content: "\f061";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -0.55em;
  opacity: 0.4;
}

.mobile-menu__content .jumbo {
  padding-bottom: 0;
}
.mobile-menu__content .jumbo .jumbo__content {
  padding: 0;
}


.dropdown-menu {
  height: 4.2em;
  z-index: 8;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(26, 44, 69, .14);
}
.dropdown-menu a {
  text-decoration: none;
}
.dropdown-menu ul {
  padding: 0;
}
.dropdown-menu__sub-inner,
.dropdown-menu ul {
  width: 100%;
  margin: 0;
  list-style-type: none;
  display: block;
  text-align: justify;
  line-height: 0;
}
.dropdown-menu .dropdown-menu__sub-inner:after,
.dropdown-menu > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.dropdown-menu>ul, .dropdown-menu .dropdown-menu__sub-inner {
  margin: 0 auto;
}
.dropdown-menu>ul>li {
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px 10px 0 0;
  background-color: rgba(84, 149, 207, 0);
}

.dropdown-menu>ul>li>a {
  margin: 0 2.5em;
  padding: 1.1em 0;
  text-align: center;
  color: #626a78;
  display: block;
  cursor: pointer;
  position: relative;
  height: 4.2em;
}

.dropdown-menu>ul>li>a:after {
  display: inline-block;
  margin-left: 0.5em;
  color: rgba(255, 255, 255, 0.3);
  font-family: FontAwesome;
  content: "\F0D7";
}
.dropdown-menu>ul>li>a:hover:after {
  color: rgba(255, 255, 255, 0.8);
}
.dropdown-menu>ul>li.is-open>a:after {
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-180deg);
}
.dropdown-menu>ul>li.is-open>a, .dropdown-menu>ul>li.is-open>a:hover {
  color: #fff;
}


.dropdown-menu:after {
  content: '';
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  height: 0;
  height: 25em;

  background-color: rgba(24, 31, 47, 0);
  transform: scaleY(0);
  transform-origin: top;
}
.dropdown-menu.is-open:after {

  background-color: rgba(24, 31, 47, 0.9);
  transform: scaleY(1);
}
.dropdown-menu .dropdown-menu__sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 2.5em 0;
  transform: translateY(-3em);
}
.is-open .dropdown-menu__sub {
  display: block;
  transform: translateY(0);
}
.dropdown-menu .dropdown-menu__sub-inner>div {
  display: inline-block;
  vertical-align: top;
}
.dropdown-menu .dropdown-menu__sub-inner>div a {
  line-height: 2.5em;
  color: #FFF;
  position: relative;
  padding-left: 1em;
}
.dropdown-menu .dropdown-menu__sub-inner>div a:before {
  display: inline-block;
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: FontAwesome;
  content: "\f105";
}
.dropdown-menu .dropdown-menu__sub-inner>div a:hover:before {
  color: rgba(255, 255, 255, 1);
}
.dropdown-menu__sub h4 {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0.6em 0;
  margin: 0;
  font-size: 160%;
  font-weight: 300;
}
.dropdown-menu .dropdown-menu__sub-inner>div a:before {
  transition: color 0.4s 0s;
}
.dropdown-menu>ul>li>a:after {
  transition: color 0.4s 0s, transform 0.4s 0.4s;
}
.dropdown-menu>ul>li>a {
  transition: color 0.4s 0s;
}
.dropdown-menu>ul>li {
  transition: background 0.2s;
}
.dropdown-menu .dropdown-menu__sub {
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s 0s, visibility 0s 0.7s, transform 0.5s 0s;
}
.dropdown-menu .is-open .dropdown-menu__sub {
  opacity: 1.0;
  visibility: visible;
  transition: opacity 0.7s 0.3s, visibility 0s 0s, transform 0.7s;
}
.dropdown-menu:after {
  visibility: hidden;
  transition: background-color 0.5s, transform 0.6s 0s, visibility 0s 0.7s;
}
.dropdown-menu.is-open:after {
  visibility: visible;
  transition: background-color 0.5s 0s, transform 0.7s 0s, visibility 0s 0s;
}
@media screen and (max-width: 52.75em) {
  .dropdown-menu {
    font-size: 80%;
  }
}
@media screen and (max-width: 43em) {
  .dropdown-menu {
    font-size: 120%;
    border: none;
  }
  .dropdown-menu>ul, .dropdown-menu .dropdown-menu__sub-inner {
    width: 100%;
    padding: 0;
  }
  .dropdown-menu .dropdown-menu__sub-inner {
    padding: 0 2em;
    font-size: 75%;
  }
  .dropdown-menu>ul>li {
    display: block;
    border-bottom: 4px solid #5495cf;
  }
  .dropdown-menu>ul>li>a {
    display: block;
    padding: 1em 3em;
  }
  .dropdown-menu .dropdown-menu__sub {
    position: relative;
  }
  .dropdown-menu__sub h4 {
    padding-top: 0.6em;
  }
}
@media screen and (max-width: 36em) {
  .dropdown-menu .dropdown-menu__sub-inner>div {
    width: 100%;
    float: none;
    padding: 0 2em;
  }
}

.dropdown-menu--dark-transparent {
  background: rgba(255,255,255,0.09);
}


.dropdown-menu--dark-transparent > ul > li a {
  font-weight: 500;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 10, 0.15);
}

.dropdown-menu> ul > li a i {
    font-size: 1.1em;
}

.icon-stack {
  position: absolute;
    bottom: 4em;
    left: 50%;
    margin-left: -1em;
    font-size: 1.4em;
    z-index: -1;
}
.mobile-menu__links li,
.icon-stack .icon {
  margin-bottom: -2em;
  display: block;
  opacity: 0;
  visibility: hidden;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition:
    margin 0.5s ease-in-out 0s,
    transform 0.2s ease-in-out 0.1s,
    opacity 0.2s ease-in-out 0.1s,
    visibility 0s 0.3s;
  -moz-transition:
    margin 0.5s ease-in-out 0s,
    transform 0.2s ease-in-out 0.1s,
    opacity 0.2s ease-in-out 0.1s,
    visibility 0s 0.3s;
  -ms-transition:
    margin 0.5s ease-in-out 0s,
    transform 0.2s ease-in-out 0.1s,
    opacity 0.2s ease-in-out 0.1s,
    visibility 0s 0.3s;
  transition:
    margin 0.5s ease-in-out 0s,
    transform 0.2s ease-in-out 0.1s,
    opacity 0.2s ease-in-out 0.1s,
    visibility 0s 0.3s;
}
.icon-stack .icon p.lead-txt {
  position: absolute;
  top: 40%;
}
.link--active .mobile-menu__links li,
.link--active .icon-stack .icon {
  opacity: 1;
  margin-bottom: 1em;
  visibility: visible;
  -webkit-transition:
    margin 0.5s ease-in-out 0.05s,
    transform 0.6s ease-in-out 0s,
    opacity 0.2s ease-in-out 0.2s,
    visibility 0s 0s;
  -moz-transition:
    margin 0.5s ease-in-out 0.05s,
    transform 0.6s ease-in-out 0s,
    opacity 0.2s ease-in-out 0.2s,
    visibility 0s 0s;
  -ms-transition:
    margin 0.5s ease-in-out 0.05s,
    transform 0.6s ease-in-out 0s,
    opacity 0.2s ease-in-out 0.2s,
    visibility 0s 0s;
  transition:
    margin 0.5s ease-in-out 0.05s,
    transform 0.6s ease-in-out 0s,
    opacity 0.2s ease-in-out 0.2s,
    visibility 0s 0s;
}


.link--active .mobile-menu__links li {
  margin-bottom: 0.5em;
}




.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-child(0) {

}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(2) {
  -ms-transform: rotate(-2.5deg) translateX(-2px);
  -webkit-transform: rotate(-2.5deg) translateX(-2px);
  transform: rotate(-2.5deg) translateX(-2px);
}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(3) {
  -ms-transform: rotate(-4deg) translateX(-7px);
  -webkit-transform: rotate(-4deg) translateX(-7px);
  transform: rotate(-4deg) translateX(-7px);
}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(4) {
  -ms-transform: rotate(-7deg) translateX(-15px);
  -webkit-transform: rotate(-7deg) translateX(-15px);
  transform: rotate(-7deg) translateX(-15px);
}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(5) {
  -ms-transform: rotate(-10deg) translateX(-19px);
  -webkit-transform: rotate(-10deg) translateX(-19px);
  transform: rotate(-10deg) translateX(-19px);
}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(6) {
  -ms-transform: rotate(-12.5deg) translateX(-25px);
  -webkit-transform: rotate(-12.5deg) translateX(-25px);
  transform: rotate(-12.5deg) translateX(-25px);
}
.link--active .icon-stack:not(.icon-stack--rhs) .icon:nth-last-child(7) {
  -ms-transform: rotate(-15deg) translateX(-30px);
  -webkit-transform: rotate(-15deg) translateX(-30px);
  transform: rotate(-15deg) translateX(-30px);
}

.icon-stack .icon span {
  text-align: left;
  font-weight: 400;
  left: 100%;
  margin-left: 0.6em;
  width: auto;
  white-space: nowrap;
  display: inline-block;
  border-radius: 1em;
  color: #FFFFFF;
  vertical-align: baseline;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  line-height: 1.1;
  padding: 0.45em 0.75em;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.86em;
  top: 50%;
  transform: translateY(-50%);
}
.icon-stack.icon-stack--rhs .icon span {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 0.6em;
}


.icon-stack .icon span i {
  margin-left: 0.5em;
  font-size: 90%;
}

.nav__close{
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 2.7em;
  font-size: 0.9em;
}

.menu-fixed-txt {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em 1.7rem;
}


.menu-fade-in {
  opacity: 0 !important;
  -webkit-transition:
    opacity 0.1s ease-in-out 0s;
  -moz-transition:
    opacity 0.1s ease-in-out 0s;
  -ms-transition:
    opacity 0.1s ease-in-out 0s;
  transition:
    opacity 0.1s ease-in-out 0s;
}
.mobile-menu--visible .mobile-menu__target.active .menu-fade-in {
  opacity: 1 !important;
  -webkit-transition:
    opacity 0.4s ease-in-out 0.3s;
  -moz-transition:
    opacity 0.4s ease-in-out 0.3s;
  -ms-transition:
    opacity 0.4s ease-in-out 0.3s;
  transition:
    opacity 0.4s ease-in-out 0.3s;
}

@media screen and (min-width: 370px) {
  br.under-385px {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .top-nav + .jumbo {
    padding-top: 4.2em;
  }
  .top-nav + form > .jumbo {
    padding-top: 4.2em;
  }
}

@media screen and (min-height: 900px) {
  .mobile-menu__content h2 {
    font-size: 2em;
    max-width: 318px;
  }
  .icon-stack {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 620px) {
.top-nav__links ul.top-nav__links--mobile {
  padding: 0.5em 0;
  }
}

@media screen and (max-width: 370px) {
  .icon-stack--rhs {
    font-size: 1.2em;
  }
  .icon-stack--rhs .icon span {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}


.top-nav__links--desktop .icon {
  font-size: 0.75em;
      margin-right: 0.75em;
      vertical-align: middle;
}


.top-nav__links .tooltiptext {
  z-index: 3;
  margin-top: 1.5em;
}
.top-nav__links .tooltiptext:before {
  content: '';
  width: 100%;
  height: 1.5em;
  top: -1.5em;
  left: 0;
  display: block;
  position: absolute;
}

.top-nav__links .tooltiptext a {
  padding: 1em;
  display: block;
}
.top-nav__links .tooltiptext a:after {
  opacity: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 27%;
  right: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
}

.top-nav__links .tooltiptext a:hover:after {
opacity: 1;
right: 5px;
}

.top-nav__links .tooltiptext a:before {
display: none;
}


.top-nav__content.bg-dark-gray-dk {
  background-color: #1f242b;
}

/* .top-nav__links--mobile .mobile-menu__toggle.link--active a:after {
  content: '\f077';
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
} */

.top-nav__links--mobile .mobile-menu__toggle a:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 5em 5em 0 0;
  height: 120%;
  top: 43px;
  left: 50%;
  background-color: rgba(65,145,235,0.3);
  width: 0em;
  transform: translate(-50%,100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.3, 1);
  box-shadow: 0 0 60px 25px rgba(65,145,235,0.3)
}


.top-nav__links--mobile .mobile-menu__toggle.link--active a:after {
  transform: translate(-50%,0);
  opacity: 1;
}
