@charset "UTF-8";
/* bootstrap scss mixins overwrite */
html, body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.container {
  width: auto;
  margin-left: 70px;
  margin-right: 70px; }
  .container .container-left {
    margin-left: 70px;
    padding-left: 15px; }
  .container .container-right {
    margin-right: 70px;
    padding-right: 15px; }
  .container .container-full {
    margin-left: -85px;
    margin-right: -85px; }
  .container .container-full-left {
    margin-left: -85px; }
  .container .container-full-right {
    margin-right: -85px; }
  @media (max-width: 992px) {
    .container {
      margin-left: 18px;
      margin-right: 18px; }
      .container .container-left {
        margin-left: 18px; }
      .container .container-right {
        margin-right: 18px; }
      .container .container-full {
        margin-left: -33px;
        margin-right: -33px; }
      .container .container-full-left {
        margin-left: -33px; }
      .container .container-full-right {
        margin-right: -33px; } }

.footer {
  color: white;
  background-color: #1b467b;
  padding-top: 40px; }
  .footer .fs-lg {
    margin-top: 60px;
    font-size: 36px; }
  .footer a {
    color: white; }
  .footer .copyright {
    margin-top: 40px;
    background-color: #143c6e;
    text-align: center;
    padding: 10px; }

.jumbotron {
  text-align: center;
  background-color: transparent; }
  .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view td {
  white-space: nowrap; }

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none; }

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px; } }
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none; }

.nav > li > form > button.logout:focus {
  outline: none; }

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  transition: all 2s; }
  .navbar .navbar-brand {
    height: auto;
    padding: 20px 15px; }
  .navbar .navbar-header {
    position: relative;
    z-index: 1; }
  .navbar .navbar-collapse {
    position: relative; }
  .navbar .navbar-nav > li {
    margin-bottom: 10px; }
    .navbar .navbar-nav > li > a {
      color: white;
      font-size: 18px;
      margin-top: 50px;
      padding: 15px 20px; }
      @media (max-width: 992px) {
        .navbar .navbar-nav > li > a {
          font-size: 16px;
          padding-left: 7px;
          padding-right: 7px; } }
  .navbar .navbar-nav.navbar-right {
    margin-right: -20px; }
  .navbar .subnav {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1; }
    .navbar .subnav > li a {
      opacity: .6;
      color: white;
      padding: 20px 10px 15px; }
    .navbar .subnav > li.line:before {
      content: '';
      position: absolute;
      left: 0;
      top: 22px;
      width: 1px;
      height: 17px;
      background-color: rgba(255, 255, 255, 0.6); }
    .navbar .subnav > li.active > a, .navbar .subnav > li > a:hover, .navbar .subnav > li > a:focus {
      background: none; }
    .navbar .subnav > li.active > a, .navbar .subnav > li > a:hover {
      color: #ffa93a;
      opacity: 1; }
    .navbar .subnav > li.open > .dropdown-toggle:before {
      top: 0 !important; }
  .navbar .nav > li.active > a, .navbar .nav > li > a:hover {
    background: none !important;
    color: #ffa93a !important; }
  .navbar .nav > li.open > .dropdown-toggle {
    color: #ffa93a !important;
    background-color: white !important;
    z-index: 1001;
    border-radius: 0;
    opacity: 1; }
    .navbar .nav > li.open > .dropdown-toggle:before {
      content: '';
      position: absolute;
      left: 0;
      top: -4px;
      right: 0;
      height: 4px;
      background-color: #ffa93a; }
  .navbar .nav > li .dropdown-menu {
    padding: 0;
    color: #333333;
    transition: all .5s;
    margin-top: -2px;
    border: 0;
    border-radius: 0; }
    .navbar .nav > li .dropdown-menu > li + li {
      border-top: 1px dashed #ebebeb; }
    .navbar .nav > li .dropdown-menu > li > a {
      opacity: 1;
      color: #333;
      padding: 20px 18px;
      text-align: center;
      outline: none; }
      .navbar .nav > li .dropdown-menu > li > a:hover {
        color: #2497ff; }
  .navbar.navbar-linear {
    background: #1b467b;
    background: linear-gradient(to right, #1b467b 50%, #2497ff); }
  .navbar > .container {
    width: auto; }
  .navbar .caret {
    display: none; }

.navbar-affix {
  position: fixed;
  z-index: 999; }
  .navbar-affix, .navbar-affix .navbar-bg, .navbar-affix .navbar-mask {
    left: 0;
    right: 0;
    top: 0;
    height: 110px; }
  .navbar-affix .navbar-bg {
    position: absolute;
    background: linear-gradient(to right, #1b467b 50%, #2497ff);
    opacity: 0;
    transition: opacity .6s; }
  .navbar-affix .navbar-mask {
    position: absolute;
    opacity: .6;
    height: 160px;
    transition: all .6s;
    visibility: visible;
    background: linear-gradient(to bottom, black, rgba(39, 38, 54, 0)); }
  .navbar-affix + .navbar {
    background: none; }
  .navbar-affix.affix .navbar-bg {
    opacity: 1; }
  .navbar-affix.affix .navbar-mask {
    opacity: 0;
    visibility: hidden; }

.navbar-linear + .container {
  margin-top: 110px; }

.banner {
  position: relative; }
  .banner img {
    max-width: 100%; }
  .banner .caption-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding-bottom: 3em;
    padding-top: 3em; }
    .banner .caption-bottom h2 {
      font-size: 46px;
      line-height: 1.5; }
      .banner .caption-bottom h2 + p {
        margin-top: 1.3em; }
    .banner .caption-bottom p {
      font-size: 22px;
      line-height: 1.5; }
      .banner .caption-bottom p.fs-sm {
        font-size: 16px; }

.bread {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white; }
  .bread i {
    font-size: 16px;
    color: #2497ff; }
  .bread .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: none;
    margin-top: -23px;
    margin-left: 23px; }
    .bread .breadcrumb li + li:before {
      content: '>'; }

html.page body {
  background-color: #f2f2f2; }
  html.page body .main-body {
    background-color: white;
    margin: 50px 0;
    padding: 30px; }
    html.page body .main-body .content-only {
      margin-top: -20px;
      margin-left: 30px;
      margin-right: 30px; }

html, body, .navbar, .navbar-affix {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.btn-see {
  background: linear-gradient(to right, #2497ff, #1b467b);
  border-radius: 6px;
  padding: 22px 70px;
  border: 0;
  color: white;
  min-width: 276px;
  text-align: center;
  font-size: 18px; }
  .btn-see:hover {
    color: white;
    background: linear-gradient(to right, #007ef0, #122e51); }

.btn-wo {
  min-width: 220px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  font-size: 16px;
  padding: 0 15px; }
  .btn-wo:focus, .btn-wo.focus {
    color: white;
    background-color: rgba(230, 230, 230, 0.2);
    border-color: #bfbfbf; }
  .btn-wo:hover {
    color: white;
    background-color: rgba(230, 230, 230, 0.2);
    border-color: #e0e0e0; }
  .btn-wo:active, .btn-wo.active, .open > .btn-wo.dropdown-toggle {
    color: white;
    background-color: rgba(230, 230, 230, 0.2);
    border-color: #e0e0e0; }
    .btn-wo:active:hover, .btn-wo:active:focus, .btn-wo:active.focus, .btn-wo.active:hover, .btn-wo.active:focus, .btn-wo.active.focus, .open > .btn-wo.dropdown-toggle:hover, .open > .btn-wo.dropdown-toggle:focus, .open > .btn-wo.dropdown-toggle.focus {
      color: white;
      background-color: rgba(212, 212, 212, 0.2);
      border-color: #bfbfbf; }
  .btn-wo:active:hover, .btn-wo:active:focus, .btn-wo:active.focus, .btn-wo.active:hover, .btn-wo.active:focus, .btn-wo.active.focus, .btn-wo.disabled:hover, .btn-wo.disabled:focus, .btn-wo.disabled.focus, .btn-wo[disabled]:hover, .btn-wo[disabled]:focus, .btn-wo[disabled].focus, fieldset[disabled] .btn-wo:hover, fieldset[disabled] .btn-wo:focus, fieldset[disabled] .btn-wo.focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white; }
  .btn-wo .badge {
    color: rgba(255, 255, 255, 0.2);
    background-color: white; }

.btn-att {
  display: flex;
  border: 1px solid #4f96d6;
  color: #4f96d6;
  height: 60px;
  border-radius: 30px;
  white-space: normal;
  align-items: center;
  position: relative;
  padding-left: 95px;
  text-align: left; }
  .btn-att i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #4f96d6;
    color: white;
    line-height: 60px;
    font-size: 22px;
    text-align: center; }
  .btn-att:hover, .btn-att .active {
    border-color: #416cba;
    color: #416cba; }
    .btn-att:hover i, .btn-att .active i {
      background-color: #416cba; }

.btn-yellow {
  color: white;
  background-color: #fe9225;
  border-color: #fe9225; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: white;
    background-color: #ef7901;
    border-color: #a35201; }
  .btn-yellow:hover {
    color: white;
    background-color: #ef7901;
    border-color: #e57301; }
  .btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
    color: white;
    background-color: #ef7901;
    border-color: #e57301; }
    .btn-yellow:active:hover, .btn-yellow:active:focus, .btn-yellow:active.focus, .btn-yellow.active:hover, .btn-yellow.active:focus, .btn-yellow.active.focus, .open > .btn-yellow.dropdown-toggle:hover, .open > .btn-yellow.dropdown-toggle:focus, .open > .btn-yellow.dropdown-toggle.focus {
      color: white;
      background-color: #cb6701;
      border-color: #a35201; }
  .btn-yellow:active:hover, .btn-yellow:active:focus, .btn-yellow:active.focus, .btn-yellow.active:hover, .btn-yellow.active:focus, .btn-yellow.active.focus, .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled.focus, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled].focus, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow.focus {
    background-color: #fe9225;
    border-color: #fe9225; }
  .btn-yellow .badge {
    color: #fe9225;
    background-color: white; }

.btn-prim {
  color: white;
  border: 0;
  background: linear-gradient(to right, #2497ff, #1b467b); }
  .btn-prim:hover {
    color: white;
    background: linear-gradient(to right, #007ef0, #122e51); }

.btn-xl {
  padding: 21px 70px;
  font-size: 18px;
  border-radius: 6px; }

.btn-1240 {
  padding: 12px 40px;
  border-radius: 5px; }

.btn-h60 {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  min-width: 332px;
  border-radius: 6px; }
  .btn-h60.btn-round {
    border-radius: 30px; }

.carousel .carousel-inner .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(39, 38, 54, 0));
  z-index: 1; }
.carousel .carousel-inner .carousel-caption {
  z-index: 2;
  left: 0;
  text-align: left; }
  .carousel .carousel-inner .carousel-caption h2 {
    font-size: 46px;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media (max-width: 1440px) {
      .carousel .carousel-inner .carousel-caption h2 {
        font-size: 40px; } }
.carousel .carousel-indicators {
  left: auto;
  right: 15px;
  z-index: 2;
  bottom: 40px; }
  .carousel .carousel-indicators li {
    text-indent: 0;
    width: 42px;
    height: 42px;
    border: 0;
    line-height: 42px;
    color: white;
    border-radius: 0;
    font-size: 18px; }
    .carousel .carousel-indicators li.active, .carousel .carousel-indicators li:hover {
      background-color: #2497ff; }
.carousel .carousel-indicators-right {
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .carousel .carousel-indicators-right li {
    display: block;
    width: 10px;
    height: 26px;
    text-indent: 1000px;
    position: relative;
    background: transparent !important;
    font-size: 0;
    margin: 5px 0;
    padding: 0; }
    .carousel .carousel-indicators-right li:before {
      display: block;
      content: '';
      width: 2px;
      height: 26px;
      margin-left: 4px;
      background: #d0d7dd; }
    .carousel .carousel-indicators-right li:hover:before, .carousel .carousel-indicators-right li.active:before {
      background: #1b467b;
      background: linear-gradient(to bottom, #2497ff, #1b467b); }

.carousel-fade .carousel-inner .item {
  transition: opacity 2s linear; }
  .carousel-fade .carousel-inner .item:before {
    content: none; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-vertical .carousel-inner .item:before {
  content: none; }
.carousel-vertical .carousel-inner .item.next, .carousel-vertical .carousel-inner .item.active.right {
  transform: translate3d(0, 100%, 0);
  top: 0; }
.carousel-vertical .carousel-inner .item.prev, .carousel-vertical .carousel-inner .item.active.left {
  transform: translate3d(0, -100%, 0);
  top: 0; }
.carousel-vertical .carousel-inner .item.next.left, .carousel-vertical .carousel-inner .item.prev.right, .carousel-vertical .carousel-inner .item.active {
  transform: translate3d(0, 0, 0);
  top: 0; }

.row-seamless, .row-sl {
  margin-left: 0;
  margin-right: 0; }
  .row-seamless > *, .row-sl > * {
    padding-left: 0;
    padding-right: 0; }

.row-pd {
  margin-top: -15px;
  margin-bottom: -15px; }
  .row-pd > * {
    padding-top: 15px;
    padding-bottom: 15px; }

.mask-bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(39, 38, 54, 0)); }

.mask-up {
  z-index: 0; }
  .mask-up:before {
    content: '';
    position: absolute;
    top: -5em;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .8;
    background: linear-gradient(to top, black, rgba(255, 255, 255, 0)); }

.mask-a92:before {
  opacity: .92; }

.htr60 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 6px;
  background: linear-gradient(to right, #2497ff, #1b467b); }

.hr45 {
  display: block;
  width: 45px;
  height: 3px; }

.bottom-line:after, .sec-head:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 6px;
  background: linear-gradient(to right, #2497ff, #1b467b); }

.sec-head {
  font-size: 36px;
  margin-bottom: 2em;
  line-height: 1.5em; }
  .sec-head:after {
    margin-top: .8em; }
  .sec-head + .desc {
    margin-top: -2em;
    margin-bottom: 3em;
    color: #666666;
    font-size: 20px;
    line-height: 1.5;
    text-align: center; }

p.prim {
  color: #666666;
  font-size: 18px;
  line-height: 1.6; }

.sub-head {
  font-size: 24px;
  color: #2396ff;
  margin-bottom: 2em; }

.subtitle {
  color: #2497ff;
  margin: 1.5em auto;
  line-height: 1.3; }
  .subtitle:first-child {
    margin-top: 0; }

.third-title {
  margin: 1.5em auto;
  line-height: 1.3; }

.mask-line:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(to right, #2497ff, #1b467b); }

.mask-bg {
  background: linear-gradient(to right, rgba(36, 151, 255, 0.86), rgba(27, 70, 123, 0.86)); }

.mw330 {
  min-width: 330px; }

.mt60 {
  margin-top: 60px; }

.mt30 {
  margin-top: 30px; }

.mt25 {
  margin-top: 25px; }

.mt15 {
  margin-top: 15px; }

.mt0 {
  margin-top: 0; }

.mb25 {
  margin-bottom: 25px; }

.hover-scale .scale {
  transition: all .5s; }
.hover-scale:hover .scale {
  transform: scale(1.4); }

.hover-top {
  transition: all .5s; }
  .hover-top:hover {
    transform: translateY(-5px); }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-fullpage {
  padding-top: 56.25%;
  height: 100vh; }
  .bg-fullpage > .content {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.bg-mask {
  position: relative;
  color: white; }
  .bg-mask:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(39, 38, 54, 0)); }
  .bg-mask .bg-content {
    position: relative;
    z-index: 1; }

.bg-e2e {
  background-color: #e2e9ef; }

.bg-f2f {
  background-color: #f2f6f9; }

.bg-white {
  background-color: white; }

.c6 {
  color: #666666; }

.fs14 {
  font-size: 14px; }

.whf {
  width: 100%;
  height: 100%; }

.w100 {
  width: 100%; }

.mw75 {
  max-width: 75%; }

.mw100 {
  max-width: 100%; }

.tsw1 {
  text-shadow: 1px 1px 1px black; }

@media (min-width: 1200px) {
  .rsp-caption {
    max-width: 860px; } }

.section-view > .section {
  padding-top: 50px;
  padding-bottom: 70px; }

.section-entry {
  padding-top: 50px;
  padding-bottom: 50px; }

.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%; }
  .thumb .caption {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 20px; }
    .thumb .caption.mask-bottom {
      padding-top: 22%; }
    .thumb .caption.mask-line {
      padding-bottom: 17px; }
  .thumb .caption-bottom {
    padding: 13px 20px;
    background: white;
    position: relative;
    z-index: 1; }
  .thumb .thumb-footer {
    position: relative;
    padding: 30px 50px 30px 23px;
    background-color: white; }
    .thumb .thumb-footer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(to right, #2497ff, #1b467b); }
    .thumb .thumb-footer p {
      color: #666666; }
      .thumb .thumb-footer p:last-child {
        margin-bottom: 0; }
    .thumb .thumb-footer .title {
      font-size: 18px;
      color: black;
      margin-top: 0;
      margin-bottom: 15px; }

a.thumb {
  text-decoration: none; }
  a.thumb:hover, a.thumb:focus {
    text-decoration: none; }
  a.thumb:hover .title {
    color: #2497ff; }

.thumb-profile img {
  width: 100%; }
.thumb-profile .caption {
  background: #2396ff;
  padding: 20px 15px;
  color: white; }
  .thumb-profile .caption p {
    margin-bottom: 5px; }
  .thumb-profile .caption p.name {
    font-size: 18px; }
  .thumb-profile .caption P:last-child {
    margin-bottom: 0; }

.person-profile {
  padding-top: 47px;
  position: relative;
  z-index: 0; }
  .person-profile:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
    content: '';
    background-color: white;
    z-index: -1; }
  .person-profile .pp-header {
    background: url("../images/bg.png");
    margin-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px; }
    .person-profile .pp-header .pp-avatar {
      position: absolute;
      top: -47px;
      left: 50%;
      width: 94px;
      height: 94px;
      overflow: hidden;
      border-radius: 50%;
      margin-left: -47px; }
    .person-profile .pp-header .pp-name {
      color: black;
      padding-bottom: 10px; }
    .person-profile .pp-header .pp-cy {
      color: #666666; }
  .person-profile .pp-job {
    background-color: #2396ff;
    padding: 10px;
    color: white;
    text-align: center;
    min-height: 64px; }
  .person-profile .media {
    margin: 0; }
  .person-profile .pp-body {
    background-color: white;
    padding: 15px;
    color: #333333;
    line-height: 1.7; }

.person-list {
  margin: -15px; }
  .person-list .person-profile {
    margin: 15px;
    float: left; }

.article {
  background-color: white;
  color: #666666; }
  .article img {
    max-width: 100%; }
  .article h3 {
    font-size: 28px;
    color: black;
    margin-bottom: 1.2em;
    line-height: 1.4; }
    .article h3:after {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      margin-top: 1.1em;
      background-color: black; }
  .article p {
    font-size: 18px;
    line-height: 1.8; }
  .article .article-body {
    position: relative;
    padding: 20px 35px; }
    .article .article-body .links {
      position: absolute;
      bottom: 20px;
      right: 35px; }
  .article .links {
    font-size: 14px;
    text-decoration: underline; }
    .article .links a {
      color: #2396ff; }
  .article.article-gray {
    background-color: #e0e7ed; }
    .article.article-gray .article-footer {
      padding: 15px 25px;
      background-color: white; }
      .article.article-gray .article-footer p:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .article.article-gray .article-footer .media-left img, .article.article-gray .article-footer .media-right img {
        max-width: 200px;
        max-height: 73px; }

.article-view {
  font-size: 16px; }
  .article-view p {
    color: #666666;
    line-height: 1.6; }
  .article-view b {
    color: #333; }
  .article-view h2 {
    font-size: 28px; }
  .article-view img {
    max-width: 100%;
    height: auto !important; }
    .article-view img.pull-left {
      margin-right: 15px; }
    .article-view img.pull-right {
      margin-left: 15px; }

.info-view .nav li, .info-view .nav-menu li {
  margin: 12px 0; }
  .info-view .nav li a, .info-view .nav li span, .info-view .nav-menu li a, .info-view .nav-menu li span {
    color: #333333;
    background-color: #f2f6f9;
    padding: 20px; }
    .info-view .nav li a:hover, .info-view .nav li span:hover, .info-view .nav-menu li a:hover, .info-view .nav-menu li span:hover {
      background-color: #e2e9ef; }
      .info-view .nav li a:hover:after, .info-view .nav li span:hover:after, .info-view .nav-menu li a:hover:after, .info-view .nav-menu li span:hover:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 6px;
        background-color: #1252a7; }
  .info-view .nav li.active > a, .info-view .nav li.active > span, .info-view .nav-menu li.active > a, .info-view .nav-menu li.active > span {
    color: white;
    background: linear-gradient(to right, #2497ff, #1b467b); }
.info-view .nav-menu {
  margin: 0;
  padding: 0; }
  .info-view .nav-menu li {
    position: relative;
    list-style: none; }
    .info-view .nav-menu li a, .info-view .nav-menu li span {
      position: relative;
      display: block;
      cursor: pointer; }
    .info-view .nav-menu li > .toggle {
      position: absolute;
      top: 22px;
      right: 15px;
      width: 18px;
      height: 18px;
      border: 1px solid #9bb2bb;
      border-radius: 50%;
      text-align: center;
      cursor: pointer; }
      .info-view .nav-menu li > .toggle:before {
        content: "\e252";
        color: #9bb2bb;
        font-size: 12px;
        position: relative; }
      .info-view .nav-menu li > .toggle:hover {
        border-color: #7d9ba6; }
        .info-view .nav-menu li > .toggle:hover:before {
          color: #7d9ba6; }
    .info-view .nav-menu li.active:not(.nav-close) > .toggle:before, .info-view .nav-menu li.nav-open > .toggle:before {
      content: "\e253";
      top: -2px; }
    .info-view .nav-menu li > ul {
      margin-left: 0;
      padding-left: 0;
      display: none; }
    .info-view .nav-menu li.active > ul {
      display: block; }
    .info-view .nav-menu li li {
      margin-top: 6px;
      margin-bottom: 6px; }
      .info-view .nav-menu li li a, .info-view .nav-menu li li span {
        padding-top: 10px;
        padding-bottom: 10px; }
        .info-view .nav-menu li li a:before, .info-view .nav-menu li li span:before {
          content: '• '; }
.info-view h1, .info-view .v-title {
  font-size: 30px;
  color: #1b467b;
  border-bottom: 1px dashed #e9ecf3;
  margin-bottom: 1.2em;
  padding-bottom: .9em;
  line-height: 1.5em; }
  .info-view h1 + table, .info-view .v-title + table {
    margin-top: 5px; }
.info-view ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: a; }
  .info-view ol li > h2:before,
  .info-view ol li > h3:before,
  .info-view ol li > h4:before,
  .info-view ol li > h5:before {
    counter-increment: a;
    content: counters(a,".") ". "; }
.info-view ul.list {
  padding-left: 15px; }
  .info-view ul.list li {
    margin: 10px 0; }
  .info-view ul.list a {
    padding-top: 5px;
    padding-bottom: 5px; }

.table-prim {
  color: #333333; }
  .table-prim > thead {
    background-color: #f7f9fc; }
  .table-prim > thead > tr > th,
  .table-prim > thead > tr > td,
  .table-prim > tbody > tr > td {
    border-color: #d8e2ee;
    text-align: center;
    padding: 25px 15px;
    white-space: normal; }
    .table-prim > thead > tr > th.text-left,
    .table-prim > thead > tr > td.text-left,
    .table-prim > tbody > tr > td.text-left {
      text-align: left; }
  .table-prim.text-left > tbody > tr > td {
    text-align: left; }
  .table-prim > thead > tr > th,
  .table-prim > tbody > tr > td {
    border-bottom-width: 1px;
    font-weight: normal; }
  .table-prim.table-striped > tbody > tr {
    background-color: #f7f9fc; }
    .table-prim.table-striped > tbody > tr:nth-of-type(odd) {
      background-color: white; }
  .table-prim.table-striped > tbody:first-child > tr {
    background-color: white; }
    .table-prim.table-striped > tbody:first-child > tr:nth-of-type(odd) {
      background-color: #f7f9fc; }
  .table-prim.table-striped .odd {
    background-color: #f7f9fc !important; }
  .table-prim.table-striped .even {
    background-color: white !important; }
  .table-prim.table-middle > thead > tr > th,
  .table-prim.table-middle > thead > tr > td,
  .table-prim.table-middle > tbody > tr > td {
    vertical-align: middle; }
  .table-prim.table-lg-pd > thead > tr > th,
  .table-prim.table-lg-pd > tbody > tr > td {
    padding-left: 8%;
    padding-right: 8%; }
  .table-prim.table-fixed {
    table-layout: fixed; }

.items-list {
  margin-left: -50px;
  margin-bottom: -50px; }
  .items-list .item + .item {
    margin-top: 50px; }
  .items-list .item-cell {
    padding: 10px 50px; }
    .items-list .item-cell p:last-child {
      margin-bottom: 0; }
  .items-list .title-btn {
    display: inline-block;
    background: linear-gradient(to right, #2497ff, #1b467b);
    border-radius: 5px;
    width: 200px;
    padding: 17px 10px;
    color: white;
    text-align: center; }
  .items-list p {
    line-height: 1.7; }

.list-bordered .item-cell + .item-cell {
  border-left: 1px solid #dbdbdb; }

.yui-lg {
  cursor: pointer; }

.staff-item {
  position: relative;
  padding: 25px 10px 25px 10px;
  line-height: 1.5;
  color: #333333; }
  .staff-item .staff-name {
    font-size: 18px;
    font-weight: bold; }
  .staff-item .staff-job {
    font-size: 12px; }
  .staff-item p {
    margin-bottom: 0; }
    .staff-item p + p {
      margin-top: 1.6em; }
  .staff-item.staff-hover:hover {
    background-color: #e1eaf1; }

.card {
  position: relative;
  padding: 25px 20px 30px;
  line-height: 1.5;
  color: #333333; }
  .card .card-title {
    font-size: 18px;
    font-weight: bold; }
  .card p {
    margin-bottom: 0; }
    .card p + p {
      margin-top: 1em; }
  .card.card-hover:hover {
    background-color: #e1eaf1; }

.custom-tabs > li > a {
  border-radius: 0;
  color: #2497ff !important; }
  .custom-tabs > li > a:hover:after {
    content: none;
    display: none; }
.custom-tabs > li.active > a {
  color: white !important;
  background: #2497ff !important; }

.guide-item {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden; }
  .guide-item img {
    width: 100%; }
  .guide-item .caption {
    padding: 10px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    background: linear-gradient(to right, rgba(36, 151, 255, 0.86), rgba(27, 70, 123, 0.86)); }

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row; }

.flex-row-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .flex-row-wrap.row:before, .flex-row-wrap.row:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.flex-row-middle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }

.flex-column-middle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-v-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-around {
  justify-content: space-around; }

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }

.items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

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