/* fonts */
/* colors */
html.no-scroll {
  overflow: hidden !important;
}

/* header */
header .grid {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 1rem;
}
header .grid .brand {
  margin: 0;
  margin-right: auto;
}
header .grid .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .grid .nav li {
  margin: 0;
}
header .grid .nav li a {
  font-size: 0.8125em;
  color: #e4e7eb;
}
header .grid .nav li a:hover {
  color: #83838f;
  text-decoration: none;
}

/* footer */
footer #footer-wrapper {
  padding: 1.75em 0;
}
@media (min-width: 768px) {
  footer #footer-wrapper {
    padding: 3.75em 0 1.75em;
  }
}
footer .footer-ex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer .footer-ex {
    flex-direction: row;
  }
}
footer .footer-ex .footer-language {
  width: 185px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  footer .footer-ex .footer-language {
    margin-right: auto;
    margin-bottom: 0;
  }
}
footer .footer-ex .footer-language .footer-language-selectors {
  width: auto;
}
footer .footer-ex .footer-language .footer-language-selectors .dropdown-hover-toggle {
  width: auto;
}
footer .footer-ex .footer-language .dropdown-hover-toggle {
  padding: 8px 12px 7px;
}
footer .footer-ex .footer-language .dropdown-hover-toggle:hover {
  background-color: #504d56;
}
footer .footer-ex .footer-language .icon-flag {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
  width: 20px;
  height: 14px;
}
footer .footer-ex .footer-social .footer-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}
footer .footer-ex .footer-social .footer-contact p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  white-space: nowrap;
  margin: 0 !important;
}
footer .footer-ex .footer-social .footer-contact p a {
  display: block !important;
  top: 0;
}
footer .footer-ex .footer-social .footer-social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
}
footer .footer-ex .footer-social .footer-social-links a {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin-left: 0.125em;
  text-align: center;
  background-color: #3c3c42;
  color: #fff;
  line-height: 36px !important;
}
footer .footer-ex a.footer-social-twitter:hover, footer .footer-ex a.footer-social-twitter:active, footer .footer-ex a.footer-social-twitter:focus, footer .footer-ex a.footer-social-twitter.active {
  background-color: #08a0e9;
}
footer .footer-ex a.footer-social-facebook:hover, footer .footer-ex a.footer-social-facebook:active, footer .footer-ex a.footer-social-facebook:focus, footer .footer-ex a.footer-social-facebook.active {
  background-color: #1877F2;
}
footer .footer-ex a.footer-social-linkedin:hover, footer .footer-ex a.footer-social-linkedin:active, footer .footer-ex a.footer-social-linkedin:focus, footer .footer-ex a.footer-social-linkedin.active {
  background-color: #0077B5;
}
footer .footer-ex a.footer-social-youtube:hover, footer .footer-ex a.footer-social-youtube:active, footer .footer-ex a.footer-social-youtube:focus, footer .footer-ex a.footer-social-youtube.active {
  background-color: #E62117;
}
footer .footer-ex .nav-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-ex .nav-footer li {
  margin: 0.5rem;
}
footer .footer-ex .nav-footer li a {
  font-size: 0.8125em;
}

/* navbar */
.navbar {
  background-color: #e8edf3;
}
.navbar .grid {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
}
@media (min-width: 768px) {
  .navbar .grid {
    height: 64px;
  }
}
.navbar .grid .brand {
  margin: 0;
  margin-right: auto;
}
.navbar .grid .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar .grid .nav li {
  line-height: 1;
  margin: 0.5rem;
}
@media (max-width: 768px) {
  .navbar .grid .nav li.hide-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .grid .nav li {
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar .grid .nav li {
    margin: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar .grid .nav li {
    margin: 2.5rem;
  }
}
.navbar .grid .nav li a {
  display: flex;
  padding: 0.5rem;
  font-size: 0.7125em;
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2f353d;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar .grid .nav li a {
    font-size: 0.8125em;
  }
}
.navbar .grid .nav li a:hover {
  color: #83838f;
  text-decoration: none;
}

/* buttons */
.btn {
  font-size: 15px;
  margin-top: 1rem;
  padding: 15px 20px;
}
.btn.btn-orange {
  background-color: #F25529;
}
.btn.btn-orange:hover {
  background-color: #D94C25;
}
.btn.btn-orange:active {
  background-color: #D94C25;
}
.btn.btn-orange:focus {
  outline: none;
  background-color: #D94C25;
}
.btn.btn-medium {
  font-size: 14px;
  min-width: 150px !important;
  padding: 12px 15px;
}
.btn.btn-small {
  font-size: 12px;
  min-width: 150px !important;
  padding: 12px 15px;
}

/* sections */
.section {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 3rem 0;
  }
}
.section + .section {
  padding-top: 0;
}
.section .section-title {
  text-align: center;
}
.section ul {
  list-style-type: disc;
}
.section ul.p2 > li {
  margin-bottom: 0.5rem;
}
.section ul.p2 > ul {
  margin-bottom: 0.5rem;
}
.section b {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*# sourceMappingURL=landing.css.map */
