@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");

.menu__block .webaccess::before {
  content: '';
  display: block;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  padding-left: 1.15em;
}

.upper-latin {
  list-style-type: upper-alpha;
}

.decimal {
  list-style-type: decimal;
}

.disc {
  list-style-type: disc;
}

.mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt0-mb1 {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.mt0-mb05 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt10-mb20 {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.mt20-mb10 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.mt20-mb0 {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.m0 {
  margin: 0;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p10 {
  padding: 10px;
}

.p30 {
  padding: 30px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.sr-only {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #343434;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 1.8;
}

@media (min-width: 768px) {
  body {
    letter-spacing: 0.005em;
  }
}

.serif {
  font-family: 'Roboto Slab', 'Noto Serif TC', serif;
}

a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  a {
    transition: color .2s, background-color .2s;
  }
}

img {
  display: block;
}

.clearfix,
.clearfix::before,
.clearfix::after {
  display: table;
  clear: both;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body.menu__opened {
  overflow: hidden;
}

.menu__block {
  position: fixed;
  top: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  height: 100%;
  background-color: #597b77;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

@media (min-width: 1024px) {
  .menu__block {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

@media (max-width: 1023px) {
  .menu__block {
    overflow: scroll;
  }
}

.menu__block.default {
  right: -100%;
  margin-right: -100%;
}

.menu__block.active {
  right: 0%;
  margin-right: 0%;
}

@media (min-width: 1024px) {
  .menu__block .pagination {
    margin-right: 40px;
  }
}

.menu__block .pagination li+li {
  margin-top: 5px;
}

.menu__block .pagination li a {
  display: block;
  padding: 10px 0;
}

.menu__block .pagination li a>span {
  display: block;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__block .pagination li a>span.zhtw {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .menu__block .pagination li a>span.zhtw {
    font-size: 24px;
  }
}

.menu__block .pagination li a>span.eng {
  color: #a8c2bf;
  line-height: 1;
}

@media (max-width: 1023px) {
  .menu__block .pagination li a>span.eng {
    font-size: 14px;
  }
}

.menu__block .pagination li a.disabled {
  cursor: not-allowed;
}

.menu__block .pagination li a.disabled>span {
  color: #a8c2bf;
}

@media (min-width: 1024px) {

  .menu__block .pagination li a:hover>span.zhtw,
  .menu__block .pagination li a:hover>span.eng {
    color: #f8b136;
  }
}

.menu__block .pagination li a.disabled:hover>span.zhtw,
.menu__block .pagination li a.disabled:hover>span.eng {
  color: #a8c2bf;
}

.menu__block .webaccess {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .menu__block .webaccess {
    margin-top: 50px;
    padding-top: 50px;
    margin-right: 40px;
  }
}

.menu__block .webaccess::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 35px;
  height: 2px;
  background-color: #d8d8d8;
}

.menu__block .webaccess .title {
  color: #f8b136;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.menu__block .webaccess ul li {
  margin-top: 10px;
  margin-left: 5px;
}

@media (min-width: 375px) {
  .menu__block .webaccess ul li {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .menu__block .webaccess ul li {
    margin-top: 15px;
    margin-left: 20px;
  }
}

.menu__block .webaccess ul li a {
  display: block;
  padding: 2px 7px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
}

@media (max-width: 1023px) {
  .menu__block .webaccess ul li a {
    letter-spacing: normal;
  }
}

@media (min-width: 375px) {
  .menu__block .webaccess ul li a {
    padding: 2px 10px;
  }
}

@media (min-width: 1024px) {
  .menu__block .webaccess ul li a {
    padding: 1px 20px;
  }
}

.menu__block .webaccess ul li a span {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .menu__block .webaccess ul li a span {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .menu__block .webaccess ul li a:hover {
    color: #000;
    background-color: #f8b136;
    border-color: #f8b136;
  }
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 1023px) {
  nav {
    width: 100%;
  }
}

nav.scrollUp,
nav.menu__opened {
  position: fixed;
}

nav.menu__opened img {
  height: 31px;
}

@media (min-width: 1024px) {
  nav.menu__opened img {
    height: 44px;
  }
}

nav.menu__opened img.white {
  display: block;
}

nav.menu__opened img.black {
  display: none;
}

nav.menu__opened .hamburger>span {
  background-color: #fff;
}

nav a {
  display: block;
  padding: 10px;
}

@media (min-width: 1024px) {
  nav a {
    padding: 15px 20px;
  }

  nav a.logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}

nav a img {
  display: block;
  height: 31px;
}

@media (min-width: 1024px) {
  nav a img {
    height: 44px;
  }
}

nav a img.white {
  display: none;
}

nav a img.black {
  display: block;
}

nav .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 11px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  nav .hamburger {
    padding: 16px 19px 17px;
  }
}

nav .hamburger>span {
  width: 28px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  -moz-transition: -moz-transform 0.3s, background 0.3s;
  -o-transition: -o-transform 0.3s, background 0.3s;
  -webkit-transition: -webkit-transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s;
}

@media (min-width: 1024px) {
  nav .hamburger>span {
    width: 36px;
    margin: 8px auto;
  }
}

nav .hamburger:hover>span {
  background-color: #f8b136;
}

nav .hamburger.active>span:nth-child(2) {
  opacity: 0;
}

nav .hamburger.active>span:nth-child(1) {
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

@media (min-width: 1024px) {
  nav .hamburger.active>span:nth-child(1) {
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}

nav .hamburger.active>span:nth-child(3) {
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 1024px) {
  nav .hamburger.active>span:nth-child(3) {
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
}

@media (max-width: 1023px) {
  .legislator-page nav.firstscreen {
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .legislator-page nav.firstscreen a.logo {
    background-color: #fff;
  }

  .legislator-page nav.firstscreen .hamburger {
    background-color: #fff;
  }
}

@media (max-width: 1023px) {
  .legislator-page nav.menu__opened {
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .legislator-page nav.menu__opened a.logo {
    background-color: transparent;
  }

  .legislator-page nav.menu__opened .hamburger {
    background-color: transparent;
  }
}

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