.right-arrow {
  content: "\f054";
  font-family: Font Awesome\ 5 Pro, serif;
  font-weight: lighter;
  font-size: 1em;
  padding-left: 5px;
  right: 5px;
  opacity: 1;
}
.links-with-icons i {
  font-size: 3em;
  color: #2574bb;
  margin-bottom: 5px;
}
.links-with-icons a {
  text-transform: uppercase !important;
  font-weight: bold;
  line-height: 1.5625rem;
  border: none;
  display: inline-block;
  outline-offset: 3px;
  position: relative;
}
.links-with-icons a:after {
  position: absolute;
  content: "\f054";
  font-family: Font Awesome\ 5 Pro, serif;
  font-weight: lighter;
  font-size: 1em;
  padding-left: 5px;
  right: 5px;
  opacity: 1;
}
.links-with-icons a.inline-link {
  text-transform: none !important;
  padding-right: 0;
}
.links-with-icons a.inline-link:after {
  display: none;
}
.displayFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer.container {
  font-size: 1rem;
  background-color: #0d4877;
  width: 100%;
  margin: 0;
  padding: 60px 0 40px;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer.container {
    padding: 40px 0 30px;
  }
}
.footer.container .org-footer {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  border: none;
}
.footer.container .org-footer h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  text-transform: none;
  color: white;
  margin: 0 0 10px;
}
.footer.container .org-footer a {
  padding: 5px;
  display: inline-block;
}
.footer.container .org-footer a:hover,
.footer.container .org-footer a:focus {
  text-decoration: underline;
}
.footer.container .org-footer > div > .paragraph--type--layout-section {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .footer.container .org-footer > div > .paragraph--type--layout-section {
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:first-child {
  flex: 1.5;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:first-child ul.nav {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:first-child ul.nav {
    padding-bottom: 20px;
  }
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:first-child ul.nav li {
  margin-bottom: 2px;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:first-child ul.nav li a {
  background-color: transparent !important;
  color: #fff;
  border: none;
  display: inline-block;
  outline-offset: -4px;
  padding: 9px;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(2) {
  flex: 0.8;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(2) p {
  color: #02c3fe;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(2) p a {
  border: none;
  color: #02c3fe;
}
@media screen and (max-width: 767px) {
  .footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(2) {
    margin-top: 15px;
  }
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section {
  border-bottom: none;
  padding-bottom: 0;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section h2 {
  margin-left: 5px;
  margin-top: 6px;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us {
  background-color: transparent;
  position: relative;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us h2 {
  margin-top: 20px;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li {
  border: none;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li a {
  background-color: transparent;
  font-size: 0;
  padding: 5px;
  display: inline-block;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li a:hover,
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li a:focus {
  text-decoration: none;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li a i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2574bb;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
}
.footer.container .org-footer > div > .paragraph--type--layout-section > .paragraph__column > div:nth-child(3) .paragraph--type--layout-section .footer-follow-us li a .fa-facebook-f:before {
  content: "\f39e";
}
.footer.container .org-footer .paragraph--type--bp-tabs ul {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.footer.container .org-footer .paragraph--type--bp-tabs ul li a {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 2em;
  padding: 1px 0 0;
  margin-bottom: 5px;
  margin-right: 20px;
}
.footer.container .org-footer .paragraph--type--bp-tabs ul li a:hover,
.footer.container .org-footer .paragraph--type--bp-tabs ul li a:focus {
  text-decoration: underline;
}
.footer.container .org-footer .paragraph--type--bp-tabs ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -10px;
  width: 1px;
  border-right: 1px solid #fff;
}
.footer.container .org-footer .paragraph--type--bp-tabs ul li:last-child a:before {
  display: none;
}
.footer.container .org-footer .paragraph--type--bp-tabs ul li.active a {
  text-decoration: underline;
}
.footer.container .org-footer .paragraph--type--bp-tabs .tab-pane {
  color: #fff;
  font-size: 0.8125rem;
  margin-top: 20px;
}
.footer.container .org-footer .paragraph--type--bp-tabs .tab-pane a {
  color: #fff;
  border: 1px #fff;
}
.footer.container .org-footer > div:last-child {
  color: #fff;
  font-size: 0.8125rem;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer.container [alt='Download on Google Play'] {
  width: unset;
  height: 34px;
}
.footer.container [alt='Download on App Store'] {
  width: unset;
  height: 29px;
}
