html {
	font-family: "Microsoft JhengHei","微軟正黑體",system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
input:required {
	box-shadow: none;
}
div p {
  margin: 8px 0px;
}
.section-bg-gray {
  background-color: #f4f4f4;
}
main {
  background-color: #ffffff;	
  background-image: url(../images/Image_13.png);
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  transform: translateZ(200px);
}
header {
	height: 48px;
	z-index: 1001;
	transition: all 0.6s;
}
.search-form {
  transition: all 0.6s;
  top: 0px;
  z-index: -10;
}
.para-container, .para-container-sm {
	overflow ;
}
#banner, #banner_sm {
  width: 100%;
  height: 120%;
  will-change: transform;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-wrapper {
  transform: translateZ(110px);
  z-index: 1000;
}
#menuBar > li > ul > li:hover {
	background-color: #002156;
}
#menuBar li .sub-menu {
	background-color: #004580;
	width: auto;
	white-space: nowrap;
}
#menuBar li .sub-menu li ul {
	background-color: #002156;
}
.group:hover .group-hover\:block {
  display: inline-block !important;
  transform: translateZ(110px);
}
#breadcrumbs ul li a {
	color: #0e7eb5
}
#breadcrumbs ul li::after {
  content: "/";
  margin: 0 7px;
}
#breadcrumbs ul li:last-child::after {
  content: "";
}
#events {
  transform: translateZ(100px);
}
.imgBox {
	position: relative;
}
.imgBox::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
	pointer-events: none;
	transition: 0.6s;
}
.imgBox:hover::after {
	background: rgba(255,255,255,0.2);
}
.event-title {
	min-height: 65px;
}
.thumbnail::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
	transition: 0.6s;
}
.thumbnail:hover::after {
	background: rgba(255,255,255,0.2);
}
.card-body a:hover span,
.card-body a:hover,
#team a:hover h2 {
	color: transparent;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	background: -webkit-linear-gradient(left, #1c338e 30%, #0080d2 100%);
} 
.ms-container {
	height: 680px;
	overflow: hidden;
}
#mission-services, #mission-services-sm {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  will-change: transform;
}
#scripture .wrapper img {
  width: 43px;
  height: 30px;
}

#slider {
  transform: translateZ(100px);
}
#team {
	margin-bottom: 110px;
}
.search-results li a {
	color: #5097d5;
}
.search-results li a:hover {
	color: #50AAD5;
}
footer {
  background: rgb(14,126,181); 
  background: radial-gradient(circle, rgba(14,126,181,1) 0%, rgba(29,39,54,1) 100%);
}
.footer-top {
  background-image: url(../images/footer-topbar.png);
  background-repeat: repeat-x;
}
.footer-content a.tel-link {
  margin-right: 15px;
}
.modal-mask {
	position: fixed;
	z-index: 1000;
	background-color: rgba(0,0,0,0.7);
	transition: 0.6s;
}
.modal-mask.closed {
	transform: scale(0);
	background-color: rgba(0,0,0,0);
}
.modal {
	background-color: #004580;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.5)
}
.modal .close-btn {
	top: 10px;
	right: 20px;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}
.modal p {
	margin: 20px 0px;
}

/* Tiny Slider Settings */

.tns-nav {
  text-align: center;
  margin-top: 20px;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #000;
  border: 0;
}

.tns-outer {
  position: relative;
}
.tns-controls {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  transform: translateY(-50%)
}
#events .tns-controls {
	z-index: 10;
}
.tns-controls:focus {
	outline: none;
}
/* Push menu start */
.logo-wrapper {
	padding: 20px 1em 20px 1.8em;
}
.close-slidemenu {
  z-index: 100;
  background-color: #004580;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.close-slidemenu.invisible {
	transform: translateX(30px);
}
.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}

.menu-trigger:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;
	background: #fff;
	box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
	content: '';
}

.mp-pusher {
	position: relative;
	right: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 48px;
	right: 0;
	z-index: 1000;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #004580;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	z-index: 10;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	min-height:100vh;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(40px, 0, 0);
	-moz-transform: translate3d(40px, 0, 0);
	transform: translate3d(40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */

.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

/* content style */

.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
	color: #ffffff;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
nav#mp-menu ul li {
    padding: 0;
    float: none;
}
.mp-menu ul li > a {
	display: block;
	padding: 20px 1em 20px 1.8em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.0625rem;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	color: #ffffff;
}
.mp-menu ul li > a.social {
		display: inline;
}
.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 4.2;
}
.mp-menu ul li::after {
    position: absolute;
    right: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 4.2;
}
.mp-menu ul li a > span.arrow {
	position: absolute;
	font-size: 16px;
	right: 10px;
}
.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	background: rgba(0,0,0,0.1);
	outline: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	font-size: 0.8em;
	padding: 0 1em 0 1em;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	line-height: 20px;
	padding-left: 25px;
}

.mp-back::after {
	position: absolute;
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

.icon::before {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    margin-right: .6em;
    -webkit-font-smoothing: antialiased;
}
/* Push Menu End */


/* Forms Settings Start */

.md-input-box {
	@apply relative;
  	position: relative;
}
.md-input {
	@apply w-full;
  	width: 100%;
	outline: none;
	height: 50px;
}
.md-input.md-textarea {
	height: auto;
}
.md-label {
  	display: block;
  	position: absolute;
  	pointer-events: none;
	transform-origin: top left;
	transform: translate(0, -30px) scale(1);
	transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.md-textarea-label {
  	display: block;
  	position: absolute;
  	pointer-events: none;
	transform-origin: top left;
	transform: translate(0, -140px) scale(1);
	transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.md-label-focus {
	@apply text-blue;
	color: #3182ce;
	transform: translate(0, -65px) scale(0.75);
	transform-origin: top left;
}
.md-input-underline {
	border-bottom: 1px solid #718096;;
}
.md-input-underline:after {
  	position: absolute;
  	left: 0;
  	right: 0;
  	pointer-events: none;
	bottom: -0.05rem;
	content: "";
	transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	transform: scaleX(0);
	border-bottom: 2px solid #805ad5;
}
.md-input:focus ~ .md-input-underline:after {
	transform: scaleX(1);
}
.md-input:focus + .md-label, .md-input:not(:placeholder-shown) + .md-label {
  	@apply md-label-focus;
	color: #3182ce;
	transform: translate(0, -65px) scale(0.75);
	transform-origin: top left;
}
.md-input:focus + .md-textarea-label, .md-input:not(:placeholder-shown) + .md-textarea-label {
  	@apply md-label-focus;
	color: #3182ce;
	transform: translate(0, -180px) scale(0.75);
	transform-origin: top left;
}

/* Forms Settings End */

.contents {
	display: contents;
}
.text-17 {
	font-size: 17px;
}
.text-21 {
	font-size: 21px;
}
.sl-overlay {
	background: #000000;
	opacity: 0.9;
}
.shadow-mcs {
	box-shadow: 0px 0px 4px 0px rgba(143, 143, 143, 0.5);
}
#childrebn-pages figcaption {
	color: #004580;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: -1;
    background: #ffffff;
    color: rgb(0, 69, 128);
    padding-left: 6px;
	font-size: 30px;
	opacity: 0;
	transition: 0.7s;
}
.scrollup.show {
	opacity: 1;
	z-index: 100000;
}
#content ol {
	padding: 0 30px;
}
#content ol li {
	padding: 0 0px;
}
.fc-daygrid-dot-event .fc-event-title {
	display: block;
}
@media (max-width: 400px) {
	.services .circle {
		width: 120px !important;
		height: 120px !important;
	}
}
@media (max-width: 640px) {
	.para-container-sm {
		height: 250px !important;
	}
	#banner_sm {
    	height: 120% !important;
  	}    
	.nav-wrapper {
    	height: 100%;
	}
	.search-form.show {
		opacity: 1;
		top: 48px;
		z-index: 10;
	  }    
	.services .circle {
		width: 150px;
		height: 150px;
	}
	.ms-container {
		height: auto;
	}
}

@media (min-width: 640px) {
  .para-container-sm {
	height: 300px;
  }
  #banner, #banner_sm {
	height: auto;
  }
  .nav-wrapper {
    height: 100%;
  }
  .search-form.show {
	opacity: 1;
	top: 48px;
	z-index: 10;
  }
  .services .circle {
	width: 150px;
	height: 150px;
}    
}

@media (min-width: 768px) {
  #banner, #banner_sm {
    height: auto;
  }
  .nav-wrapper {
    height: 100%;
  }
  .search-form.show {
	opacity: 1;
	top: 48px;
	z-index: 10;
  }
  .services .circle {
	width: 150px;
	height: 150px;
}
}

@media (min-width: 1024px) {
  .para-container {
	  height: 499px;
  }
  #banner, #banner_sm {
    height: auto;
  }
  .nav-wrapper {
    height: 100%;
  }
  .search-form.show {
	opacity: 1;
	top: 48px;
	z-index: 10;
  }
  .services .circle {
	width: 165px;
	height: 165px;
	font-size: 17px;
	color: #004580;
}
#events .tns-controls {
	z-index: 0;
}
}

@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
  #banner, #banner_sm {
    height: auto;
  }
  .nav-wrapper {
    height: 100%;
  }
  .search-form.show {
	opacity: 1;
	top: 48px;
	z-index: 10;
  }
  .services .circle {
	width: 180px;
	height: 180px;
	font-size: 17px;
	color: #004580;
 }
}