/* line 1, ckdstyle.scss */
#fnc-language-switcher {
  position: relative;
}

/* line 5, ckdstyle.scss */
.lang-switch {
  position: relative;
  z-index: 500;
  background: #FFFFFF;
}
/* line 10, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper {
  width: 100vw;
  position: absolute;
  right: -15px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}
/* line 19, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper > .container {
  padding: 0;
}
/* line 23, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__tab-content {
  border-top: #f3f6f8 1px solid;
  background: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  padding: 30px 30px 50px;
  z-index: 10;
}
/* line 32, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__tab-content #block-languageswitcher a.language-link {
  background-repeat: no-repeat;
  font-family: 'interstate-light', 'verdana', sans-serif;
  font-size: 16px;
  line-height: 16px;
}
/* line 39, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__tab-content #block-languageswitcher a.language-link:hover {
  text-decoration: underline;
}
/* line 44, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__tab-content #block-languageswitcher ul.links li {
  list-style: none;
}
/* line 50, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__close {
  display: flex;
  color: #d7e3ec;
  background: #f3f6f8;
  justify-content: center;
  height: 45px;
  align-items: center;
  margin-bottom: -10px;
  position: relative;
  z-index: 5;
}
/* line 61, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper .lang-switch__close:hover, .lang-switch .lang-switch__tabs-wrapper .lang-switch__close:visited, .lang-switch .lang-switch__tabs-wrapper .lang-switch__close:active {
  text-decoration: none;
  color: #0063BE;
}
/* line 68, ckdstyle.scss */
.lang-switch .lang-switch__tabs-wrapper__active {
  opacity: 1;
  visibility: visible;
}

/* line 75, ckdstyle.scss */
.lang-switch-btn {
  padding: 8px 15px;
  font-weight: 700;
  transition: box-shadow 0.3s ease-in-out;
  font-family: 'interstate-light', serif;
}

/* line 82, ckdstyle.scss */
.lang-switch-btn:hover, .lang-switch-btn--is-active {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0px -1px 16px 0px rgba(0, 99, 190, 0.05), 0 1px 16px 0px rgba(0, 99, 190, 0.05), 1px 0 16px 0px rgba(0, 99, 190, 0.05);
}

/* line 90, ckdstyle.scss */
.no-click {
  pointer-events: none;
  color: rgba(0, 99, 190, 0.35);
  cursor: not-allowed;
}
/* line 95, ckdstyle.scss */
.no-click:hover {
  cursor: not-allowed;
}

/* line 100, ckdstyle.scss */
body .country-nav {
  z-index: 500;
}

/* line 104, ckdstyle.scss */
.country-nav-button {
  margin-right: 6px;
}

/* line 108, ckdstyle.scss */
.c-title {
  font-family: 'interstate-light', serif;
  color: #0063be;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 117, ckdstyle.scss */
.c-title + ul.links {
  padding-left: 20px;
}

@media (max-width: 769px) {
  /* line 122, ckdstyle.scss */
  .main-nav__desktop--out-of-vp {
    width: 0;
    height: 0;
    visibility: hidden;
    position: initial;
  }
}
@media (min-width: 768px) {
  /* line 131, ckdstyle.scss */
  .lang-switch .lang-switch__tabs-wrapper {
    width: auto;
  }
}
