table tbody tr td strong {
  font-size: 16px;
}
.asc,
.desc {
  background-size: 13px 13px;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-right: 17px;
}
.asc {
  background-image: url("/svgs/asc.svg");
}
.desc {
  background-image: url("/svgs/desc.svg");
}
.series-pager-header > .dropdown > .dropdown-toggle {
  padding-right: 20px;
  color: #000 !important;
}
.dropdown-toggle::after {
  border: none !important;
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("/svgs/Caret.svg");
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}
.series-pager-attr {
  font-size: 16px;
}
.series-meta .series-meta-rt-prd,
.series-meta .series-meta-obs-prd {
  color: #333;
}
[fed="sidebar"] {
  background-color: transparent;
}
@media (min-width: 992px) {
  [fed="sidebar"] {
    width: 25%;
  }
}
@media (max-width: 991px) {
  [fed="sidebar"] {
    width: 100%;
  }
}
[fed="sidebar"] h2 {
  font-size: 16px;
  margin-bottom: 17px;
}
[fed="sidebar"] form[fed="search__tags"] {
  font-size: 16px;
}
[fed="sidebar"] form[fed="search__tags"] [fed="container__tag_search"] {
  height: 40px;
  display: flex;
  align-items: center;
}
[fed="sidebar"] form[fed="search__tags"] [fed="container__tag_search"] input[fed="search__tag"]#tag-search.placeholder {
  opacity: 1;
  color: #173b5b !important;
}
[fed="sidebar"] form[fed="search__tags"] [fed="container__tag_search"] input[fed="search__tag"]#tag-search {
  height: 40px;
  padding: 0;
  background-color: #edf5fa;
  font-size: 16px;
  line-height: 22px;
  text-indent: 1em;
  border-radius: 8px;
}
[fed="sidebar"] form[fed="search__tags"] [fed="container__tag_search"] button#tag-search-button {
  background-color: transparent;
  background-image: url("/svgs/search_icon_header.svg");
  transform: translateX(-7px);
}
[fed="sidebar"] [fed="related_tags"] {
  margin-top: 7px;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups {
  content: normal;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups span.tag-group-item {
  width: 100%;
  height: 40px;
  position: relative;
  padding-left: 0;
  display: inline-flex;
  align-items: center;
  background-image: none;
  background-position-x: right;
  border-bottom: 1px solid #d1e1ec;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups span.tag-group-item::after {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("/svgs/Caret.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
[fed="sidebar"] [fed="related_tags"] #tag-groups span.tag-group-expand {
  content: normal;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups span.tag-group-collapse {
  border-bottom-width: 0;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups span.tag-group-collapse::after {
  transform: translateY(-50%) rotate(0.5turn);
}
[fed="sidebar"] [fed="related_tags"] #tag-groups ul.list-bullets {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0;
  padding-bottom: 7px;
  padding-left: 0;
  border-bottom: 1px solid #d1e1ec;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups ul.list-bullets li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups ul.list-bullets li a {
  color: #000;
}
[fed="sidebar"] [fed="related_tags"] #tag-groups ul.list-bullets li span {
  color: #000;
}
tr[fed="pager_header"] strong {
  color: #000;
  font-size: 16px;
}
.fed__pager_item__col_1 {
  color: #06c;
  font-size: 16px;
}
.fed__pager_item__col_dates {
  color: #333;
  font-size: 16px;
}
svg {
  shape-rendering: crispEdges;
}
body#alfred-site {
  font-family: 'Roboto Flex', serif;
  font-size: 16px;
  overflow-x: hidden;
}
body.fed__no_scroll {
  overflow: hidden;
}
:root {
  --header_top__height__mobile: 60px;
  --content__mobile: 100%;
  --content__xlarge: 1140px;
  --content__xxlarge: 1320px;
}
body.fed__no_scroll {
  overflow: hidden;
  position: fixed;
}
a,
a:visited,
a:hover {
  color: #06c;
}
[fed="container__breadcrumbs"] {
  width: 100vw;
  min-height: 42px;
  display: flex;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
}
[fed="container__breadcrumbs"] p[fed="breadcrumbs"] {
  height: auto;
  min-height: 42px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  font-size: 16px;
  line-height: 21px;
  background-color: #edf5fa;
  color: #06c;
  border-left: 1000px solid #edf5fa;
  border-right: 1000px solid #edf5fa;
  margin-left: -1000px;
  margin-right: -1000px;
}
@media (max-width: 991px) {
  [fed="container__breadcrumbs"] p[fed="breadcrumbs"] {
    display: none;
  }
}
[fed="container__breadcrumbs"] p[fed="breadcrumbs"] span {
  color: #06c;
}
[fed="container__breadcrumbs"] p[fed="breadcrumbs"] a {
  text-decoration: none;
}
[fed="container__breadcrumbs"] p[fed="breadcrumbs"] i {
  font-style: normal;
  color: #000;
}
[fed="container__page_title"] {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
}
[fed="page_title"] {
  margin-bottom: 17px;
  border-bottom: 3px solid #557b97;
}
[fed="page_title"] h1 {
  font-size: 24px;
  font-weight: 300;
}
[fed="page_title"] p[fed="subtitle"] {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 10px;
  color: #333;
}
.fed__max_width {
  width: 100%;
}
@media (max-width: 991px) {
  .fed__max_width {
    max-width: var(--content__mobile);
  }
}
@media (min-width: 992px) {
  .fed__max_width {
    max-width: var(--content__xlarge);
  }
  header[fed="top"] nav[fed="top_bar"]::after {
    width: calc(100% - 217px - 14px - 2em);
  }
}
@media (min-width: 1174px) {
  header[fed="top"] nav[fed="top_bar"]::after {
    width: calc(var(--content__xlarge) - 231px);
  }
}
@media (min-width: 1400px) {
  .fed__max_width {
    max-width: var(--content__xxlarge);
  }
  header[fed="top"] nav[fed="top_bar"]::after {
    width: calc(var(--content__xxlarge) - 231px);
  }
}
@media (min-width: 992px) {
  header[fed="top"].fed__top_bar {
    padding-top: 1em;
  }
}
header[fed="top"] {
  display: flex;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
  width: 100vw;
}
@media (max-width: 991px) {
  header[fed="top"] {
    height: 60px;
    background-color: #002241;
  }
}
header[fed="top"] nav[fed="top_bar"] {
  content: normal;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top_bar"] {
    display: none;
  }
}
header[fed="top"] nav[fed="top_bar"] a {
  content: normal;
}
header[fed="top"] nav[fed="top_bar"] a img {
  shape-rendering: crispEdges;
}
header[fed="top"] nav[fed="top_bar"]::after {
  content: '';
  position: absolute;
  height: 0.75em;
  margin-left: 14px;
  border-bottom: 1px solid #d1e1ec;
}
header[fed="top"] nav[fed="top_bar"] ~ nav[fed="top"] {
  padding-top: 0;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top_bar"] ~ nav[fed="top"] {
    height: 75px !important;
  }
}
header[fed="top"] nav[fed="top"] {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top"] {
    height: 60px;
  }
}
header[fed="top"] nav[fed="top"] [fed="header_top_container"] {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] [fed="header_top_container"] {
    border-bottom: 1px solid #d1e1ec;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__left"] {
  width: 50%;
  height: 100%;
}
header[fed="top"] nav[fed="top"] [fed="head__left"] a[fed="logo"] {
  display: inline-flex;
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] [fed="head__left"] a[fed="logo"] img[fed="logo"] {
    width: 291px;
    height: 100%;
    max-width: 291px;
  }
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top"] [fed="head__left"] a[fed="logo"] img[fed="logo"] {
    max-width: 225px;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__right"] {
  box-sizing: content-box;
  width: 50%;
  display: flex;
  justify-content: end;
  align-self: stretch;
  flex-direction: row-reverse;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] {
  position: relative;
  width: 100%;
  max-width: 333px;
  margin-bottom: 0;
  margin-right: 17px;
  align-self: center;
  background-color: #edf5fa;
  border-radius: 6px;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] button[fed="search__submit"] {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] {
  height: 100%;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] select[fed="search"] {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection {
  width: 100%;
  padding-bottom: 0;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  background-color: transparent;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection ul#select2-head-search-container {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search {
  width: 100%;
  max-width: 412px;
  height: 40px;
  display: flex;
  align-items: center;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field {
  height: 1em;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
  align-self: center;
  align-items: center;
  text-align: left;
  text-indent: 1em;
  font-size: 16px;
  font-weight: 600;
  color: #002241;
  line-height: 1em;
  transform: translateY(0.17em);
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field::placeholder {
  color: #173b5b;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] span.select2 span.selection span.dropdown-wrapper {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] form[fed="search"] div[fed="search"] input[fed="search"] {
  background-color: #edf5fa;
  color: #173b5b;
  font-size: 21px;
  font-weight: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="explore_our_apps"],
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="account"] {
  background: none;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="explore_our_apps"],
  header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="account"] {
    display: none;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="explore_our_apps"] {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] {
  width: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] {
    display: none;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] .signin-link-container {
  width: 25px;
  height: 25px;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] button {
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] button i {
  font-size: 25px;
  color: #002241;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] button i:hover {
  color: #06c;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="user_nav"] button.fed__active i {
  color: #06c;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="search"] {
  padding-left: 0;
  padding-right: 7px;
  color: #fff;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="search"] {
    display: none;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="search"] i {
  font-size: 25px;
  transform: translateY(2px);
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"][aria-expanded="true"] ~ button[fed="search"] > i {
  opacity: 0;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"] {
  padding-left: 7px;
  padding-right: 0;
  color: #fff;
  content: normal;
}
@media (min-width: 992px) {
  header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"] {
    display: none;
  }
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"] i {
  font-size: 25px;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"]:not([aria-expanded="true"]) i[fed="menu__closed"] {
  display: block;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] button[fed="hamburger"][aria-expanded="true"] i {
  opacity: 0;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="signin_wrap"] {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="head__right"] [fed="signin_wrap"] [fed="user_nav"] {
  content: normal;
}
header[fed="top"] nav[fed="top"] [fed="container__mobile__search"] {
  height: 0;
  overflow: hidden;
}
header[fed="top"] nav[fed="top"] [fed="container__mobile__search"].fed__active {
  height: 60px;
}
header[fed="top"] nav[fed="explore_our_apps"]::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 30px;
  width: 18px;
  height: 18px;
  border-left: 1px solid #d1e1ec;
  border-top: 1px solid #d1e1ec;
  background-color: #fff;
  transform: rotate(45deg);
}
header[fed="top"] nav[fed="explore_our_apps"] {
  z-index: 1;
  position: absolute;
  top: 80px;
  right: 55px;
  width: 342px;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 27px;
  padding-right: 25px;
  background-color: #fff;
  border: 1px solid #d1e1ec;
  border-radius: 7px;
  box-shadow: 2px 2px 7px 2px #d1e1ec;
}
@media (max-width: 991px) {
  header[fed="top"] nav[fed="explore_our_apps"] {
    display: none;
  }
}
header[fed="top"] nav[fed="explore_our_apps"] h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: capitalize;
}
header[fed="top"] nav[fed="explore_our_apps"] hr {
  content: normal;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] {
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li {
  list-style-type: none;
  margin-bottom: 25px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li a {
  display: flex;
  padding: 4px;
  border-radius: 4px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li a:hover {
  background-color: #edf5fa;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div {
  content: normal;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div img {
  width: 50px;
  height: 50px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div span:first-child {
  color: #06c;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div span {
  display: block;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div span:last-child {
  font-size: 14px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li div:last-child {
  margin-left: 17px;
}
header[fed="top"] nav[fed="explore_our_apps"] menu[fed="explore_our_apps"] li:last-child {
  margin-bottom: 0;
}
header[fed="top"] nav[fed="explore_our_apps"]:not(.fed__active) {
  display: none;
}
nav[fed="research"] {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  nav[fed="research"] {
    display: none;
  }
}
nav[fed="research"] [fed="nav__research__inner"] {
  content: normal;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] {
  justify-content: end;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li {
  margin-right: 1em;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li a {
  text-transform: uppercase;
  color: #002241;
  font-size: 16px;
  font-weight: bold;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] {
  content: normal;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"] {
  content: normal;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"] span {
  content: normal;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"] i {
  content: normal;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"].fed__active {
  color: #06c;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"].fed__active span {
  color: #06c;
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="about"] a[fed="about"].fed__active i {
  transform: rotate(180deg);
}
nav[fed="research"] [fed="nav__research__inner"] ul[fed="main_nav"] li[fed="frb_stl_home"] {
  display: none;
}
nav[fed="research"] nav[fed="about"] {
  content: normal;
}
nav[fed="research"] nav[fed="about"]:not(.fed__active) {
  display: none;
}
nav[fed="research"] menu[fed="about"]::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 30px;
  width: 18px;
  height: 18px;
  border-left: 1px solid #d1e1ec;
  border-top: 1px solid #d1e1ec;
  background-color: #fff;
  transform: rotate(45deg);
}
nav[fed="research"] menu[fed="about"] {
  z-index: 1;
  position: absolute;
  top: 140px;
  right: 42px;
  width: 160px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 22px;
  padding-right: 17px;
  background-color: #fff;
  border: 1px solid #d1e1ec;
  border-radius: 7px;
  box-shadow: 2px 2px 7px 2px #d1e1ec;
}
@media (max-width: 991px) {
  nav[fed="research"] menu[fed="about"] {
    display: none;
  }
}
nav[fed="research"] menu[fed="about"] li {
  margin-bottom: 7px;
  list-style-type: none;
}
nav[fed="research"] menu[fed="about"] li a {
  color: #06c;
  font-size: 16px;
  white-space: nowrap;
}
nav[fed="research"] menu[fed="about"] li:last-child {
  margin-bottom: 0;
}
nav[fed="mobile__search"]:not(.fed__active) {
  display: none;
}
nav[fed="mobile__search"] {
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #002241;
}
nav[fed="mobile__search"] form[fed="search"] {
  position: relative;
  width: 100%;
  height: 43px;
  margin-bottom: 0;
  margin-right: 17px;
  align-self: center;
  background-color: #fff;
  border-radius: 6px;
}
nav[fed="mobile__search"] form[fed="search"] button[fed="search__submit"] {
  content: normal;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] {
  height: 100%;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] select[fed="search"] {
  content: normal;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection {
  width: 100%;
  padding-bottom: 0;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  background-color: transparent;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection ul#select2-head-search-container {
  content: normal;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field {
  height: 1em;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
  align-self: center;
  align-items: center;
  text-align: left;
  text-indent: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: #002241;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field::placeholder {
  color: #173b5b;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.dropdown-wrapper {
  content: normal;
}
nav[fed="mobile__search"] form[fed="search"] div[fed="search"] input[fed="search"] {
  background-color: #edf5fa;
  color: #173b5b;
  font-size: 21px;
  font-weight: normal;
}
dialog[fed="mobile"]::backdrop {
  background-color: transparent;
}
dialog[fed="mobile"] {
  box-sizing: border-box;
  position: fixed;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
  overflow: hidden;
}
dialog[fed="mobile"] [fed="dialog__mobile__content"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
dialog[fed="mobile"] button[fed="dialog__mobile__search"] {
  position: fixed;
  top: 11px;
  right: 43px;
}
dialog[fed="mobile"] button[fed="dialog__mobile__search"] i {
  color: #fff;
  font-size: 25px;
}
dialog[fed="mobile"] button[fed="dialog__mobile__close"] {
  padding-right: 0;
  position: fixed;
  top: 11px;
  right: 18px;
}
dialog[fed="mobile"] button[fed="dialog__mobile__close"] i {
  color: #fff;
}
dialog[fed="mobile"] button[fed="dialog__mobile__close"] i.fa-bars {
  font-size: 25px;
}
dialog[fed="mobile"] button[fed="dialog__mobile__close"] i.fa-times {
  font-size: 30px;
  transform: translate(0, -2px);
}
dialog[fed="mobile"] [fed="mobile__spacer"] {
  height: var(--header_top__height__mobile);
}
dialog[fed="mobile"] nav[fed="mobile"] {
  height: calc(100vh - var(--header_top__height__mobile));
  padding-top: 10px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] {
  padding-left: 0;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li:first-child {
  padding-top: 0;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  border-bottom: 1px solid #d1e1ec;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li a {
  text-transform: capitalize;
  color: #06c;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.75em;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li a span {
  font-weight: bold;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li a i {
  float: right;
  margin-top: 0.5em;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li a i:not(.fed__active) {
  transform: rotate(0deg);
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li a i.fed__active {
  transform: rotate(180deg);
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] > li:last-child {
  border-bottom-width: 0;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] li a[href*="void"] span {
  color: #002241;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] menu {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
}
dialog[fed="mobile"] nav[fed="mobile"] ul[fed="mobile"] menu:not(.fed__active) {
  display: none;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li {
  list-style-type: none;
  margin-bottom: 25px;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li a {
  display: flex;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div img {
  width: 50px;
  height: 50px;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div span {
  display: block;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div span:first-child {
  color: #06c;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div span:last-child {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25em;
  text-transform: initial;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li div:last-child {
  margin-left: 17px;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="explore_our_apps"] li:last-child {
  margin-bottom: 0;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="about"] {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="about"] li {
  margin-bottom: 7px;
  list-style-type: none;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="about"] li a {
  color: #06c;
  font-size: 16px;
  white-space: nowrap;
}
dialog[fed="mobile"] nav[fed="mobile"] menu[fed__handle="about"] li:last-child {
  margin-bottom: 0;
}
dialog[fed="mobile"] nav[fed="mobile__search"] {
  height: calc(100vh - var(--header_top__height__mobile));
  padding-top: 10px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #002241;
  overflow-x: hidden;
  overflow-y: scroll;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] {
  position: relative;
  width: 100%;
  height: 43px;
  margin-bottom: 0;
  margin-right: 17px;
  align-self: center;
  background-color: #fff;
  border-radius: 6px;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] button[fed="search__submit"] {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] {
  height: 100%;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] select[fed="search"] {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection {
  width: 100%;
  padding-bottom: 0;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  background-color: transparent;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection ul#select2-head-search-container {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field {
  height: 1em;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
  align-self: center;
  align-items: center;
  text-align: left;
  text-indent: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  color: #002241;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.select2-selection span.select2-search textarea.select2-search__field::placeholder {
  color: #173b5b;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] span.select2 span.selection span.dropdown-wrapper {
  content: normal;
}
dialog[fed="mobile"] nav[fed="mobile__search"] form[fed="search"] div[fed="search"] input[fed="search"] {
  background-color: #edf5fa;
  color: #173b5b;
  font-size: 21px;
  font-weight: normal;
}
dialog[fed="mobile"] nav[fed="mobile"]:not(.fed__active) {
  display: none;
}
dialog[fed="mobile"] nav[fed="mobile__search"]:not(.fed__active) {
  display: none;
}
[fed="container"] {
  content: normal;
}
@media (max-width: 991px) {
  main[fed="content_container"] .fed__max_width {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  main[fed="content_container"] .fed__max_width .content-2columns-main {
    width: 100%;
  }
}
@media (min-width: 992px) {
  main[fed="content_container"] .fed__max_width .content-2columns-main {
    width: 75%;
    padding-left: 3em;
  }
}
@media (min-width: 1400px) {
  main[fed="content_container"] .fed__max_width .content-2columns-main {
    padding-left: 4em;
  }
}
main[fed="content_container"] {
  display: flex;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
}
main[fed="content_container"] .fed__max_width {
  content: normal;
  display: flex;
  flex-wrap: wrap;
}
footer[fed="footer"] {
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 55px;
  display: flex;
  justify-content: center;
  background-color: #002241;
  font-family: Roboto;
  font-size: 16px;
}
@media (min-width: 992px) {
  footer[fed="footer"] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
footer[fed="footer"] .fed__max_width {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
footer[fed="footer"] h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
footer[fed="footer"] form[fed="newsletter"] input::placeholder {
  color: #535353;
}
footer[fed="footer"] form[fed="newsletter"] input[fed="email"] {
  font-size: 18px;
  max-width: 453px;
  height: 44px;
}
footer[fed="footer"] form[fed="newsletter"] button {
  width: 116px;
  height: 44px;
  background-color: #edf5fa;
  color: #06c;
  font-size: 18px;
  font-weight: normal;
}
footer[fed="footer"] [fed="social_icons"] {
  display: flex;
  text-align: center;
  --footer__icon__size: 30px;
}
footer[fed="footer"] [fed="social_icons"] span[fed^="icon__"] {
  margin-left: 22px;
}
footer[fed="footer"] [fed="social_icons"] span[fed^="icon__"]:first-child {
  margin-left: 0;
}
footer[fed="footer"] [fed="social_icons"] img[fed^="icon__"] {
  width: var(--footer__icon__size);
  height: var(--footer__icon__size);
  fill: #fff;
}
@media (max-width: 991px) {
  footer[fed="footer"] [fed="footer__col__left"] {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer[fed="footer"] [fed="footer__col__left"] {
    padding-left: 0;
  }
}
footer[fed="footer"] [fed="footer__col__left"] [fed="newsletter"] {
  margin-bottom: 45px;
}
footer[fed="footer"] [fed="footer__col__left"] [fed="social"] {
  content: normal;
}
@media (max-width: 991px) {
  footer[fed="footer"] [fed="footer__col__right"] {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer[fed="footer"] [fed="footer__col__right"] {
    padding-left: 55px;
    padding-right: 0;
  }
}
footer[fed="footer"] [fed="footer__col__right"] hr {
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  footer[fed="footer"] [fed="footer__col__right"] hr {
    width: 191px;
  }
}
@media (min-width: 992px) {
  footer[fed="footer"] [fed="footer__col__right"] hr {
    width: 230px;
  }
}
footer[fed="footer"] [fed="footer__col__right"] a {
  color: #fff;
}
a[fed="back_to_top"] {
  z-index: 2;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06c;
  color: #fff;
}
@media (min-width: 992px) {
  a[fed="back_to_top"] {
    display: none;
  }
}
a[fed="back_to_top"] i {
  content: normal;
}

button[fed="search__submit"] {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}