img {
    max-width: 100%;
}

/*Sections - try and use the clients default full width sections instead of these*/
.newhere-section .newhere-section-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 3rem 0;
}

@media (min-width: 1024px) {
	 .newhere-section .newhere-section-inner {
		 
    }
    .newhere-section .newhere-section-inner.parallax {
        background-attachment: fixed;
    }
}

#content > .container {
    width: 100%;
    max-width: 100%;
}

.newhere-section p:last-of-type {
    margin: 0;
}

/*Featured Monklet*/
.nh3-monklet-section-featured {
	width: 100%;
	position: relative;
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center; 
}

.nh3-monklet-section-featured article {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 768px) {
	.nh3-monklet-section-featured article {
		width: 22.75%;
		margin-left: 3%;
	}
	.nh3-monklet-section-featured article:nth-child(4n+1) {
		margin-left: 0;
	}
}

.nh3-monklet-section-featured article .info > a div {
	margin-bottom: 1rem;
}

.nh3-monklet-section-featured article .info > a div span {
	font-size: 2.25rem;	
}

.nh3-monklet-section-featured article .info h5,
.nh3-monklet-section-featured article .info > a div span {
	-webkit-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}

.nh3-monklet-section-featured article .info p {
	margin-bottom: 0;
}

/*Grid Monklet*/
.nh3-monklet-section-grid {
	width: 100%;
	position: relative;
}

.nh3-monklet-section-grid .nh3-row {
	width: 100%;
	position: relative;
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.nh3-monklet-section-grid .nh3-row article {
	width: 100%;
	min-height: 1px;
	flex: 0 0 100%; 
	max-width: 100%;
}

@media (min-width: 768px) {
	.nh3-monklet-section-grid .nh3-row article {
		flex: 25% 1 0; 
		max-width: none; 
	}
}

.nh3-monklet-section-grid article > a {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	background-size: 0 0;
	cursor: pointer;
	overflow: hidden;
}

.nh3-monklet-section-grid article > a:after {
	content: "";
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 150;
	transition: .2s;
}

.nh3-monklet-section-grid article > a:hover:after {
	height: 110%;
}

.nh3-monklet-section-grid article.active > a {
	overflow: visible;
}

.nh3-monklet-section-grid article.active > a:after {
	height: 110%;
	-webkit-clip-path: polygon(100% 0, 100% 91%, 60% 91%, 50% 100%, 40% 91%, 0 91%, 0 0);
	clip-path: polygon(100% 0, 100% 91%, 60% 91%, 50% 100%, 40% 91%, 0 91%, 0 0);
}

.nh3-monklet-section-grid article.inactive > a {
	opacity: .3;
}

.nh3-monklet-section-grid article.inactive > a:hover {
	opacity: 1;
}

.nh3-monklet-section-grid article > a h4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transition: .3s;
	z-index: 155;
}

.nh3-monklet-section-grid article > a:hover h4 {
	opacity: .7;
}

.nh3-monklet-section-grid article > a h4 span {
	display: block;
	position: relative;
	text-align: center;
	padding: 0 1rem;
  	top: 50%;
  	transform: translateY(-50%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.nh3-monklet-section-grid article .info-wrap {
	width: 100%;
	transition: .3s;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 100;
}

.nh3-monklet-section-grid article.active .info-wrap {
	max-height: 600px;
	opacity: 1;
	visibility: visible;
}

.nh3-monklet-section-grid .nh3-desktop {
	display: none;
}


@media (min-width: 768px) {
	.nh3-monklet-section-grid article .info-wrap {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.nh3-monklet-section-grid .nh3-desktop {
		display: none !important;
	}
}

.nh3-monklet-section-grid .nh3-desktop .info,
.nh3-monklet-section-grid article .info {
	padding: 3rem 2rem;
	font-size: 1rem;
	line-height: 1.4;
}

.nh3-monklet-section-grid .info .more {
	margin-top: 1.5rem;
}


/*Staff Monklet*/
.nh3-monklet-section-staff {
	width: 100%;
	position: relative;
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center; 
}

.nh3-monklet-section-staff article {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 768px) {
	.nh3-monklet-section-staff article {
		width: 22%;
		margin-left: 4%;
	}
	.nh3-monklet-section-staff article:nth-child(4n+1) {
		margin-left: 0;
	}
}

.nh3-monklet-section-staff article .image {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nh3-monklet-section-staff article .image img {
    display: block;
    width: 100%;
    height: auto;
}

.nh3-monklet-section-staff article .image:hover .info-rollover {
    opacity: 1;
}

.nh3-monklet-section-staff article .info-rollover {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.nh3-monklet-section-staff article .info-rollover .info-rollover-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    height: calc(100% - 58px);
    /*buffer matches ul (li height + ul top calc + 10)*/
    overflow-x: hidden;
    overflow-y: auto;
}

.nh3-monklet-section-staff article .info-rollover .info-rollover-inner a {
    position: relative;
    display: block;
    height: 100%;
}

.nh3-monklet-section-staff article .info-rollover .info-rollover-inner p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 1em 5% 0 5% !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
}

.nh3-monklet-section-staff article .info-rollover .info-rollover-inner span.spacer {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.nh3-monklet-section-staff article .info-rollover ul,
.nh3-monklet-section-staff article .info-rollover li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nh3-monklet-section-staff article .info-rollover ul {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.nh3-monklet-section-staff article .info-rollover ul li {
    padding: 0 .25rem !important;
}

.nh3-monklet-section-staff article .info-rollover ul li a {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
}

.nh3-monklet-section-staff article .info-rollover ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
}

.nh3-monklet-section-staff article .info h6 {
	margin-bottom: .5rem;
}

.nh3-monklet-section-staff article .info p {
	margin-bottom: 0;
}

/*Featured Event Monklet*/
.nh3-monklet-section-featured-event article {
 	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.nh3-monklet-section-featured-event .info {
	padding: 3rem 5%;
	text-align: center;
}

@media (min-width: 768px) {
	.nh3-monklet-section-featured-event .info {
		padding: 6rem 5%;
	}
	.nh3-monklet-section-featured-event .info p {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*Featured Article Monklet*/
.nh3-monklet-section-featured-article article {
 	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 2rem;
	overflow: hidden;
}

.nh3-monklet-section-featured-article article > .container.flexbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}


.nh3-monklet-section-featured-article .image {
	margin-bottom: 2rem;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.nh3-monklet-section-featured-article .image img {
	display: block;
	width: 100%;
	height: auto;
}

.div-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.div-embed img {
    display: block;
    width: 100%;
    height: auto;
}

.div-embed iframe,
.div-embed object,
.div-embed embed,
.div-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.div-embed video {
    background-position: center center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.nh3-monklet-section-featured-article .info {
	text-align: center;
}

@media (min-width: 768px) {
	.nh3-monklet-section-featured-article article {
		padding: 6rem 5%;
		position: relative;
		display: -webkit-box; 
		display: flex;
		-webkit-box-pack: center;
		justify-content: center; 
	}
	.nh3-monklet-section-featured-article .image {
		margin-bottom: 0;
		width: 47.5%;
		margin-right: 5%;
	}
	.nh3-monklet-section-featured-article .info {
		width: 47.5%;
		text-align: left;
	}
}

/*Church Map*/
#nh3-location-map {
	width: 100%;
	padding: 0;
	margin: 0;
}

#nh3-location-map.loading {
	min-height: 300px; 
    background-image: url(/_assets/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px;
}

@media (min-width: 768px) { 
	#nh3-location-map.loading { 
		min-height: 460px;
	}
}

#nh3-location-map.active {
	height: 300px; 
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) { 
	#nh3-location-map.active { 
		height: 460px;
	}
}

#nh3-location-map img { 
	max-width: none;
}

#nh3-location-map .infowindow {
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
	padding: 20px 0 20px 15px;
    filter: drop-shadow(0 0 7px rgba(0,0,0,.3));
}

#nh3-location-map .infowindow .info > div {
	text-align: center;
}

#nh3-location-map .infowindow .info h6 {
	margin-bottom: .5rem;
}

#nh3-location-map .infowindow .info p {
	font-size: 16px;
	margin-bottom: .25rem;
}

#nh3-location-map .infowindow .info p a {
	margin: 0 .25rem;
}



.nh3-monklet-section-grid .nh3-desktop .info {
	max-width: 62em;
    width: 90%;
    padding: 3rem 5%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}


@media (min-width: 1028px) {
	html.flexbox #billboard-wrap .text .inner {
		padding-bottom: 0px;
    	width: 100%;
	}
	#billboard-wrap.hasbillboard .text {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}	
}




/*Staff overlay icons*/
#csec-new-here-3-featured-ministries.newhere-section .container,
#csec-new-here-3-article.newhere-section .container {
    width: 100%;
    padding: 0 0%;
    max-width: 100%;
}

#csec-new-here-3-article.newhere-section .newhere-section-inner {
    padding-bottom: 0px;
}
#csec-new-here-3-featured-ministries.newhere-section .container{
    overflow-y: hidden;
}
#billboard-wrap.hastext .text h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.nh3-monklet-section-staff article .image .staff3-rollover {
    background-color: rgba(24, 31, 42, 0.7);
    color: #ffffff;
}
.nh3-monklet-section-staff article .image .staff3-rollover {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.nh3-monklet-section-staff article .image:hover {
    cursor: pointer;
}
.nh3-monklet-section-staff article .image:hover .staff3-rollover {
    opacity: 1;
}
.nh3-monklet-section-staff article .image .staff3-rollover ul, 
.nh3-monklet-section-staff article .image .staff3-rollover li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.nh3-monklet-section-staff article .image .staff3-rollover ul {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.nh3-monklet-section-staff article .image .staff3-rollover ul li {
    padding: 0 .25rem !important;
}

.nh3-monklet-section-staff article .image .staff3-rollover ul li a {
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
}

.nh3-monklet-section-staff article .image .staff3-rollover ul li a {
    color: rgba(24, 31, 42, 0.8);
    background-color: rgba(255, 255, 255, 0.5);
}
.nh3-monklet-section-staff article .image .staff3-rollover ul li a {
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
}
.nh3-monklet-section-staff article .image .staff3-rollover ul li a {
    color: rgba(24, 31, 42, 0.8);
}


.nh3-monklet-section-staff article .image .staff3-rollover .staff3-rollover-inner p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 1em 5% 0 5% !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
}

.nh3-monklet-section-staff article .image .staff3-rollover .staff3-rollover-inner p {
    padding: 0% 10% 0 10% !important;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.nh3-monklet-section-staff article .image .staff3-rollover p {
    color: #ffffff;
}
.nh3-monklet-section-staff article .image .staff3-rollover ul li a:hover {
    background-color: #ffffff;
}
@font-face {
  font-family: 'staff-Icons';
  src:
    url('/_assets/img/layouts/staff/staff-Icons.ttf?a0v504') format('truetype'),
    url('/_assets/img/layouts/staff/staff-Icons.woff?a0v504') format('woff'),
    url('/_assets/img/layouts/staff/staff-Icons.svg?a0v504#staff-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="iconstaff-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'staff-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconstaff-instagram:before {
  content: "\e910";
}
.iconstaff-images:before {
  content: "\e900";
}
.iconstaff-podcast:before {
  content: "\e901";
}
.iconstaff-envelop-opened:before {
  content: "\e902";
}
.iconstaff-mobile:before {
  content: "\e903";
}
.iconstaff-search:before {
  content: "\e904";
}
.iconstaff-arrow-up:before {
  content: "\e905";
}
.iconstaff-arrow-down:before {
  content: "\e906";
}
.iconstaff-share:before {
  content: "\e907";
}
.iconstaff-facebook:before {
  content: "\e908";
}
.iconstaff-twitter:before {
  content: "\e909";
}
.iconstaff-feed:before {
  content: "\e90a";
}
.iconstaff-youtube:before {
  content: "\e90b";
}
.iconstaff-vimeo:before {
  content: "\e90c";
}
.iconstaff-flickr:before {
  content: "\e90d";
}
.iconstaff-linkedin:before {
  content: "\e90e";
}
.iconstaff-pinterest:before {
  content: "\e90f";
}

/*fix layouts*/
#content.fullwidth #text {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
#content .content-section#csec-new-here-3-article .content-section-inner,
#content .content-section#csec-new-here-3-featured-ministries .content-section-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#billboard .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#nh3-location-map .infowindow {
    background: white;
}

.nh3-monklet-section-grid .nh3-desktop .info {
    text-align: left;
}
#content .content-section .content-section-inner {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 64em){
    #content .content-section h2 {
        font-size: 2.25em;
    }
}

@media (max-width: 767px) { 
    #content.fullwidth #text {
        padding-left: 0px;
        padding-right: 0px;
    }
    #content .content-section .content-section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content #csec-new-here-3-article .content-section-inner,
    #content #csec-new-here-3-featured-ministries .content-section-inner{
        padding-left: 0px;
        padding-right: 0px;
    }
}
