@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
h1 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h2 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h3 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h4 {
  font-size: 1.7rem;
  font-weight: lighter;
  line-height: 1.6;
}
h5 {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 1.2;
}
h6 {
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1;
}
p {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 1.8;
  letter-spacing: .1rem;
}
p .bold {
  font-weight: bold;
}
p .italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
.banner {
  background-image: url(../images/banner-news.png);
}
.contentWrap .breakpoint hgroup {
  text-align: center;
  border-top: 1px solid #004d96;
  border-bottom: 1px solid #004d96;
  padding: 20px 125px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contentWrap .breakpoint hgroup {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .breakpoint hgroup {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.contentWrap .breakpoint hgroup h1 {
  color: #004d96;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .contentWrap .breakpoint hgroup h1 {
    font-size: 1.7rem;
  }
}
.contentWrap .breakpoint hgroup h6 {
  color: #666;
  font-size: 1.3rem;
}
.contentWrap .breakpoint section {
  padding: 0px 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contentWrap .breakpoint section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrap .breakpoint section {
    padding-left: 0;
    padding-right: 0;
  }
}
.contentWrap .breakpoint section.editor strong {
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.contentWrap .breakpoint section.editor a {
  text-decoration: underline;
}
.contentWrap .breakpoint section.editor b {
  font-weight: bold;
}
.contentWrap .breakpoint section.editor i {
  font-style: italic;
}
.contentWrap .breakpoint section.editor p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.contentWrap .breakpoint section.editor small {
  font-size: smaller;
}
.contentWrap .breakpoint section.editor img {
  display: inline-block;
  max-width: 100%;
}
.contentWrap .breakpoint section.editor ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.contentWrap .breakpoint section.editor ul li {
  display: list-item;
  list-style-type: disc;
}
.contentWrap .breakpoint section.editor iframe {
  width: 100%;
  height: 500px;
}
.contentWrap .breakpoint section.editor ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.contentWrap .breakpoint section.editor ol li {
  display: list-item;
  list-style-type: decimal;
}
nav#page {
  width: 100%;
  height: 190px;
  margin-top: 80px;
  background-color: #EBEBEB;
}
@media only screen and (max-width: 767px) {
  nav#page {
    margin-top: 60px;
    height: 100px;
  }
}
nav#page .breakpoint {
  height: 100%;
}
nav#page .breakpoint ul {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
nav#page .breakpoint ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
@media only screen and (max-width: 767px) {
  nav#page .breakpoint ul li {
    margin: 0 10px;
  }
}
nav#page .breakpoint ul li a {
  color: #004d96;
  font-size: 1.3rem;
}
nav#page .breakpoint ul li.prev {
  margin-left: 0;
}
nav#page .breakpoint ul li.prev a {
  padding-left: 77px;
  text-align: right;
  background-image: url(../images/arrow-lft-blue.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
nav#page .breakpoint ul li.prev a:hover {
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  nav#page .breakpoint ul li.prev a {
    padding-left: 0;
    background-image: none;
  }
}
nav#page .breakpoint ul li.next {
  margin-right: 0;
}
nav#page .breakpoint ul li.next a {
  padding-right: 77px;
  text-align: left;
  background-image: url(../images/arrow-blue.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
nav#page .breakpoint ul li.next a:hover {
  background-position: right center;
}
@media only screen and (max-width: 767px) {
  nav#page .breakpoint ul li.next a {
    padding-right: 0;
    background-image: none;
  }
}
