.c-menu{
  display:inline-block;
  position:absolute;
  margin:0;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  border:1px solid #eee;
  border-radius:4px;
  -webkit-box-shadow:0 20px 30px 0 rgba(36,83,107,.15);
          box-shadow:0 20px 30px 0 rgba(36,83,107,.15);
  background-color:#fff;
  cursor:default;
  padding:8px 0;
  min-width:180px;
  text-align:left;
  font-size:14px;
  font-weight:400;
}
.c-menu.is-open{
  -webkit-animation:.2s cubic-bezier(.15,.85,.35,1.2);
          animation:.2s cubic-bezier(.15,.85,.35,1.2);
}
.c-menu.is-open:after,.c-menu.is-open:before{
  -webkit-animation:.3s ease-in-out;
          animation:.3s ease-in-out;
}
.c-menu--down.is-open{
  -webkit-animation-name:zd-menu--down-open;
          animation-name:zd-menu--down-open;
}
.c-menu--down.is-open:after,.c-menu--down.is-open:before{
  -webkit-animation-name:zd-menu--down-open-arrow;
          animation-name:zd-menu--down-open-arrow;
}
.c-menu--left.is-open{
  -webkit-animation-name:zd-menu--left-open;
          animation-name:zd-menu--left-open;
}
.c-menu--left.is-open:after,.c-menu--left.is-open:before{
  -webkit-animation-name:zd-menu--left-open-arrow;
          animation-name:zd-menu--left-open-arrow;
}
.c-menu--right.is-open{
  -webkit-animation-name:zd-menu--right-open;
          animation-name:zd-menu--right-open;
}
.c-menu--right.is-open:after,.c-menu--right.is-open:before{
  -webkit-animation-name:zd-menu--right-open-arrow;
          animation-name:zd-menu--right-open-arrow;
}
.c-menu--up.is-open{
  -webkit-animation-name:zd-menu--up-open;
          animation-name:zd-menu--up-open;
}
.c-menu--up.is-open:after,.c-menu--up.is-open:before{
  -webkit-animation-name:zd-menu--up-open-arrow;
          animation-name:zd-menu--up-open-arrow;
}
.c-menu.is-rtl{
  direction:rtl;
  text-align:right;
}
.c-menu__item{
  display:block;
  position:relative;
  -webkit-transition:-webkit-box-shadow .1s ease-in-out;
  transition:-webkit-box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
  z-index:0;
  cursor:pointer;
  padding:10px 24px;
  line-height:1.42857;
  word-wrap:break-word;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.c-menu__item:before{
  position:absolute;
  top:0;
  left:0;
  -webkit-transition:opacity .1s ease-in-out;
  transition:opacity .1s ease-in-out;
  opacity:0;
  background:no-repeat 60%/10px url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2330AABC'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7.92L5.08 12 13 1.92'/%3E%3C/svg%3E");
  width:24px;
  height:40px;
  content:"";
}
.c-menu--sm .c-menu__item{
  padding:6px 20px;
}
.c-menu--sm .c-menu__item:before{
  background-size:9px;
  width:20px;
  height:32px;
}
.c-menu__item:not(.c-menu__item--add){
  color:#555;
}
.c-menu__item.c-menu__item--add{
  color:#30aabc;
}
.c-menu__item.c-menu__item--header{
  cursor:default;
  padding-top:12px;
  padding-bottom:12px;
  text-transform:uppercase;
  line-height:1.33333;
  font-size:12px;
}
.c-menu__item.c-menu__item--header,.c-menu__item.c-menu__item--previous{
  font-weight:600;
}
.c-menu__item .c-menu__item--header__icon{
  position:absolute;
  top:13px;
  left:5px;
  width:14px;
  height:14px;
}
.c-menu--sm .c-menu__item.c-menu__item--header{
  padding-top:8px;
  padding-bottom:8px;
}
.c-menu--sm .c-menu__item .c-menu__item--header__icon{
  top:9px;
  left:3px;
}
.c-menu.is-rtl .c-menu__item--header__icon{
  right:5px;
  left:auto;
}
.c-menu--sm.is-rtl .c-menu__item--header__icon{
  right:3px;
  left:auto;
}
.c-menu__item.c-menu__item--previous{
  text-align:center;
}
.c-menu__item.c-menu__item--add:before,.c-menu__item.c-menu__item--next:before,.c-menu__item.c-menu__item--previous:before,.c-menu__item.is-checked:before,.c-menu__item[aria-checked=true]:before{
  opacity:1;
}
.c-menu__item.c-menu__item--add:before,.c-menu__item.c-menu__item--next:before,.c-menu__item.c-menu__item--previous:before{
  background-position:50%;
  background-size:14px;
}
.c-menu__item.c-menu__item--add:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2330AABC'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='M7 11V3M3 7h8'/%3E%3C/svg%3E");
}
.c-menu__item.c-menu__item--next:before{
  right:0;
  left:auto;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2330AABC'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 11l4-4-4-4'/%3E%3C/svg%3E");
}
.c-menu__item.c-menu__item--previous:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2330AABC'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 11L5 7l4-4'/%3E%3C/svg%3E");
}
.c-menu.is-rtl .c-menu__item:before{
  right:0;
  left:auto;
  background-position:40%;
}
.c-menu.is-rtl .c-menu__item.c-menu__item--add:before,.c-menu.is-rtl .c-menu__item.c-menu__item--next:before,.c-menu.is-rtl .c-menu__item.c-menu__item--previous:before{
  background-position:50%;
}
.c-menu.is-rtl .c-menu__item.c-menu__item--next:before{
  right:auto;
  left:0;
}
.c-menu.is-rtl .c-menu__item.c-menu__item--next:before,.c-menu.is-rtl .c-menu__item.c-menu__item--previous:before{
  -webkit-transform:rotate(180deg);
          transform:rotate(180deg);
}
.c-menu__item__meta{
  display:block;
  line-height:1.33333;
  color:#999;
  font-size:12px;
}
.c-menu__item--media:before{
  height:54px;
}
.c-menu__item--media:after{
  display:table;
  clear:both;
  content:"";
}
.c-menu__item--media__figure{
  float:left;
  margin-top:1px;
  margin-right:8px;
  width:32px;
  height:32px;
}
.c-menu__item--media__body{
  display:block;
  overflow:hidden;
}
.c-menu--sm .c-menu__item--media:before{
  height:36px;
}
.c-menu--sm .c-menu__item--media__body{
  margin-top:2px;
}
.c-menu--sm .c-menu__item--media__body .c-menu__item__meta{
  display:none;
}
.c-menu--sm .c-menu__item--media__figure{
  margin-top:0;
  margin-right:4px;
  width:24px;
  height:24px;
}
.c-menu.is-rtl .c-menu__item--media__figure{
  float:right;
  margin-right:0;
  margin-left:8px;
}
.c-menu--sm.is-rtl .c-menu__item--media__figure{
  margin-left:4px;
}
.c-menu--dark{
  border-color:transparent;
  -webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,.15);
          box-shadow:0 20px 30px 0 rgba(0,0,0,.15);
  background-color:#03363d;
}
.c-menu--dark .c-menu__item:not(.c-menu__item--add){
  color:#819a9e;
}
.c-menu--dark .c-menu__item.is-focused,.c-menu--dark .c-menu__item.is-selected,.c-menu--dark .c-menu__item:not(.c-menu__item--header):focus,.c-menu--dark .c-menu__item:not(.c-menu__item--header):hover{
  background-color:#04444d;
}
.c-menu--dark.c-menu .c-menu__item.is-disabled.is-disabled,.c-menu--dark.c-menu .c-menu__item.is-disabled[aria-disabled=true],.c-menu--dark.c-menu .c-menu__item.is-disabled[disabled],.c-menu--dark.c-menu .c-menu__item[aria-disabled=true].is-disabled,.c-menu--dark.c-menu .c-menu__item[aria-disabled=true][aria-disabled=true],.c-menu--dark.c-menu .c-menu__item[aria-disabled=true][disabled],.c-menu--dark.c-menu .c-menu__item[disabled].is-disabled,.c-menu--dark.c-menu .c-menu__item[disabled][aria-disabled=true],.c-menu--dark.c-menu .c-menu__item[disabled][disabled]{
  color:#56777a;
}
.c-menu--dark.c-menu .c-menu__item.c-menu__item--add.is-disabled:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--add[aria-disabled=true]:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--add[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2356777A'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='M7 11V3M3 7h8'/%3E%3C/svg%3E");
}
.c-menu--dark.c-menu .c-menu__item.c-menu__item--next.is-disabled:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--next[aria-disabled=true]:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--next[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2356777A'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 11l4-4-4-4'/%3E%3C/svg%3E");
}
.c-menu--dark.c-menu .c-menu__item.c-menu__item--previous.is-disabled:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--previous[aria-disabled=true]:before,.c-menu--dark.c-menu .c-menu__item.c-menu__item--previous[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2356777A'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 11L5 7l4-4'/%3E%3C/svg%3E");
}
.c-menu--dark.c-menu .c-menu__item.is-checked.is-disabled:before,.c-menu--dark.c-menu .c-menu__item.is-checked[aria-disabled=true]:before,.c-menu--dark.c-menu .c-menu__item.is-checked[disabled]:before,.c-menu--dark.c-menu .c-menu__item[aria-checked=true].is-disabled:before,.c-menu--dark.c-menu .c-menu__item[aria-checked=true][aria-disabled=true]:before,.c-menu--dark.c-menu .c-menu__item[aria-checked=true][disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%2356777A'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7.92L5.08 12 13 1.92'/%3E%3C/svg%3E");
}
.c-menu--dark .c-menu__separator{
  border-color:#04444d;
}
.c-menu--dark .c-menu__item__meta{
  color:#56777a;
}
.c-menu__item.is-focused,.c-menu__item.is-selected,.c-menu__item:not(.c-menu__item--header):focus,.c-menu__item:not(.c-menu__item--header):hover{
  background-color:#f8f8f8;
}
.c-menu__item.is-focused,.c-menu__item:not(.c-menu__item--header):focus{
  outline:none;
  -webkit-box-shadow:inset 0 3px 0 hsla(0,0%,87%,.4),inset 0 -3px 0 hsla(0,0%,87%,.4);
          box-shadow:inset 0 3px 0 hsla(0,0%,87%,.4),inset 0 -3px 0 hsla(0,0%,87%,.4);
  text-decoration:none;
}
.c-menu__item.is-active.is-focused,.c-menu__item.is-active:not(.c-menu__item--header):focus,.c-menu__item:active.is-focused,.c-menu__item:active:not(.c-menu__item--header):focus{
  -webkit-box-shadow:none;
          box-shadow:none;
}
.c-menu .c-menu__item.is-disabled.is-disabled,.c-menu .c-menu__item.is-disabled[aria-disabled=true],.c-menu .c-menu__item.is-disabled[disabled],.c-menu .c-menu__item[aria-disabled=true].is-disabled,.c-menu .c-menu__item[aria-disabled=true][aria-disabled=true],.c-menu .c-menu__item[aria-disabled=true][disabled],.c-menu .c-menu__item[disabled].is-disabled,.c-menu .c-menu__item[disabled][aria-disabled=true],.c-menu .c-menu__item[disabled][disabled]{
  background-color:inherit;
  cursor:default;
  color:#999;
}
.c-menu .c-menu__item.c-menu__item--add.is-disabled:before,.c-menu .c-menu__item.c-menu__item--add[aria-disabled=true]:before,.c-menu .c-menu__item.c-menu__item--add[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%23999'%3E%3Cpath stroke='currentColor' stroke-linecap='round' d='M7 11V3M3 7h8'/%3E%3C/svg%3E");
}
.c-menu .c-menu__item.c-menu__item--next.is-disabled:before,.c-menu .c-menu__item.c-menu__item--next[aria-disabled=true]:before,.c-menu .c-menu__item.c-menu__item--next[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%23999'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 11l4-4-4-4'/%3E%3C/svg%3E");
}
.c-menu .c-menu__item.c-menu__item--previous.is-disabled:before,.c-menu .c-menu__item.c-menu__item--previous[aria-disabled=true]:before,.c-menu .c-menu__item.c-menu__item--previous[disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%23999'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 11L5 7l4-4'/%3E%3C/svg%3E");
}
.c-menu .c-menu__item.is-checked.is-disabled:before,.c-menu .c-menu__item.is-checked[aria-disabled=true]:before,.c-menu .c-menu__item.is-checked[disabled]:before,.c-menu .c-menu__item[aria-checked=true].is-disabled:before,.c-menu .c-menu__item[aria-checked=true][aria-disabled=true]:before,.c-menu .c-menu__item[aria-checked=true][disabled]:before{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' color='%23999'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7.92L5.08 12 13 1.92'/%3E%3C/svg%3E");
}
.c-menu__item.is-expanded{
  z-index:1;
}
.c-menu.is-hidden,.c-menu[aria-hidden=true]{
  display:inline-block;
  -webkit-transition:opacity .2s ease-in-out,visibility .2s linear 0s;
  transition:opacity .2s ease-in-out,visibility .2s linear 0s;
  visibility:hidden;
  opacity:0;
}
.c-menu.is-hidden:after,.c-menu.is-hidden:before,.c-menu[aria-hidden=true]:after,.c-menu[aria-hidden=true]:before{
  display:none;
}
.c-menu__separator{
  display:block;
  margin:4px 0;
  border-bottom:1px solid #eee;
}
@-webkit-keyframes zd-menu--up-open{
  0%{
    margin-bottom:-20px;
  }

  to{
    margin-bottom:0;
  }
}
@keyframes zd-menu--up-open{
  0%{
    margin-bottom:-20px;
  }

  to{
    margin-bottom:0;
  }
}
@-webkit-keyframes zd-menu--up-open-arrow{
  0%,66%{
    bottom:2px;
  }
}
@keyframes zd-menu--up-open-arrow{
  0%,66%{
    bottom:2px;
  }
}
@-webkit-keyframes zd-menu--right-open{
  0%{
    margin-left:-20px;
  }

  to{
    margin-left:0;
  }
}
@keyframes zd-menu--right-open{
  0%{
    margin-left:-20px;
  }

  to{
    margin-left:0;
  }
}
@-webkit-keyframes zd-menu--right-open-arrow{
  0%,66%{
    left:2px;
  }
}
@keyframes zd-menu--right-open-arrow{
  0%,66%{
    left:2px;
  }
}
@-webkit-keyframes zd-menu--down-open{
  0%{
    margin-top:-20px;
  }

  to{
    margin-top:0;
  }
}
@keyframes zd-menu--down-open{
  0%{
    margin-top:-20px;
  }

  to{
    margin-top:0;
  }
}
@-webkit-keyframes zd-menu--down-open-arrow{
  0%,66%{
    top:2px;
  }
}
@keyframes zd-menu--down-open-arrow{
  0%,66%{
    top:2px;
  }
}
@-webkit-keyframes zd-menu--left-open{
  0%{
    margin-right:-20px;
  }

  to{
    margin-right:0;
  }
}
@keyframes zd-menu--left-open{
  0%{
    margin-right:-20px;
  }

  to{
    margin-right:0;
  }
}
@-webkit-keyframes zd-menu--left-open-arrow{
  0%,66%{
    right:2px;
  }
}
@keyframes zd-menu--left-open-arrow{
  0%,66%{
    right:2px;
  }
}
