.card-header[data-style="29"] .container ul {
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.card-header[data-style="29"] .container.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .container.nav {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
  }
}
.card-header[data-style="29"] .width-limited {
  display: block;
  margin: 0 auto;
  width: 1710px;
  max-width: calc(100% - 150px);
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .width-limited {
    width: 100%;
    max-width: calc(100% - 50px);
  }
}
.card-header[data-style="29"] .logo-box {
  position: relative;
  max-width: calc((100% + 90px) * 0.157);
  width: calc(100% + 90px);
}

.card-header[data-style="29"] .logo-box img {
  max-width: 128px;
}
.card-header[data-style="29"] .logo-box img.shrink {
  display: none;
}

.card-header[data-style="29"] .logo-box:after {
  content: "";
  position: absolute;
  top: -40%;
  left: -45%;
  width: 200%;
  height: 200%;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  border-radius: 108px 0 300px 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .logo-box:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .logo-box {
    max-width: 45%;
  }
}
.card-header[data-style="29"] .hamburger {
  position: relative;
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  z-index: 3;
}

.card-header[data-style="29"] .hamburger .hamburger-button:after {
  display: none;
}

.card-header[data-style="29"] .hamburger .hamburger-button {
  padding: 15px 36px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 4px #ffffff);
  filter: drop-shadow(0px 0px 4px #ffffff);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .hamburger .hamburger-button {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0px solid transparent;
    -webkit-filter: drop-shadow(0px 0px 2px #ffffff);
    filter: drop-shadow(0px 0px 2px #ffffff);
  }
}
.card-header[data-style="29"] .hamburger .hamburger-button span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  right: 0px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .hamburger .hamburger-button span {
    width: 30px;
    height: 2px;
  }
}
.card-header[data-style="29"] .hamburger .hamburger-button span:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .hamburger .hamburger-button span:after {
    top: 10px;
    width: 30px;
    height: 2px;
  }
}
.card-header[data-style="29"] .hamburger .hamburger-button span:before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .hamburger .hamburger-button span:before {
    bottom: 10px;
    width: 30px;
    height: 2px;
  }
}
.card-header[data-style="29"] .hamburger .hamburger-button.hamburger-button-award span {
  background: #E94F0B;
}

.card-header[data-style="29"] .hamburger .hamburger-button.show {
  padding-bottom: 0px;
  border-width: 0px;
  border-color: transparent;
}

.card-header[data-style="29"] .hamburger .hamburger-button.show span {
  width: 30px;
  background: transparent !important;
}

.card-header[data-style="29"] .hamburger .hamburger-button.show span:after {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
  width: 30px;
}

.card-header[data-style="29"] .hamburger .hamburger-button.show span:before {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg);
  width: 30px;
}

.card-header[data-style="29"] .hamburger .hamburger-button.show.hamburger-button-award span {
  background: #fff;
}

.card-header[data-style="29"] .popout-box {
  padding: 0px 30px;
  padding-top: 70px;
  display: none;
  position: absolute;
  right: 0%;
  top: -200%;
  width: 550px;
  height: calc(100vh - 29px);
  border: 2px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s ease 0s !important;
  transition: 0.1s ease 0s !important;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box {
    padding: 0px 20px;
    padding-top: 70px;
    top: -20px;
    right: -20px;
    height: 100vh;
    width: 55vw;
  }
}
.card-header[data-style="29"] .popout-box ul {
  margin: 40px 0px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box ul {
    margin: 20px;
  }
}
.card-header[data-style="29"] .popout-box ul li.item {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}

.card-header[data-style="29"] .popout-box ul li.item:last-child {
  margin-bottom: 0;
}

.card-header[data-style="29"] .popout-box ul li > a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box ul li > a {
    font-size: 1.6rem;
  }
}
.card-header[data-style="29"] .popout-box ul li > a:hover {
  text-shadow: 0px 0px 29px white, 0px 0px 7px white;
}

.card-header[data-style="29"] .popout-box ul.social-box {
  margin: 0 30px;
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box ul.social-box {
    padding: 20px 0px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.card-header[data-style="29"] .popout-box ul.social-box .divider-bold {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box ul.social-box .divider-bold {
    margin: 20px 0;
  }
}
.card-header[data-style="29"] .popout-box ul.social-box li:not(.divider-bold) {
  margin: 0;
  margin-right: 10px;
}

.card-header[data-style="29"] .popout-box ul.social-box li:not(.divider-bold):last-child {
  margin: 0;
}

.card-header[data-style="29"] .popout-box ul.social-box li:not(.divider-bold) a {
  font-size: 4rem;
}

@media only screen and (max-width: 1024px) {
  .card-header[data-style="29"] .popout-box ul.social-box li:not(.divider-bold) a {
    font-size: 2rem;
  }
}
.card-header[data-style="29"] .popout-box ul.social-box li:not(.divider-bold) a i.cc-facebook-l {
  font-weight: bold;
}