@charset "utf-8";
/* CSS Document */


/***** Helper Class *****/

.MFSB {
	font-family: "Montserrat SemiBold", "sans-serif";
}

.MB100 {
	margin-bottom: 100px;
}

.ml-115 {
	margin-left: -115px;
}

@media (max-width: 320px) {  
		.ml-115 {
		margin-left: -90px;
	}
}

@media (min-width: 370px) and (max-width: 405px) {  
		.ml-115 {
		margin-left: -125px;
	}
}

@media (min-width: 406px) and (max-width: 475px) {  
		.ml-115 {
		margin-left: -138px;
	}
}

.cover {
	object-fit: cover;
}

.articleStyling {
    font-size: 1.2rem;
    font-weight: 300;
}

.display-4 {
	font-size: 3.2rem !important;
}


/***** Font Class *****/
html{ -webkit-font-smoothing: antialiased; }

div#navbarSupportedContent ul li a,
div#navbarSupportedContent button {
    font-family: 'Montserrat', sans-serif;
}



/***** Header Class *****/
div#HeaderTitle h1 {
    margin: 140px 0 280px 0;
    font-family: "Montserrat", "sans-serif";
	font-weight: 500;
} 

div#HeaderTitle h1.sermon-header {
    margin: 80px 0 260px 0;
    font-family: "Montserrat", "sans-serif";
	font-weight: 500;
} 

div#StoreHeaderTitle h1 {
	margin-top: 30px;
	font-family: "Montserrat", "sans-serif";
    font-weight: 500;
}

@media (max-width: 576px) {
    div#HeaderTitle h1 {
		margin: 60px 0 280px 0;
	} 
}

/***** Navigation Class *****/

#MainNav .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

div#navbarSupportedContent ul li a,
div#navbarSupportedContent button {
    font-size: 0.8rem;
}

div#navbarSupportedContent ul.DeskTop li a {
    color: #fff;
	padding-top: 6px;
    padding-bottom: 6px;
	font-weight: bold;
}

div#navbarSupportedContent button {
    font-weight: bold;
}

#navbarSupportedContent div.nw310 {
	width: 310px;
}

@media (max-width: 576px) {
    div#navbarSupportedContent ul li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}
	ul.navbar-nav.DeskTop {
		margin-top: 20px;
	}
	div#navbarSupportedContent ul.DeskTop li a {
		font-size: 1.1rem;
		font-weight: bold;
	}
	#navbarSupportedContent div.nw310 {
    width: auto;
    border: none;
	}
}


/***** NewHere Class *****/

/*section#NewHere {
    background: url(/beta/img/bg-cathedral.jpg) no-repeat top;
}*/

div#Promo {
    margin-top: 140px;
    padding-left: 70px;
}

div#Promo h1 {
    font-family: "Montserrat", "sans-serif";
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
}

div#Promo p {
    font-family: "Merriweather", "sans-serif";
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
}

div#Promo button a {
    color: #fff;
	padding: 10px 20px;
}

div#Promo button a:hover,
div#Promo button a:active,
div#Promo button { 
    color: #444;
	text-decoration: none;
}


@media (max-width: 767px) {
        div#Promo {
        margin-top: 20px;
        padding-left: 0;
    }
        div#Promo h1 {
        font-family: 'Montserrat','sans-serif';
        font-size: 2.8rem;
        color: #fff;
        font-weight: 600;
    }
}


@media (max-width: 576px) {
        div#Promo h1 {
        font-size: 1.8rem;
        font-family: 'Montserrat','sans-serif';
    }
        div#Promo p {
        font-family: "Merriweather", "sans-serif";
        font-size: 1.2rem;
    }
}


div#Announcement {
    margin-top: -60px;
}

div#Announcement div.carousel-caption {
    right: 5%;
    left: 5%;
    bottom: 30px;
}

div#Announcement p.strapline {
    font-family: "Merriweather Light", "sans-serif";
    font-size: 1rem;
    font-style: normal;
}

div#Announcement p {
    font-family: "Merriweather Light", "sans-serif";
    font-size: 1.3rem;
    font-style: italic;
}

div#Announcement h2 {
    font-family: "Lato", "sans-serif";
    font-weight: bolder;
}

div#Announcement div.CTA img {
    widows: 16px;
    height: 16px;
}


div#Events div.GreyBlock {
    background-color: #f0f0f0; 
    max-width: 24.33%;
    min-height: 230px;
    border-top: 10px solid #ffcc00;
    padding: 0 20px 20px 20px;
}

@media (min-width: 992px) and (max-width: 1199px){
        div#Events div.GreyBlock {
        max-width: 24.22%;
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
        div#Events div.GreyBlock {
        max-width: 49.3%;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
        div#Events div.GreyBlock {
        max-width: 100%;
        padding: 0 30px 20px 30px;
    }
}

div#Events div.GreyBlock h4 {
    font-size: 1rem;
    margin-top: 20px;
    color: #1e1e1e;   
    font-family: "Montserrat","sans-serif"
}

div#Events div.GreyBlock p {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.8rem;
    font-style: normal;  
}

div#Events div.GreyBlock span {
    font-family: "Merriweather","sans-serif";
    font-size: 1rem;
    font-style: normal;
}

@media (max-width: 767px) {
    	div#Events div.GreyBlock h4 {
    	font-size: 1.5rem;
    }
	div#Events div.GreyBlock p {
		font-size: 0.9rem;
	}
}


/***** Media Series Class *****/

section#MediaSeries {
    margin-top: 100px;
}

/*section#MediaSeries div.SermonTitle {
    padding-top: 6%;
}*/

section#MediaSeries span.title {
    font-family: "Montserrat", "sans-serif";
    font-size: 0.9rem;
}

section#MediaSeries h3 {
    font-family: "Montserrat", "sans-serif";
    font-size: 1.8rem;
	font-weight: 600;
}

section#MediaSeries p {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.8rem;
}

section#MediaSeries span.CTA {
    font-weight: 600;
}

@media (max-width: 767px) { 
	section#MediaSeries {
		padding: 0; 
	}
}


/***** Articles Class *****/

section#Articles {	
    margin-top: 90px;
}

section#Articles div.GreyBlock {
    background-color: #f0f0f0;
    padding: 0 10px;
    max-width: 100%;
}

section#Articles div.BlogPostLabel {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.7rem;
}

section#Articles h4 {
    font-size: 1rem;
    font-family: "Lato", "sans-serif";
    font-weight: bold;
}

section#Articles p {
    font-family: Lato, "sans-serif";
    font-weight: bold;
    font-size: 0.8rem
}

#ArticleEventsDetails div.progress {
	background-color: #777;
}

section#Articles span.CTA {
    font-size: 0.8rem;
}

#ArticleHeaderTitle {
	padding-bottom: 225px;
}

#ArticleHeaderTitle h1 {
	margin: 10px 0 20px 0;
    font-family: "Montserrat", "sans-serif";
	font-weight: 600;
}

#ArticleHeaderTitle h3,
#ArticleHeaderTitle h4 {
	font-family: "Montserrat Light", "sans-serif";
    font-size: 1.8rem;
	margin-top: 90px;
}

#button-container button {
	min-width: 200px;
} 

@media (max-width: 575px) {
	#ArticleHeaderTitle {
		padding-bottom: 50px;
	}
	#ArticleHeaderTitle h1 {
		font-size: 2rem;
		margin-top: 25px;
	}
	#ArticleHeaderTitle h3, 
	#ArticleHeaderTitle h4 {
		margin-top: 20px;
	}
}

#ArticleEventsDetails {
	margin-bottom: 100px;
}

#ArticleEventsDetails h3,
#ArticleEventsDetails h4 {
	font-family: "Montserrat", "sans-serif";
}

#ArticleEventsDetails h2 {
	font-size: 2.2rem;
}

#ArticleEventsDetails h3 {
	font-size: 2rem;
}

#ArticleEventsDetails h4 {
	font-size: 1.8rem;
}

#ArticleEventsDetails p {
	font-family: "Merriweather", "sans-serif";
	font-size: 1.2rem;
	font-weight: 300;
	padding-bottom: 24px;
}

#ArticleEventsDetails ul {
	padding-bottom: 20px;
}

#ArticleEventsDetails ul li {
	font-family: "Merriweather", "sans-serif";
	font-size: 1.2rem;
	font-weight: 300;
	padding-bottom: 10px;
}

#ArticleEventsDetails div.ProfileThumbnail p {
	font-size: 1.2rem;
}

#ArticleEventsDetails div.ProfileThumbnail span {
	font-size: 1rem;
}

#ArticleEventsDetails div.ProfileThumbnail img {
	width: 80px;
}

@media (max-width: 575px) {
	#ArticleEventsDetails div.ProfileThumbnail p {
		font-size: 0.9rem;
	}
}

section.bg-grey {
	background-color: #ededed; 
	margin-bottom: -100px;
	padding: 100px 0;
}

section.grey-bg {
	background-color: #ededed; 
	padding: 100px 0;
}

section.grey {
	background-color: #ededed; 
	margin-bottom: -100px;
}

section.black-bg {
	background-color: #000000; 
	padding: 100px 0;
}



/***** About Us Class *****/

#About h2 {
    font-family: "Montserrat", "sans-serif";
    font-size: 2rem;
}

#About h3 {
    font-family: "Montserrat", "sans-serif";
    font-size: 1.6rem;
}

#About div.MeetOurPastors p {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.9rem;
}

#About div.Block, 
#About3 div.Block,
#About3A div.Block,
section.About4 div.Block {
    background-color: #f0f0f0;
}

#About div.Block {
    min-height: 100%
}

#About2,
#About2A {
    background-color: #ededed;
}

#Blog {
    margin-bottom: -100px;
}

#About2 p,
#Blog p {
    font-family: "Merriweather", "sans-serif";
}

#About3 div.Block,
#About3A div.Block {
    min-height: 95%;
    margin-bottom: 20px;
}

#About3B div.Block {
    min-height: 200px;
    margin-bottom: 20px;
}

#About3 h5,
#About3A h5,
#About3B h5 {
    text-transform: uppercase;
}

#About p,
#About3 p,
#About3A p,
#About3B p,
section.About4 p,
#ArticleEventsDetails div.Block.MeetOurPastors p {
    font-size: 0.95rem;
    font-family: "Merriweather", "sans-serif";
}

#OurMission p {
    font-size: 1.2rem;
    font-family: "Merriweather", "sans-serif";
}

#ArticleEventsDetails div.Block.MeetOurPastors h4 {
	font-size: 1.35rem;
}

#About3 div.Block.Dark,
#About3A div.Block.Dark,
#About3B div.Block.Dark,
section.About4 div.Block.Dark,
section.About4A div.Block.Dark {
    background-color: #9B9B9B;
	color: #ffffff;
}

section#About3 div.Block.Dark h5 a {
	color: #ffffff!important;
}


/***** Resource Class *****/

section#Resource {
    background-color: #1e1e1e;
}

section#Resource p,
section#ResourceSeriesPage p {
    font-size: 0.9rem;
    font-family: "Montserrat Light", "sans-serif";
}

section#Resource p.SermonDetails {
    font-size: 0.8rem;
}

section#Resource p.SermonDescription {
    font-family: Merriweather, "Merriweather Light", "sans-serif"; 
    font-size: 0.8;
}

section#Resource h3,
section#ResourceSeriesPage h3 {
    font-size: 1.8rem;
    font-family: Montserrat, "Montserrat Medium", "sans-serif";
}

section#ResourceSeries {
    margin-top: -80px;
}

section#ResourceSeriesPage {
    margin-top: -200px;
    margin-bottom: -100px;

}

div#HeaderTitle2 h1 {
    margin: 100px 0 280px 0;
    font-family: "Montserrat Medium", "Helvetica Neue", "sans-serif";
}

@media (max-width: 767px) {
        div#HeaderTitle2 h1 {
    	margin: 50px 0 260px 0;
    }
}

section#ResourceSeries p.SermonSeriesDescription {
    font-size: 0.8rem;
}

section#ResourceSeries div.Block {
    background-color: #fff;
    min-height: 100%;
}

section#ResourceSeriesPage div.Block {
    background-color: #fffff;
}

footer.route-app__footer.route-app__footer--embedded {
    display: none;
}


/***** Events Class *****/

section#Events {
    max-width: 1440px;
}


section#Events2 p {
    font-size: 0.9rem;
}

#Events3 h2, 
#Events3 h5 {
    font-family: "Montserrat", "sans-serif";
	font-weight: 400;
}

#Events3 div.UpcomingEvents p {
	font-family: "Merriweather", "sans-serif";
    font-size: 0.8rem;
    font-style: normal;
}

#Events3 h5 {
    font-size: 1.15rem;
}

#Events3 div.CalendarBlock {
    background-color: #4a4a4a;
	height: 41%;
}

#Events3 div.CalendarBlock span.month {
    font-family: "Montserrat", "sans-serif";
}

#Events3 div.CalendarBlock span.date {
    font-size: 2.5rem;
    margin-top: -0.8rem;
    font-family: "Montserrat", "sans-serif";
	text-align: center;
}


#Events3 div.CalendarDescription {
    background-color: #f0f0f0;
    min-height: 220px;
}

#Events3 div.CalendarDescription p {
    font-size: 0.8rem;
    font-family: "Merriweather", "sans-serif";
	font-weight: 400;
}

#EventsHeaderTitle {
    padding-bottom: 160px;
}

#EventsHeaderTitle h1 {
    margin: 100px 0 20px 0;
    font-family: "Montserrat", "sans-serif";
}

#EventsHeaderTitle h2 {
    font-family: "Montserrat", "sans-serif";
    font-size: 2.8rem;
}

#EventsHeaderTitle h3 {
    font-family: "Montserrat", "sans-serif";
    font-size: 1.8rem;
}


#EventsDetails div {
    font-size: 0.9rem;
    font-family: "Montserrat", "sans-serif";
}

#EventsDetails p {
    font-size: 0.8rem;
    font-family: "Merriweather", "sans-serif";
}


/***** Giving Class *****/

#GivingWays {
	background-color: #ededed;
}

#GivingWays div.WhiteBlock {
	background-color: #ffffff;
	border-top: 10px solid #ffcc00;
	min-height: 210px;
}

#GivingWays p.GivingDescription,
#GivingWays div.WhiteBlock span {
	font-size: 0.8rem;
	font-family: "Merriweather", "sans-serif";
}

#GivingNeeds div.GreyBlock {
	background-color: #ededed;
	min-height: 220px;
}

#GivingNeeds div.GreyBlock p {
	font-size: 0.8rem;
	font-family: "Merriweather", "sans-serif";
}

#GivingNeeds div.GreyBlock span.needed {
	font-size: 0.8rem;
	font-family: "Montserrat", "sans-serif";
}

#GivingNeeds div.GreyBlock p.amount {
	font-size: 2.5rem;
	font-family: "Montserrat", "sans-serif";
}

#GivingNeeds2 {
	background-color: #ededed;
	margin-bottom: -100px;
}

div#ArticleEventsDetails + section#GivingNeeds2 {
	margin-top: -100px;
}

div.GivingMissions button {
	min-width: 25%;
}

#GivingNeeds2 input.cat_textbox, 
#GivingNeeds2 textarea.cat_listbox, 
#GivingNeeds2 select#Title,
#GivingNeeds2 select#CardExpiryMonth,
#GivingNeeds2 select#CardExpiryYear,
#GivingNeeds2 select.cat_dropdown, 
#GivingNeeds2 select.cat_listbox {
    width: 100% !important;
}

#GivingNeeds2 h2 {
	font-size: 2.6rem;
	font-family: "Montserrat Medium", "sans-serif";
}

#GivingNeeds2 h3 {
	margin-top: 70px;
}


/***** New Here Class *****/

#OurMission blockquote p {
	font-size: 1.6rem;
	font-family: "Merriweather", "sans-serif";
	font-style: italic;
}

#OurMission blockquote img {
	width: 20px;
}

#SeviceTimes h3,
#GettingHere h3 {
	font-family: "Montserrat SemiBold", "sans-serif";
}

#GettingHere p.lead {
	font-family: "Merriweather", "sans-serif";
	font-size: 1rem;
	font-style: italic;
}

#GettingHere div.GreyBlock,
#NewHereEvents div.GreyBlock,
div.GreyBlock {
	background-color: #ededed;
}

div#collapseExample.GreyBlock p {
	font-size: 1rem;
}

#GettingHere div.GreyBlock {
	min-height: 430px;
}

#NewHereEvents p {
	font-size: 0.85rem;
}


/***** Footer Class *****/

section#Footer {
    background-color: #1E1E1E;
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 20px;
}

section#Footer img.logo {
    width: 60px;
}

section#Footer addr {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.8rem;
    font-style: italic;
}

section#Footer li a {
    text-transform: uppercase;
    font-family: "Montserrat", "sans-serif";
    font-size: 0.8rem;
	font-weight: 600;
}

section#Footer div input#EmailAddress {
	min-width: 170px;
}

@media (min-width: 1200px) {
        section#Footer div input#EmailAddress {
		min-width: 210px;
	}
}

section#Footer div.Block p {
    font-family: "Merriweather", "sans-serif";
    font-size: 0.9rem;
}

section#Footer button {
    font-weight: bold;
    text-transform: uppercase;
}

section#Footer div.Terms p {
    font-size: 10px;
    font-family: "Merriweather", "sans-serif";
}

@media (min-width: 100px) and (max-width: 991px) {
        section#Footer div.FooterMenu ul li {
        margin: 5px 0;
    }
        section#Footer div.FooterMenu {
        margin-top: 30px;
        margin-bottom: 30px;
    }
        section#Footer div.FooterMenu li a {
        font-size: 1.6rem;
        font-family: "Montserrat", "sans-serif";
		font-weight: 600;
    }
        section#Footer p {
        font-size: 1rem;
    }
        section#Footer div.Terms p {
        font-size: 0.8rem;
    }
        section#Footer addr {
        font-size: 1rem;
        font-style: normal;
    }
}

/***** Store Class *****/

#Store a {
	color: #1e1e1e;
}

#Store .shop-main {
	min-width: 100%;
}

#Store .shop-main div.body {
	padding: 4%;
}

#Store .shop-main ul li {
	float: left;
	margin: 5px;
	min-width: 500px;
}

#Store table.productTable {
	text-align: center;
}

div.shop-main ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

div.product-list-small img {
    background-color: #f4f4f4;
	border-top: 15px solid #df0303;
}

/********* Umbraco Forms ************/

.GLLForms100 {
	width: 100%;
}


/********* SI Speaker Profiles ***********/

div#speaker-profiles img {
	border-bottom: 5px solid #FFCC00;
}

/********* Serving - Expression of Interest Form ***********/
#servingForm {
	width: 100%;
	height: 100%;
	margin: 0 1.5rem;
}