/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* init */
body.pmp52 #g-fullwidth {
  padding: 1.7rem;
}
body.pmp52 div.countdown {
  text-align: center;
  font-size: 1rem;
}
body.pmp52 div.countdown #day, body.pmp52 div.countdown #hour, body.pmp52 div.countdown #minute, body.pmp52 div.countdown #seconds {
  color: white;
  font-size: 1.2em;
  margin: 0 2px;
}
body.pmp52 #desc52 {
  display: flex;
}
body.pmp52 #desc52::before, body.pmp52 #desc52::after {
  content: '';
  display: block;
  width: 15px;
  flex-shrink: 0;
}
body.pmp52 #desc52::before {
  margin-right: 10px;
  border-left: 5px solid #6eadd0;
  border-top: 2px solid #6eadd0;
  border-bottom: 2px solid #6eadd0;
}
body.pmp52 #desc52::after {
  margin-left: 5px;
  border-right: 5px solid #6eadd0;
  border-top: 2px solid #6eadd0;
  border-bottom: 2px solid #6eadd0;
}
body.pmp52 #pmp52cta {
  background-color: white;
  border: 1px solid #4897c3;
  color: #4897c3;
}
body.pmp52 #pmp52cta:hover {
  background-color: #4897c3;
  color: white;
}
body.pmp52 .pmpWrapper {
  display: flex;
  margin: 3rem 0;
}
body.pmp52 .pmpWrapper .video {
  padding: 0 1.5rem;
}
body.pmp52 .pmpWrapper .ytVideoWrapper {
  width: 100%;
}
body.pmp52 .pmpWrapper > * {
  flex-basis: 50%;
}
body.pmp52 .pmpIntro h1 {
  color: #E6E3E6 !important;
  text-align: center;
  margin-bottom: 4px;
}
body.pmp52 #pmpPlayer {
  border-radius: 4%;
}
body.pmp52 .g-features-particle-image img {
  width: 75px;
}
body.pmp52 .g-features-particle.style7 p img {
  width: 80px;
  margin-top: 16px;
}
body.pmp52 .g-features-particle.style7 h4 {
  color: white !important;
}
body.pmp52 .g-features-particle.style7 h4 a {
  color: white;
}
body.pmp52 .g-features-particle.style7 h4 a:hover {
  text-decoration: underline;
}
body.pmp52 .g-features-particle.style7 .g-features-particle-item {
  position: relative;
  height: 256px;
}
body.pmp52 .g-features-particle.style7 .g-features-particle-item > .g-content {
  background-color: #6eadd0;
  color: white;
  position: absolute;
  left: 0.938rem;
  right: 0.938rem;
  top: 0;
  bottom: 0;
}
body.pmp52 .g-features-particle.style7 .g-features-particle-item > .g-content p {
  text-indent: 0;
  text-align: left;
}
body.pmp52 .g-features-particle .g-features-particle-item .g-content:hover .g-features-particle-icon {
  background: #3b89b4;
}
body.pmp52 div.followus {
  font-size: 36px;
  text-align: center;
  padding: 20px 0;
}
body.pmp52 div.linkWrapper {
  display: flex;
  justify-content: space-around;
}
body.pmp52 a.uk-button {
  background-color: #4897c3;
  color: white;
  text-shadow: none;
}
@media only all and (max-width: 30rem) {
  h1 {
    font-size: 7.5vw;
  }
  body div.followus {
    font-size: 7.5vw;
  }
  div.linkWrapper {
    flex-direction: column;
  }
  div.linkWrapper > * {
    margin-bottom: 16px;
  }
  body .pmpWrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  body .pmpWrapper .pmpDesc {
    order: 1;
  }
  body .pmpWrapper .video {
    order: 2;
  }
  div.countdown {
    font-size: 4vw !important;
  }
}
.g-gallery .g-gallery-item > a {
  position: relative;
  display: block;
}
.g-gallery .g-gallery-filter {
  margin-bottom: 30px;
}
.g-gallery .g-gallery-filter.uk-subnav > * > * {
  color: #404040;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e9edee;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > *:focus, .g-gallery .g-gallery-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #4897c3;
  color: #4897c3;
}
.g-gallery .g-gallery-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #4897c3;
  color: #4897c3;
  box-shadow: none;
}
.g-gallery.style2 .gallery-item-buttons {
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  margin-top: -20px;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-gallery.style2 .gallery-item-buttons {
    margin-top: -17.5px;
  }
}
.g-gallery.style2 .gallery-item-buttons > a {
  border: 2px solid #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-gallery.style2 .gallery-item-buttons > a:hover {
  background: #4897c3;
  border-color: #4897c3;
}
.g-gallery.style2 .gallery-item-buttons > a.info-button {
  margin-left: 25px;
}
.g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
  margin-right: 20px;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-gallery.style2 .gallery-item-buttons > a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 0.9rem;
  }
  .g-gallery.style2 .gallery-item-buttons > a.info-button {
    margin-left: 5px;
  }
  .g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
    margin-right: 0;
  }
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .info-button {
  margin-left: 5px;
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .magnifier-button {
  margin-right: 0;
}
.g-gallery.style2 .uk-overlay-panel {
  height: 100%;
  padding: 0;
}
.g-gallery .uk-modal-dialog h1, .g-gallery .uk-modal-dialog h2, .g-gallery .uk-modal-dialog h3, .g-gallery .uk-modal-dialog h4, .g-gallery .uk-modal-dialog h5 {
  margin-bottom: 15px !important;
}
.uk-modal-caption {
  bottom: -30px;
}
.gallery-special .g-gallery-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-gallery.gutter-enabled, .g-flushed .g-gallery.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-gallery.filters-enabled.gutter-enabled, .g-flushed .g-gallery.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-gallery .g-gallery-filter, .g-flushed .g-gallery .g-gallery-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 53rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 52.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav, .g-flushed .g-gallery .g-gallery-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-gallery-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e9edee;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e9edee;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e9edee;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 52.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e9edee;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e9edee !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #41425a !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #41425a;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #4897c3;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 52.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e9edee;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.1875rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #41425a;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #4897c3;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 52.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 53rem) and (max-width: 59.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.g-companies:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
  margin-bottom: 1.876rem;
}
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child > .g-block:last-child .g-companies-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container .g-companies-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-companies .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 52.99rem) {
  .g-companies .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-companies .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 52.99rem) {
  .g-companies .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-companies.gutter-disabled .g-companies-item, .g-companies-slider.gutter-disabled .g-companies-item, .g-companies-slideset.gutter-disabled .g-companies-item {
  border: none;
}
.g-companies.gutter-disabled .uk-slideset, .g-companies-slider.gutter-disabled .uk-slideset, .g-companies-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-companies.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-companies.gutter-disabled .uk-slider-container, .g-companies-slider.gutter-disabled .uk-slider-container, .g-companies-slideset.gutter-disabled .uk-slider-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.g-companies.style1 .g-content, .g-companies-slider.style1 .g-content, .g-companies-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  background: #ffffff;
  border: 1px solid #e9edee;
}
.g-companies.style1 .uk-overlay-panel, .g-companies-slider.style1 .uk-overlay-panel, .g-companies-slideset.style1 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
.g-companies.style1 .g-companies-name, .g-companies-slider.style1 .g-companies-name, .g-companies-slideset.style1 .g-companies-name {
  margin: 0;
  color: #ffffff !important;
}
.g-companies.style1 .g-companies-name a:hover, .g-companies-slider.style1 .g-companies-name a:hover, .g-companies-slideset.style1 .g-companies-name a:hover {
  color: #4897c3 !important;
}
.g-companies.style1 .g-companies-item, .g-companies-slider.style1 .g-companies-item, .g-companies-slideset.style1 .g-companies-item {
  width: 100%;
}
.g-companies.style1 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.g-companies.style1 .g-companies-item:hover img, .g-companies-slider.style1 .g-companies-item:hover img, .g-companies-slideset.style1 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.g-companies.style1 .g-companies-item .g-companies-image a, .g-companies-slider.style1 .g-companies-item .g-companies-image a, .g-companies-slideset.style1 .g-companies-item .g-companies-image a {
  display: block;
}
.g-companies.style2, .g-companies-slider.style2, .g-companies-slideset.style2 {
  margin: -5px;
}
.g-companies.style2 .g-content, .g-companies-slider.style2 .g-content, .g-companies-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-companies.style2 .g-companies-image img, .g-companies-slider.style2 .g-companies-image img, .g-companies-slideset.style2 .g-companies-image img {
  background: #ffffff;
  border: 1px solid #e9edee;
}
.g-companies.style2 .uk-overlay-panel, .g-companies-slider.style2 .uk-overlay-panel, .g-companies-slideset.style2 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
.g-companies.style2 .g-companies-name, .g-companies-slider.style2 .g-companies-name, .g-companies-slideset.style2 .g-companies-name {
  margin: 0;
  color: #ffffff !important;
}
.g-companies.style2 .g-companies-name a:hover, .g-companies-slider.style2 .g-companies-name a:hover, .g-companies-slideset.style2 .g-companies-name a:hover {
  color: #4897c3 !important;
}
.g-companies.style2 .g-companies-item, .g-companies-slider.style2 .g-companies-item, .g-companies-slideset.style2 .g-companies-item {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-companies.style2 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.g-companies.style2 .g-companies-item:hover img, .g-companies-slider.style2 .g-companies-item:hover img, .g-companies-slideset.style2 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.g-companies.style2 .g-companies-item .g-companies-image a, .g-companies-slider.style2 .g-companies-item .g-companies-image a, .g-companies-slideset.style2 .g-companies-item .g-companies-image a {
  display: block;
}
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies.style2 .g-companies-container:hover .g-companies-item, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item {
  opacity: 0.5;
}
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.g-companies.style2 .uk-slider-container, .g-companies-slider.style2 .uk-slider-container, .g-companies-slideset.style2 .uk-slider-container {
  padding: 6px;
}
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-top-news .g-content {
  margin: 0;
}
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.5rem;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #dddddd;
}
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #4897c3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #357ca3;
}
.g-top-news .g-top-news-item-info .g-article-title {
  color: #ffffff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #ffffff;
}
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
.g-price-lists:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 52.99rem) {
  .g-price-lists .g-price-list {
    margin-bottom: 30px;
  }
  .g-price-lists .g-price-list:last-child {
    margin-bottom: 0;
  }
}
.g-price-lists .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.g-price-lists .g-price-list-inner {
  margin: 0;
  border: 1px solid #e9edee;
  list-style: none;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}
.g-price-lists .color1 .g-price-list-inner {
  border: none !important;
  background: #f8f9fa;
}
.g-price-lists .color2 .g-price-list-inner {
  border: none !important;
  background: #e3e7eb;
}
.g-price-lists .g-list-title {
  margin: -5px 0 25px 0;
}
.g-price-lists .g-price-list > div {
  height: 100%;
}
.g-price-lists .g-item-container {
  margin-bottom: 20px;
}
.g-price-lists .g-item-price {
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-price-lists .g-item-price {
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.g-price-lists .g-item-desc {
  font-style: italic;
  margin-top: 5px;
  font-size: 90%;
}
.g-price-lists .g-price-lists-button {
  text-align: center;
  margin-top: 40px;
}
.g-price-lists .g-price-lists-button i {
  margin-right: 10px;
}
.g-price-lists.gutter-disabled > .g-grid {
  border: 1px solid #e9edee;
}
@media only all and (max-width: 52.99rem) {
  .g-price-lists.gutter-disabled > .g-grid {
    border: none;
  }
}
.g-price-lists.gutter-disabled .g-price-list-inner {
  border: none;
  border-right: 1px solid #e9edee;
  border-radius: 0;
}
@media only all and (max-width: 52.99rem) {
  .g-price-lists.gutter-disabled .g-price-list-inner {
    border: 1px solid #e9edee;
  }
}
.g-price-lists.gutter-disabled .g-price-list:last-child .g-price-list-inner {
  border-right: none;
}
@media only all and (max-width: 52.99rem) {
  .g-price-lists.gutter-disabled .g-price-list:last-child .g-price-list-inner {
    border-right: 1px solid #e9edee;
  }
}
body.itemid-671 .eb-content {
  padding: 0 16px;
}
.uk-notify .msgContainer > h1 {
  margin: 24px auto;
}
.uk-notify .msgContainer > h1 a {
  text-decoration: underline;
}
.uk-notify .msgContainer > div, .uk-notify .msgContainer h1, .uk-notify .msgContainer h2 {
  text-align: center;
}
.uk-notify .msgContainer h2 {
  color: white;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 8px;
}
.uk-notify .msgContainer div.buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.uk-notify .msgContainer div > span {
  font-size: 1.5em;
  letter-spacing: 4px;
}
@media only all and (min-width: 60rem) {
  .uk-notify {
    width: 400px;
  }
}
.g-companies.style2 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  filter: none;
}
div.cellGroupLeaders {
  display: flex;
  margin-top: 64px;
  gap: 24px;
}
div.cellGroupLeaders .leaderInfo {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateY(-50%);
}
div.cellGroupLeaders .leaderInfo .leaderName {
  background: #f27e20;
  border-radius: 20px;
  color: white;
  padding: 4px 16px;
}
div.cellGroupLeaders .leaderInfo .leaderImage {
  background-size: contain;
  background-position: 50% 0;
  border-radius: 50%;
  border: solid 4px #f27e20;
}
div.cellGroupLeaders .leaderMeta {
  font-weight: bold;
  font-style: italic;
}
div.cellGroupLeaders .leader {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  flex-basis: 50%;
  padding: 48px 12px 8px 12px;
  border-top: solid 2px #f27e20;
}
div.cellGroupLeaders .leader p {
  margin: 0;
}
div.cellGroupLeaders .leader .words {
  flex-grow: 1;
}
@media only all and (max-width: 52.99rem) {
  div.cellGroupLeaders {
    flex-direction: column;
    gap: 48px;
  }
}
div.cellGroupContent {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
div.cellGroupContent p {
  text-indent: 2em !important;
}
div.cellGroupContent p::first-letter {
  font-size: inherit !important;
  margin-right: 0 !important;
  float: none !important;
  font-weight: normal !important;
}
div.cellGroupContent address {
  display: none;
}
div.cellGroupContent > * {
  flex-basis: 50%;
}
div.cellGroupContent .cellGroupLeft {
  flex-shrink: 0;
}
div.cellGroupContent .cellGroupLeft .eb-image.eb-post-thumb {
  margin-bottom: 0 !important;
}
div.cellGroupContent .cellGroupRight {
  color: white;
  background-image: linear-gradient(160deg, #295e7c 0%, #95c3dc 100%);
  padding: 24px;
}
div.cellGroupContent .cellGroupRight .cellGroupEntry {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.cellGroupContent .cellGroupRight .cellGroupMeta {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
}
div.cellGroupContent .cellGroupRight .cellGroupMeta a {
  color: white;
}
div.cellGroupContent .cellGroupRight .cellGroupMeta a:hover {
  font-weight: bold;
}
@media only all and (max-width: 52.99rem) {
  div.cellGroupContent .cellGroupRight .cellGroupMeta {
    flex-direction: column;
  }
}
div.cellGroupContent .cellGroupRight h1 {
  color: white !important;
  text-align: center;
}
@media only all and (min-width: 60rem) {
  div.cellGroupContent .cellGroupRight {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only all and (max-width: 52.99rem) {
  div.cellGroupContent {
    flex-direction: column;
  }
}
div.cellGroupImages {
  margin-top: 64px;
}
div.cellGroupImages h3 {
  font-size: 36px;
  font-weight: bold;
}
div.cellGroupImages h3:before {
  height: 36px;
  transform: translateY(7px);
}
body.itemid-380 #g-breadcrumb {
  background-image: url('../../../../images/zhurixue.jpg');
}
body.itemid-670 #g-breadcrumb {
  background-image: url('../../../../images/daogao.jpg');
}
#eb ul#button-group-content {
  margin-top: 16px;
}
table.offering {
  margin-top: 24px;
}
table.offering td:nth-child(2), table.offering th:nth-child(2) {
  text-align: right !important;
}
body.updates #g-breadcrumb {
  background-image: url('../images/ezhoubao.jpg');
  background-position: 50% 20%;
}
#zhitang {
  margin-left: 24px;
}
#zhitang dt {
  margin-top: 24px;
  font-weight: bold;
}
/* fullscreen */
.itemContainer {
  display: flex;
  margin-bottom: 24px;
}
.itemContainer h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
}
.itemContainer .author {
  font-style: italic;
  margin-bottom: 16px;
}
.itemContainer .imageContainer {
  flex-basis: 22%;
  margin-right: 16px;
  flex-shrink: 0;
}
.moduletable.mijike {
  margin-top: 100px;
}
#wordCloud {
  width: 100%;
}
#wordCloud span {
  transition: transform 1s ease-out;
}
.scale {
  transform: scale(1.3);
}
#g-subfeature #eb .eb-mod-thumb .eb-mod-image-cover:before {
  content: none !important;
}
#g-subfeature #eb .eb-mod-title {
  font-size: 20px;
  line-height: 1.2;
}
body.itemid-619 #g-intro, body.itemid-644 #g-intro {
  color: white;
  background-position: 0 50%;
  background-size: cover;
}
body.itemid-619 #g-intro .g-cta-button.style2 .g-cta-inner .g-cta-right .button, body.itemid-644 #g-intro .g-cta-button.style2 .g-cta-inner .g-cta-right .button {
  border-color: white;
  color: white;
}
body.itemid-619 #g-intro h2, body.itemid-644 #g-intro h2 {
  color: white;
}
body.itemid-619 #g-showcase, body.itemid-644 #g-showcase {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 15%;
}
@media only all and (max-width: 30rem) {
  body.itemid-619 #g-showcase, body.itemid-644 #g-showcase {
    background-position-x: 40%;
  }
}
body.itemid-619 #g-showcase h4.g-features-particle-title span, body.itemid-644 #g-showcase h4.g-features-particle-title span {
  font-size: 1.5em;
  color: #f27e20;
  display: inline-block;
  transform: translateY(-10px);
  margin: 0 4px;
  vertical-align: text-top;
}
body.itemid-619 #prayer, body.itemid-644 #prayer {
  text-align: left;
}
body.itemid-619 #prayer h3, body.itemid-644 #prayer h3 {
  font-size: 2.5rem;
}
body.itemid-619 #prayer .uk-overflow-container, body.itemid-644 #prayer .uk-overflow-container {
  max-height: 400px !important;
}
body.itemid-619 #prayer .singlePrayerContainer, body.itemid-644 #prayer .singlePrayerContainer {
  padding: 16px 12px;
}
body.itemid-619 #prayer .singlePrayerContainer .prayer, body.itemid-644 #prayer .singlePrayerContainer .prayer {
  font-size: 24px;
}
body.itemid-619 #prayer .singlePrayerContainer .prayer span, body.itemid-644 #prayer .singlePrayerContainer .prayer span {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 6px;
  font-style: italic;
}
body.itemid-619 #prayer .singlePrayerContainer .pray, body.itemid-644 #prayer .singlePrayerContainer .pray {
  font-size: 16px;
}
body.itemid-619 #prayer .singlePrayerContainer:not(:last-child), body.itemid-644 #prayer .singlePrayerContainer:not(:last-child) {
  border-bottom: solid 1px #eee;
}
div.wrapper {
  height: 100vh;
}
table.kim td, table.jiantang td {
  position: relative;
  white-space: nowrap;
}
table.kim .uk-badge a, table.jiantang .uk-badge a {
  color: white;
}
table.kim .uk-badge, table.jiantang .uk-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  margin-right: 0;
}
body.itemid-599 .uk-notify-message-danger {
  background-color: #f27e20;
  color: white;
}
body.itemid-599 #g-mainbody {
  padding-top: 0;
}
body.itemid-599 .wrPaypal h2 i {
  color: #4897c3;
}
body.itemid-599 .wrPaypal form > * {
  display: block;
  margin: 0 auto;
}
body.contribution #g-intro {
  padding-top: 1.5rem;
}
body.contribution #g-intro .switcher {
  margin-bottom: 16px;
}
div.articleImage {
  text-align: center;
  margin-bottom: 16px;
}
div.articleImage span {
  display: block;
  margin: 8px auto;
}
div.articleImage.fromEB img {
  width: 75%;
}
div.articleImage img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
div.articleImage img:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
ol.roman li {
  counter-increment: roman;
}
ol.roman li::marker {
  content: counter(roman,upper-roman) ". ";
}
ol > p {
  margin-left: -1.5rem;
}
div#left {
  background: url('../../fullscreen/global.png') no-repeat;
  background-color: #4897c3;
  background-size: contain;
  background-position: 0% 0%;
  padding: 60px 90px 35px 90px;
  display: flex;
  justify-content: center;
}
div#left .title {
  width: 75%;
  margin: 0 auto;
}
div#right {
  background: white;
  padding: 60px 90px 35px 90px;
  display: flex;
  justify-content: center;
}
div#right .uk-alert-danger.uk-alert {
  margin-bottom: 0;
}
div#right div.rsform-block-action > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div#right div.rsform-block-action > div > label:nth-child(1) {
  flex-basis: 70%;
}
div#right div.rsform-block-action > div > label:nth-child(2) {
  flex-basis: 30%;
}
div#right div.rsform-block-action > div > label:nth-child(3) {
  flex-basis: 100%;
}
div#right h3 {
  font-weight: 100;
}
div#right .uk-grid {
  margin-top: 15px;
}
div#right fieldset {
  margin: 0;
  padding: 0;
}
div#right div.rsform-block-input-amount > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div#right div.rsform-block-input-amount > div > div > label {
  flex-shrink: 0;
}
div#right div.rsform-block-input-amount > div > div > input {
  width: auto;
}
div#right div.rsform-block-input-amount label {
  margin-right: 16px;
}
div#right label {
  font-size: 1.5rem;
  font-weight: 100;
}
div#right label:hover {
  cursor: pointer;
}
div#right .uk-checkbox, div#right .uk-radio {
  display: inline-block;
}
.row2 .g-top-news .g-top-news-item {
  float: right;
}
@media only all and (min-width: 80rem) {
  div#right {
    align-items: center;
  }
}
@media only all and (max-width: 30rem) {
  .second {
    margin-top: 1.7rem;
  }
}
h6 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 12px 0;
}
@media only all and (min-width: 60rem) {
  div#left, div#right {
    height: 100vh;
    overflow: scroll;
  }
}
@media only all and (min-width: 53rem) {
  div#right h3 {
    font-size: 2rem;
  }
}
@media only all and (max-width: 59.99rem) {
  div.wrapper {
    height: auto;
  }
}
@media only all and (min-width: 30rem) {
  div.g-offcanvas-toggle {
    display: none;
  }
  @include breakpoint()
    td br {
    .itemid-405 {
      display: none;
    }
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  nav li.g-menu-item.g-standard > .g-menu-item-container {
    padding: 15px 10px !important;
  }
  nav li.g-menu-item.g-standard > .g-menu-item-container span.g-menu-item-title {
    font-size: 0.8rem;
  }
}
@media only all and (min-width: 1600px) {
  div#left {
    align-items: center;
  }
  div#left, div#right {
    height: 100vh;
    overflow: hidden;
  }
}
.itemid-405 ul dl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tougao {
  display: inline-block;
  padding: 10px 16px;
  background: #4897c3;
  border-radius: 2px;
}
.tougao a {
  color: white;
}
@media only all and (min-width: 53rem) {
  #eb.eb-view-categories.eb-layout-listings .eb-post .eb-post-avatar img {
    width: 100%;
    height: auto;
  }
  #eb.eb-view-categories.eb-layout-listings .eb-post .eb-post-body {
    width: 80%;
  }
}
.zhoubao.buttons {
  margin-bottom: 24px;
  gap: 24px;
}
.zhoubao.buttons > .uk-button:hover {
  color: white;
  background-color: #4897c3;
  text-shadow: none;
}
.yuanxun.buttons {
  display: flex;
  margin-top: 36px;
  justify-content: space-around;
}
@media only all and (max-width: 30rem) {
  .yuanxun.buttons {
    flex-direction: column;
  }
  .yuanxun.buttons > button {
    margin-top: 16px;
  }
}
.issue85 .income .g-list-container .g-item-container:nth-child(10), .issue86 .income .g-list-container .g-item-container:nth-child(10) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue85 .income .g-list-container .g-item-container:nth-child(10), .issue86 .income .g-list-container .g-item-container:nth-child(10) {
    display: none;
  }
}
.issue85 .income .g-list-container .g-item-container:nth-child(11), .issue86 .income .g-list-container .g-item-container:nth-child(11) {
  font-weight: bold;
}
.issue85 .expense .g-list-container .g-item-container:nth-child(11), .issue85 .expense .g-list-container .g-item-container:nth-child(10), .issue86 .expense .g-list-container .g-item-container:nth-child(11), .issue86 .expense .g-list-container .g-item-container:nth-child(10) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue85 .expense .g-list-container .g-item-container:nth-child(11), .issue85 .expense .g-list-container .g-item-container:nth-child(10), .issue86 .expense .g-list-container .g-item-container:nth-child(11), .issue86 .expense .g-list-container .g-item-container:nth-child(10) {
    display: none;
  }
}
.issue85 .expense .g-list-container .g-item-container:nth-child(12), .issue86 .expense .g-list-container .g-item-container:nth-child(12) {
  font-weight: bold;
}
.income .g-list-title {
  color: white !important;
  font-size: 1.5rem;
  font-weight: bold;
}
.income .g-price-list-inner {
  color: white;
  background-color: #5ba2c9;
}
.income .g-item-container:last-child {
  font-weight: bold;
}
.expense .g-list-title {
  color: white !important;
  font-size: 1.5rem;
  font-weight: bold;
}
.expense .g-price-list-inner {
  color: white;
  background-color: #f38c38;
}
.expense .g-item-container:last-child {
  font-weight: bold;
}
.issue87 .g-list-container .g-item-container:nth-child(10) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue87 .g-list-container .g-item-container:nth-child(10) {
    display: none;
  }
}
.issue88 .income .g-list-container .g-item-container:nth-child(9) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue88 .income .g-list-container .g-item-container:nth-child(9) {
    display: none;
  }
}
.issue88 .expense .g-list-container .g-item-container:nth-child(8), .issue88 .expense .g-list-container .g-item-container:nth-child(9) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue88 .expense .g-list-container .g-item-container:nth-child(8), .issue88 .expense .g-list-container .g-item-container:nth-child(9) {
    display: none;
  }
}
.issue89 .income .g-list-container .g-item-container:nth-child(9) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue89 .income .g-list-container .g-item-container:nth-child(9) {
    display: none;
  }
}
.issue89 .expense .g-list-container .g-item-container:nth-child(7), .issue89 .expense .g-list-container .g-item-container:nth-child(8), .issue89 .expense .g-list-container .g-item-container:nth-child(9) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue89 .expense .g-list-container .g-item-container:nth-child(7), .issue89 .expense .g-list-container .g-item-container:nth-child(8), .issue89 .expense .g-list-container .g-item-container:nth-child(9) {
    display: none;
  }
}
.issue90 .income .g-list-container .g-item-container:nth-child(10) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue90 .income .g-list-container .g-item-container:nth-child(10) {
    display: none;
  }
}
.issue90 .expense .g-list-container .g-item-container:nth-child(10), .issue90 .expense .g-list-container .g-item-container:nth-child(8), .issue90 .expense .g-list-container .g-item-container:nth-child(9) {
  visibility: hidden;
}
@media only all and (max-width: 30rem) {
  .issue90 .expense .g-list-container .g-item-container:nth-child(10), .issue90 .expense .g-list-container .g-item-container:nth-child(8), .issue90 .expense .g-list-container .g-item-container:nth-child(9) {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  .itemid-505 #g-mainbody, .itemid-503 #g-mainbody {
    padding-top: 0;
  }
  .itemid-505 #g-mainbody .g-grid:nth-child(1) .g-content, .itemid-503 #g-mainbody .g-grid:nth-child(1) .g-content {
    padding: 0;
    margin: 0;
  }
  body.itemid-448 .eb-entry-head h1 {
    margin-top: 24px !important;
  }
}
@media only all and (max-width: 30rem) {
  body.itemid-399 .flex {
    flex-direction: column;
  }
  body.itemid-399 .flex .intro {
    order: 2;
  }
  body.itemid-399 .flex .intro h5:nth-child(1) {
    margin-bottom: 8px;
  }
  body.itemid-399 .flex .intro:nth-child(2) {
    order: 1;
    text-align: center;
  }
  body.itemid-399 .flex .intro:nth-child(2) img {
    width: 50% !important;
    margin-bottom: 16px;
  }
}
body.itemid-399 div[itemprop=articleBody] h2 {
  text-align: center;
  font-size: 1.7rem;
}
body.itemid-399 h5 {
  margin: 0;
}
body.itemid-399 h5:nth-child(1) {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
body.itemid-399 .flex {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 16px 0;
}
body.itemid-399 .flex .intro {
  flex-basis: 80%;
}
body.itemid-399 .flex .intro:nth-child(2) {
  flex-basis: 20%;
}
body.itemid-399 .flex .intro:nth-child(2) img {
  width: 100%;
}
label[for=sick1], label[for=contact1] {
  margin-left: 24px;
}
label[for*=location] {
  display: block;
}
fieldset#rsform_10_page_0 {
  padding: 24px 0 0;
}
body.itemid-503 .uk-alert {
  padding: 16px;
}
body.itemid-503 .uk-alert h5 {
  margin: 0;
  font-size: 20px;
}
body.itemid-503 .uk-alert ol {
  margin-left: 8px;
}
body.itemid-503 .serviceNotification {
  margin: 24px 0;
}
.g-title.marginTop {
  margin-top: 36px;
}
div.gutter-vertical {
  width: 100%;
  height: 36px;
}
.primary-wsk {
  padding: 8px 16px;
  background: #6eadd0;
  color: white;
  border-radius: 5px;
}
.primary-wsk:hover {
  background-color: #4897c3;
}
.primary-wsk i {
  margin-right: 4px;
}
#eb .eb-category-profile {
  background: none;
  padding: 0;
}
#eb .eb-category-profile h2 {
  font-size: 36px;
  font-weight: bold;
}
#g-offcanvas {
  z-index: 1;
}
button.rsform-thankyou-button {
  display: block;
  margin: 0 auto;
}
textarea {
  width: 100% !important;
}
.enlink {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.live #g-to-top {
  display: none;
}
.uk-button-group[data-uk-switcher] .uk-active {
  background: #4897c3;
  color: white;
  text-shadow: none;
}
.g-offcanvas-toggle {
  display: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
body .g-particle-intro .g-title-separator.no-intro-text {
  margin: 0.5rem auto;
}
body .g-particle-intro {
  margin-bottom: 1rem;
}
body.updates #eb p {
  margin: 0;
}
body.updates #eb ul {
  margin-left: 0;
  margin-top: 0;
}
body.updates #eb h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
body.updates #eb dt {
  font-weight: bold;
  margin-top: 0.75rem;
}
body.updates #eb h3 + dt {
  margin-top: 0;
}
body.updates #eb dd {
  margin-left: 0;
  text-indent: 1.5em;
}
body.updates #eb li.inner {
  margin-left: 1.5em;
}
@media only all and (max-width: 30rem) {
  body.updates #eb .uk-button-group {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  body.updates #eb .uk-button-group + div {
    float: none !important;
    display: block !important;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#eb .eb-post-title {
  line-height: 1;
}
.ytVideoWrapper {
  position: relative;
  padding-top: 56.25%;
  margin: 24px 0;
}
.ytVideoWrapper.noMargin {
  margin: 0;
}
.ytVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytVideoWrapper.nomargin {
  margin: 0;
}
.videoDescriptions {
  display: flex;
  flex-direction: column;
}
.videoDescriptions > div {
  flex-grow: 1;
  margin-bottom: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  box-shadow: 0 1px 24px -10px rgba(0, 0, 0, 0.2);
}
.videoDescriptions > div a {
  color: inherit;
}
.videoDescriptions > div span {
  margin-left: 12px;
}
.videoDescriptions > div:last-child {
  margin-bottom: 0;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .portrait {
  padding: 24px;
  flex-grow: 0;
}
.contact .portrait img {
  border-radius: 50%;
  width: 100px;
}
.contact .titles {
  flex-grow: 1;
}
.contact .titles .name {
  font-size: 24px;
  font-weight: bold;
}
.contact .contactButton {
  padding: 24px;
}
.contact .contactButton a {
  padding: 8px 16px;
  background: #6eadd0;
  color: white;
  border-radius: 5px;
}
.contact .contactButton a:hover {
  background-color: #4897c3;
}
.contact .contactButton a i {
  margin-right: 4px;
}
.debugWsk {
  display: none;
}
.no-gutter, .no-gutter .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.clr {
  clear: both;
}
p {
  text-indent: 2em;
  margin-top: 1rem;
}
div[itemprop=articleBody] {
  margin-top: 20px;
}
h2[itemprop=name] {
  font-weight: bold;
  font-size: 1.8rem;
}
h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 8px;
}
h3:not(.uk-accordion-title)::before {
  content: '';
  display: inline-block !important;
  margin-right: 8px;
  background: #4897c3;
  width: 8px !important;
  height: 25px;
  transform: translateY(4px);
}
.anni {
  margin-bottom: 48px;
}
.orgH3 h3 {
  border: none;
  padding-left: 0;
  font-weight: 500;
}
.orgH3 h3::before {
  content: none;
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.card-x {
  box-shadow: 0 1px 24px -10px rgba(0, 0, 0, 0.2);
}
.buttons {
  display: flex;
}
.button[class*=card] {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  margin-right: 16px;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-out;
}
.button[class*=card]:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
}
.button[class*=card] .day {
  color: #eee;
  font-size: 0.8em;
  line-height: 1;
  text-align: left;
  opacity: 0.7;
}
.button[class*=card] .time {
  font-family: montserrat, sans-serif;
  font-size: 20px;
}
.button[class*=card] .goto {
  margin-left: 8px;
  font-size: 1.15em;
}
.button[class*=card] .innerBlock {
  transform: translateY(5px);
}
.button.accent-1 {
  background-color: #6eadd0;
  color: white;
}
.uk-notify-message > .uk-close {
  visibility: visible !important;
}
.uk-notify-message h4 {
  font-size: 1rem;
  color: white;
}
.uk-notify-message a {
  transform: translateY(-2px);
  margin-left: 4px;
  color: white;
}
.uk-notify-message div {
  line-height: 30px;
  hyphens: auto;
}
.g-main-nav .g-sublevel > li:hover {
  background: #6eadd0;
}
.g-main-nav .g-sublevel > li:hover > * > span {
  color: white;
}
#g-mobilemenu-container li.rotate {
  position: relative !important;
}
#g-mobilemenu-container li.rotate div.badge {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 999;
}
.g-main-nav li.rotate {
  transition: transform 1s;
}
.g-main-nav li.rotate div.badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
}
.g-main-nav li.rotate.rotateY {
  transform: rotateY(360deg);
}
.g-main-nav li.rotate.scale {
  transform: scale(1.3);
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown {
  z-index: 9999999;
}
div[id*=wskPost] h2 {
  margin-bottom: 0;
  font-weight: 100;
}
div[id*=wskPost] div {
  margin-bottom: 16px;
}
div[id*=wskPost] div span {
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.7);
}
.subfeatureIconWrapper a {
  text-align: center;
}
.subfeatureIconWrapper a img {
  width: 50%;
  border-radius: 100%;
}
.subfeatureIconWrapper a button {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only all and (max-width: 30rem) {
  .subfeatureIconWrapper a img {
    width: 100%;
  }
}
.subfeatureIconWrapper div > div {
  margin-top: 8px;
  display: inline-block;
  font-size: 3.8vw;
}
@media only all and (min-width: 30rem) {
  .subfeatureIconWrapper div > div {
    color: #60717E;
    border-radius: 4px;
    padding: 6px 12px;
    background: transparent;
    font-size: 1rem;
    border: solid 1px #eaeaea;
  }
  .subfeatureIconWrapper div > div:hover {
    background: #4897c3;
    color: white;
    border-color: #4897c3;
  }
}
.latestEvent .g-grid {
  flex-wrap: nowrap;
}
.latestEvent .g-grid .g-content {
  padding: 0.2rem;
}
@media only all and (max-width: 30rem) {
  .g-info-container-style2 {
    opacity: 1 !important;
    transform: none !important;
    position: static !important;
    padding: 8px !important;
    background: none !important;
  }
  .g-info-container-style2 h4 {
    font-size: 3.8vw;
  }
  .g-info-container-style2 h4 a {
    color: black !important;
  }
  .g-info-container-style2 .g-content-pro-desc {
    display: none !important;
  }
}
body.homepage #g-to-top {
  display: none;
}
body.homepage #g-subfeature {
  padding: 8px 0;
}
body.homepage #g-feature {
  padding: 8px 0;
}
#tables {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#tables table {
  flex-basis: 48%;
}
#tables table p::first-letter {
  font-size: 1em !important;
  display: inline !important;
  margin-right: 0 !important;
  float: none !important;
  font-weight: normal !important;
}
#tables table p {
  text-indent: 0;
}
.canvasContainer {
  position: relative;
  flex-basis: 48%;
  padding-top: 48%;
  flex-grow: 0;
  flex-shrink: 0;
}
.canvasContainer canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#g-intro .g-content {
  padding: 0;
}
#g-intro .donation {
  width: 50%;
  position: relative;
  margin: -120px auto 0 auto;
  z-index: 1000;
}
#g-intro .donation .rsform-block-submit {
  text-align: center;
}
#g-intro .donation button#submit {
  background-color: #4897c3;
  width: auto;
  margin: 0 auto;
}
#g-intro .donation button#submit:hover {
  background-color: #3c8ab6;
}
#g-intro .donation a.outsideLink {
  color: #4897c3 !important;
  background-color: transparent !important;
  border-color: #4897c3 !important;
}
#g-intro .donation a.outsideLink:hover {
  background-color: #4897c3 !important;
  color: white !important;
}
#g-intro .donation #zelleEmail {
  padding: 0;
  border: 0;
  background-color: #4897c3;
  color: white;
  border-radius: 2px;
}
#g-intro .donation .customWrapper {
  display: none;
}
#g-intro .donation .textInput .uk-form-row.rsform-block {
  position: relative;
  margin-top: 24px;
}
#g-intro .donation .textInput .uk-form-row.rsform-block label {
  position: absolute;
  left: 4px;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: auto;
  display: inline;
  z-index: 2;
}
#g-intro .donation .textInput .uk-form-row.rsform-block label.active {
  transform: translateY(-100%) scale(0.8);
}
#g-intro .donation .textInput input[type=text] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  background: transparent;
  position: relative;
  z-index: 1;
}
#g-intro .donation .textInput input#customPurpose {
  width: 100%;
}
#g-intro .donation .textInput:not(.customWrapper) {
  margin-top: 8px;
}
#g-intro .donation .rsform-block-item-name {
  margin-top: 24px;
}
#g-intro .donation .uk-button {
  text-shadow: none;
}
#g-intro .donation .uk-button.uk-active, #g-intro .donation .uk-button:active {
  background: #4897c3;
  color: white;
}
#g-intro .donation .uk-button-group {
  display: flex;
  margin-top: 8px;
}
#g-intro .donation .uk-button-group#recurring-control > button {
  flex-basis: 50%;
}
#g-intro .donation .uk-button-group#forPurpose > button {
  flex-basis: 20%;
}
#g-intro .donation .uk-form-row + .uk-form-row {
  margin-top: 0;
}
#g-intro .donation .uk-form-row + .uk-form-row.rsform-block-item-name {
  margin-top: 24px;
}
#g-intro .donation .uk-form-horizontal .uk-form-label {
  float: none;
}
#g-intro .donation .uk-form-horizontal .uk-form-controls {
  margin: 0;
}
#g-intro .donation fieldset {
  margin: 0;
  padding: 0;
}
#g-intro .donation input[type=radio] {
  position: absolute;
  transform: translateY(300px);
}
.input_amount {
  position: relative;
  text-align: center;
}
.input_amount input {
  background: transparent;
  font-size: 96px;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: Helvetica Neue;
  width: 300px;
}
.input_amount .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  font-size: 96px;
  transform: translateY(-10px);
}
.input_amount .shadow .flexWrapper {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.input_amount .shadow span.icon {
  position: absolute;
  top: 2px;
  left: -28px;
  font-size: 36px;
}
.input_amount .shadow span.dup {
  visibility: hidden;
  font-family: Helvetica Neue;
  line-height: 1;
}
.input_amount .shadow div.line {
  height: 1px;
  background-color: #eaeaea;
  align-self: stretch;
}
#g-breadcrumb .input_amount {
  opacity: 0;
  transition: opacity 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#g-breadcrumb #before, #g-breadcrumb #after {
  display: none;
}
#g-breadcrumb h2 {
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#g-breadcrumb.altered .input_amount {
  opacity: 1;
}
#g-breadcrumb.altered #before, #g-breadcrumb.altered #after {
  display: inline;
}
#g-breadcrumb.altered .g-page-title-inner h2 {
  transform: translateY(-90px) scale(0.7);
}
#g-last {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background-color: #6E8089;
  transform: translateY(100%);
  z-index: 99999;
}
#g-last.active {
  transform: translateY(0%);
}
#g-last.transitionReady {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
#g-last .bottomMenuWrapper {
  width: 100%;
  position: relative;
}
#g-last .bottomMenuWrapper .buttons {
  display: flex;
  padding: 4px 0;
  position: relative;
  z-index: 999;
}
#g-last .bottomMenuWrapper .buttons > * {
  flex-basis: 20%;
  color: white;
}
#g-last .bottomMenuWrapper .bottomButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#g-last .bottomMenuWrapper .bottomButton:active {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#g-last .bottomMenuWrapper .bottomButton .buttonIcon {
  font-size: 1rem;
}
#g-last .bottomMenuWrapper .bottomButton .buttonTitle {
  font-size: 0.8rem;
}
#g-last .bottomMenuWrapper .middleButtonWrapper .bottomButton {
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#g-last .bottomMenuWrapper .middleButtonWrapper .bottomButton .innerWrapper {
  background-color: #6eadd0;
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#g-last .bottomMenuWrapper .middleButtonWrapper .bottomButton .buttonIcon {
  font-size: 1.2rem;
  transform: translateY(2px);
}
#g-last .bottomMenuWrapper .middleButtonWrapper .bottomButton .buttonTitle {
  font-size: 1rem;
  transform: translateY(-2px);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  margin-top: 0;
}
.g-timeline.style1 .g-timeline-row {
  background: #95c3dc;
}
.g-timeline.style1 .g-timeline-row:before {
  background: #95c3dc;
}
.g-timeline.style1 .g-timeline-row:after {
  background: #95c3dc;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #5ba2c9 !important;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  background: #5ba2c9;
}
.g-timeline.style1 h4 {
  font-weight: bold;
}
.step1 .fa-address-card:before {
  content: '一';
}
.step2 .fa-address-card:before {
  content: '二';
}
.step3 .fa-address-card:before {
  content: '三';
}
.step4 .fa-address-card:before {
  content: '四';
}
#g-breadcrumb {
  background-position: 50% 23%;
  background-size: cover !important;
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
}
#g-breadcrumb h2 {
  margin-bottom: 0;
}
.breadcrumb {
  list-style: none;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
}
body.contribution #g-breadcrumb {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('//fbny.org/images/contribution.jpg');
  background-position: 50% 57% !important;
  justify-content: center;
  padding-top: 0;
}
body.itemid-591 #g-breadcrumb {
  background-image: url('../../../../images/kuaixun.jpg');
  background-position: 50% 0 !important;
}
body.itemid-591 #g-breadcrumb ul.breadcrumb a {
  color: #225069;
}
body.itemid-591 div[data-eb-entry-cover] {
  display: none !important;
}
body.sermons #g-breadcrumb, body.prayerMeetingSermons #g-breadcrumb, body.sundaySermons #g-breadcrumb, body.prayer-meeting #g-breadcrumb, body.sunday-service #g-breadcrumb {
  background-image: url('../../../../images/pulpit.jpg');
  background-position: 50% 82%;
}
body.sermons #g-breadcrumb {
  display: none;
}
body.cellgroup #g-breadcrumb {
  background-image: url('../../../../images/cellgroupTitleA.jpg');
  background-position: 50% 85%;
}
body.cellgroupDiscussion #g-breadcrumb {
  background-image: url('../../../../images/cell-group-discussions.jpg');
}
body.cellgroupGuideline #g-breadcrumb {
  background-image: url('../../../../images/base-on-bible.jpg');
}
body.cellgroupResources #g-breadcrumb {
  background-image: url('../../../../images/building-each-other.jpg');
}
#g-header {
  padding: 0.5rem 0;
}
#g-header .g-contacts-item {
  vertical-align: middle !important;
}
#g-header .g-contacts-item.music > a, #g-header .g-contacts-item.music > a > span {
  color: white;
}
#g-header .g-contacts-item.music > a {
  background: #6eadd0;
  padding: 10px 16px;
}
#g-header .g-contacts-item.music > a:hover {
  background: #4897c3;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#g-header .g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 0;
}
#g-navigation .g-main-nav .g-toplevel > li span {
  font-weight: bold;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-social a:hover {
  background: #6eadd0;
  color: #f8f9fa;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 15px 20px;
}
#g-navigation .g-social a {
  padding: 21.5px 10px;
}
#g-navigation .g-social a span {
  font-size: 18px;
}
#g-navigation .g-social a:last-child {
  padding-right: 20px;
}
#g-mobilemenu-container i {
  line-height: 1;
}
#g-mobilemenu-container span.g-menu-item-subtitle {
  padding-top: 5px;
}
#g-fullwidth .uk-slider-container li.uk-active {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#g-fullwidth .uk-slider-container li:not(.uk-active) {
  filter: blur(3px);
}
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  color: #f59a50;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-circle-border {
  border-color: #eb710e;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-features-particle-icon {
  background: #eb710e;
}
.g-features-particle .button {
  background: #f59a50;
}
.g-features-particle .button:hover {
  background: #eb710e;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #f59a50;
  color: white;
  border-color: #f59a50;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  border-color: #f59a50;
  background: #f59a50;
  color: white;
}
body.cellgroupDiscussion #eb ul, body.cellgroupDiscussion #eb ol {
  margin-top: 0.5rem;
}
body.cellgroupDiscussion #eb .eb-post-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.ourBelieve ol {
  counter-reset: ourBelieve;
  list-style: none;
}
.ourBelieve ol li {
  counter-increment: ourBelieve;
  margin-bottom: 24px;
}
.ourBelieve ol li::before {
  content: "0" counter(ourBelieve) ".";
  font-size: 2em;
  margin-right: 0.2em;
  font-family: Comic Sans, Comic Sans MS, cursive;
}
.ourBelieve ol li:nth-child(n+10)::before {
  content: counter(ourBelieve) ".";
}
body.itemid-373 article div.listContainer > div, #left div.listContainer > div, #right div.listContainer > div {
  display: flex;
}
body.itemid-373 article div.listContainer > div > span, #left div.listContainer > div > span, #right div.listContainer > div > span {
  display: inline-block;
}
body.itemid-373 article div.listContainer > div > span.ellipsisFill, #left div.listContainer > div > span.ellipsisFill, #right div.listContainer > div > span.ellipsisFill {
  flex-grow: 1;
  border-bottom: 1px dashed;
  border-color: #404040;
  margin: 0 16px;
  transform: translateY(-4px);
}
body.itemid-373 article div.listContainer > div > span:last-child, #left div.listContainer > div > span:last-child, #right div.listContainer > div > span:last-child {
  margin-left: auto;
  margin-right: 0;
}
body.itemid-373 article ul.subList, #left ul.subList, #right ul.subList {
  margin-top: 0;
  margin-left: 32px;
}
#left {
  color: white !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#left div.content {
  margin-top: 20px;
}
#left span.ellipsisFill {
  border-color: white !important;
}
#right {
  color: #404040 !important;
}
#right div.content {
  margin-top: 20px;
}
#right span.ellipsisFill {
  border-color: #404040 !important;
}
#eb .eb-entry-head.insideTitle {
  position: relative;
  margin-bottom: 24px;
}
#eb .eb-entry-head.insideTitle h2#entryTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.7) 120%);
  padding: 1.563rem;
  margin: 0;
}
#eb h3 {
  margin: 36px 0 12px;
}
#eb h2#entryTitle {
  margin-top: 1.5rem;
  font-weight: bold;
}
#eb .eb-reading-progress-sticky.affix {
  z-index: 200000;
}
#eb .eb-reading-progress {
  width: 100%;
  height: 5px;
  position: fixed;
  left: 0;
}
#eb .eb-template {
  display: none;
}
#eb .eb-help-resize a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#eb .eb-help-resize a span {
  color: white;
}
#eb .scripture {
  border: solid 1px #eee;
  margin: 16px 0;
}
#eb .scripture p span {
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 2px;
}
#eb .scripture h3 {
  margin-bottom: 0;
  padding: 10px 15px;
}
#eb .scripture h3 span#arrowdown i {
  transition: 0.2s;
}
#eb .scripture h3.uk-active span#arrowdown i {
  transform: rotate(180deg);
}
#eb [id*=entry].eb-entry .eb-entry-article section p::first-letter {
  font-size: inherit !important;
  display: inline !important;
  margin-right: 0 !important;
  float: none !important;
  font-weight: normal !important;
}
#eb [id*=entry].eb-entry .eb-entry-article p:first-of-type:not(.normal) {
  text-indent: 0;
}
#eb [id*=entry].eb-entry .eb-entry-article p:first-of-type:not(.normal)::first-letter {
  font-size: 2em;
  display: block;
  margin-right: 0.9rem;
  float: left;
  font-weight: bold;
}
#eb [id*=entry].eb-entry .eb-entry-head a.eb-post-image-cover {
  border: none;
  background-size: cover !important;
}
#eb [id*=entry].eb-entry .eb-entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  white-space: nowrap;
  color: #b1b1b1;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
#eb [id*=entry].eb-entry .eb-entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-author-image {
  padding: 0 5px;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-author-image img {
  width: 60px;
  border-radius: 100%;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-author-info {
  padding: 5px;
  color: #888;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-author-info .eb-author-headbar {
  width: 1.5rem;
  height: 2px;
  background-color: #f8991d;
  margin-bottom: 6px;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-author-info .eb-author-name {
  margin-bottom: 8px;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-entry-tools {
  margin-right: 0;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-entry-tools > :first-child {
  margin-bottom: auto;
}
#eb [id*=entry].eb-entry .eb-entry-meta .eb-entry-tools .eb-entry-helper .fa {
  color: white;
}
@media only screen and (max-width: 768px) and (min-width: 400px) {
  #g-intro .donation {
    width: 75%;
  }
}
@media only all and (max-width: 30rem) {
  body .g-particle-intro .g-title-separator.no-intro-text {
    margin-bottom: 0.2rem;
  }
  body.prayer-meeting #g-breadcrumb, body.sunday-service #g-breadcrumb {
    display: none;
  }
  a.g-logo {
    text-align: center;
    margin-left: 0;
  }
  a.g-logo img {
    width: 45%;
  }
  .g-offcanvas-toggle {
    top: 18px;
  }
  div#left {
    padding: 40px 60px;
  }
  div#left .title {
    width: 100%;
    margin: 0 auto;
  }
  div#right {
    padding: 20px;
  }
  div#right fieldset {
    padding: 0 16px;
  }
  div#right h1 {
    text-align: center;
  }
  div#right label {
    font-size: 1rem;
  }
  body.com_easyblog.view-entry #g-mainbody {
    padding-top: 0;
  }
  body.com_easyblog.view-entry #g-mainbody .g-content {
    padding: 0;
    margin: 0;
  }
  body.com_easyblog.view-entry #g-mainbody .g-content h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  body.com_easyblog.view-entry #g-mainbody .g-content .eb-entry-body, body.com_easyblog.view-entry #g-mainbody .g-content .eb-entry-head, body.com_easyblog.view-entry #g-mainbody .g-content .eb-entry-tools {
    padding: 8px;
    padding-top: 0;
  }
  .video {
    margin-bottom: 16px;
  }
  .g-our-team:not(.gutter-disabled) {
    margin-left: 0;
    margin-right: 0;
  }
  .contact {
    flex-direction: column;
  }
}
.view-categories .scripture {
  display: none;
}
.view-entry #contentTop, .view-entry #contentBottom {
  display: none;
}
.view-categories.issues .eb-post-thumb {
  display: none !important;
}
@media only all and (max-width: 52.99rem) {
  .uk-notify {
    bottom: 72px;
  }
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 0 !important;
  }
  #g-intro .donation {
    width: 100%;
    margin-top: 0;
  }
  #g-intro .donation ul[id*=tabs-content] {
    padding: 20px;
  }
  #g-intro .donation .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, #g-intro .donation .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: 33.3333%;
  }
  #g-intro .donation .g-tabs li.g-tab-nav > a {
    font-size: 12px;
    padding: 10px 15px !important;
  }
  #g-intro .donation .g-tabs li.g-tab-nav > a > img {
    width: 12px !important;
    margin-right: 6px !important;
  }
  #g-intro .donation .uk-button-group#forPurpose {
    flex-wrap: wrap;
  }
  #g-intro .donation .uk-button-group#forPurpose > button {
    flex-basis: 33.333333%;
  }
  #g-intro .donation .uk-button-group#forPurpose > button:nth-child(4), #g-intro .donation .uk-button-group#forPurpose > button:nth-child(5), #g-intro .donation .uk-button-group#forPurpose > button:nth-child(6) {
    margin-top: 8px;
  }
}
/*# sourceMappingURL=custom_37.css.map */