/* ==========================================================================
   Variables
========================================================================== */
/* Infinite rotate */
@keyframes infinite-rotate {
  to {
    transform: rotate(360deg); } }

.footer {
  margin-top: auto;
  width: 100%;
  padding: 16px 0; }
.footer__cta {
  padding: 24px 0;
  background-color: #ebf3fc;
  text-align: center; }
@media screen and (min-width: 768px) {
  .footer__cta {
    padding: 40px 0; } }
@media screen and (min-width: 1024px) {
  .footer__cta {
    text-align: left; } }
.footer__buttons {
  text-align: center;
  margin-bottom: -15px; }
@media screen and (min-width: 1024px) {
  .footer__buttons {
    text-align: left;
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .footer__button.ui.button {
    margin-right: 0;
    margin-left: 0; } }
.footer__social {
  display: flex;
  justify-content: center; }
@media screen and (min-width: 1024px) {
  .footer__social {
    justify-content: flex-end; } }
@media screen and (max-width: 767px) {
  .footer__social {
    padding-top: 20px; } } /* FIx mobile icon spacing*/
.footer__logo {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  width: 12px;
  top: 2px; }
.footer__copyright {
  order: 1;
  font-size: 14px;
  line-height: 22px; }
@media screen and (min-width: 1024px) {
  .footer__copyright {
    padding-bottom: 1rem; } }
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 2px; } }
.footer__language {
  order: 2;
  align-self: flex-end;
  margin-left: auto;
  margin-top: -5px; }
@media screen and (min-width: 1024px) {
  .footer__language {
    margin-top: 5px; } }
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px; }
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 8px; } }
@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center; } }
.footer__links {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  width: calc(100% + 30px); /* WF178796 Megan D: Changing from 60 to 30 because it was causing overflow issues */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  order: 3;
  margin: 20px -30px 0;
  padding: 16px 16px 0; }
@media screen and (min-width: 1024px) {
  .footer__links {
    margin: 0;
    display: flex; } }
.footer__links li {
  margin: 0 0 3px;
  border-right: 1px solid #eeeeee;
  padding: 0 10px;
  line-height: 14px;
  margin: 0; }
.footer__links li:last-of-type {
  border: none; }
.footer__links a {
  color: #354657;
  text-decoration: none; }
.footer__links a:hover, .footer__links a:active, .footer__links a:focus {
  color: #9d57b2; }
@media screen and (min-width: 1024px) {
  .footer__links {
    margin: 0;
    padding: 0;
    order: 2;
    width: auto;
    margin-left: auto; } }
.footer__links li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  border-right: 1px solid #eeeeee;
  padding: 0 16px; }
@media screen and (min-width: 1024px) {
  .footer__links li {
    margin-bottom: -4px; } }
.footer__link {
  transition: none;
  font-size: 14px; }
.footer__link:hover, .footer__link:focus, .footer__link:active {
  border-bottom: 1px solid #bd8bca; }
.footer__language-dropdown.ui.icon.button {
  font-size: 14px;
  width: auto;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 !important;
  background-color: transparent; }
.footer__language-dropdown.ui.dropdown .menu {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }
.footer__language-dropdown.ui.dropdown .menu:after {
  display: none; }
.footer[dir="rtl"] .footer__logo,
[dir="rtl"] .footer .footer__logo {
  margin: 0 0 0 10px; }
@media screen and (min-width: 1024px) {
  .footer[dir="rtl"] .footer__buttons,
  [dir="rtl"] .footer .footer__buttons {
    text-align: right; } }
.footer[dir="rtl"] .footer__links,
.footer[dir="rtl"] .footer__language,
[dir="rtl"] .footer .footer__links,
[dir="rtl"] .footer .footer__language {
  margin-right: auto;
  margin-left: 0; }
.footer[dir="rtl"] .footer__links li,
[dir="rtl"] .footer .footer__links li {
  border-left: 1px solid #eeeeee;
  border-right: 0; }
.footer[dir="rtl"] .footer__links li:last-of-type,
[dir="rtl"] .footer .footer__links li:last-of-type {
  border: 0; }
