<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media(min-width: 993px) {
	
	header.scrolled {
	    background: #fff;
	    padding: 5px 0;
        box-shadow: 2px 2px 5px #c8c8c8;
	}
	header.scrolled .logo {
	    width: 40px;
    	overflow: hidden;
	}
	header.scrolled .logo img {
	    max-width: 150px;
	}
	header.scrolled .menu-right a {
	    color: #024e3f;
	}
	header.scrolled .menu-right a:hover {
        color: #A18643;
	}
	header.scrolled .menu-right .open-menu i {
	    color: #024e3f;
	}

}	


@media(min-width: 1600px) {
	header .menu-right a {
		font-size: 18px;
	}
	header .menu {
		width: 300px;
	}
}


@media(max-width: 1200px) {
	
	.meet-pastor h2 {
	    font-size: 40px;
	}
	.about-top-cta {
	    background-size: 50%;
	}

}


@media(max-width: 992px) {

	h1 {
	    margin: 40px 0;
	    font-size: 40px;
	}
	h1.sermon-title {
	    font-size: 35px;
	}
	h2 {
	    margin: 20px 0;
	    font-size: 30px;
	}
	h3 {
	    margin: 15px 0;
	    font-size: 22px;
	}

	.video-half, .half-video {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	header {
	    position: absolute;
	}
	header .logo img {
	    max-width: 200px;
	}
	.home-hero .text h1 {
	    font-size: 50px;
	}
	.sermon-series .flex {
		display:-webkit-box;
	    display:-moz-flex;
	    display:-moz-box;
	    display:-ms-flexbox;
	    display:flex;
	    /*align-items: center;*/
	    /*justify-content: center;*/
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    display:-webkit-flex;
	    flex-direction:row;
	}
	.sermon-series .item {
	    margin-bottom: 50px;
	}
	.sermon-series .item .text h4 {
	    font-size: 17px;
	    line-height: 1.5;
	    margin: 10px 0;
	}
	.sermons .item .text h4 {
		margin: 10px 0;
	}
	.meet-pastor p {
	    font-size: 18px;
	}
	.meet-pastor h2 {
	    font-size: 35px;
	}
	.ministry-programs .items {
		margin-left: -5px;
    	margin-right: -5px;
	}
	.ministry-programs .item {
	    padding: 5px;
	}
	.ministry-programs .item .image p {
		font-size: 16px;
	}

	.top-footer-links p {
		font-size: 16px;
	}
	.top-footer-links .links a {
		font-size: 16px;
	}
	footer .footer-bottom .copyright {
	    display: block;
	    float: none;
	    text-align: center;
	}
	footer .footer-bottom .links {
	    display: block;
	    float: none;
	    text-align: center;
	}

	.about-top-cta {
		padding: 30px 0;
		background: #024e3f;
	}
	.about-top-cta .text-left {
	    max-width: 100%;
	}
	.about-top-cta p {
	    font-size: 18px;
	}
	.diacons p {
	    width: 33%;
	}

	.staff-persons {
		margin-left: -10px;
	    margin-right: -10px;
	    width: auto;
	}
	.staff-person {
	    display: inline-block;
	    width: 25%;
	    padding: 10px;
	    margin-bottom: 10px;
	}
	.staff-person p.name {
		margin-bottom: 0;
	}
	.staff-person a.read-more {
	    display: inline-block;
	    margin: 5px 0;
	    font-size: 14px;
	    cursor: pointer;
	}

	.sitemap-section .links a {
	    width: 33.33%;
	}
	.sitemap-section .links-sermon a {
	    width: 50%;
	}
	.events .item {
	    margin-bottom: 30px;
	}
	.events .item .text h4 {
		min-height: initial;
	}

}


@media(max-width: 767px) {

	body {
		padding-top: 0;
	}
	p, li {
    	font-size: 16px;
	}
	h1 {
	    font-size: 30px;
	    margin: 30px 0;
	}
	h1.sermon-title {
	    font-size: 30px;
	}
	h2 {
	    margin: 15px 0;
	    font-size: 25px;
	}
	h3 {
	    font-size: 20px;
	}
	.default-content, .default-text {
	    padding-bottom: 50px;
	}
	.image-half, .img-half, .half-img, .half-image {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	header {
	    position: relative;
	}

	header .menu ul li a {
	    font-size: 16px;
	    padding: 2px;
	}
	.menu .search-menu form input {
		font-size: 14px;
	}
	.menu .search-menu form button {
	    font-size: 14px;
	}

	.home-hero {
		background: none;
	}
	.homepage header .menu-right .open-menu i {
	    color: #024e3f;
	}
	.home-hero .text {
	    display: inline-block;
	    width: 100%;
	    max-width: 100%;
	    float: none;
	    padding-top: 0;
	    padding-bottom: 30px;
	    text-align: center;
	}
	.home-hero .text h1 {
	    font-size: 40px;
	    color: #024e3f;
	    text-align: center;
	}
	.home-hero .text a.default-button {
	    display: inline-block;
	}

	.sermon-series {
		padding: 10px 0;
	}
	.sermon-series h2 {
	    font-size: 20px;
	}
	.sermon-series .item .text span {
	    font-size: 12px;
	}
	.sermon-series .item {
	    margin-bottom: 40px;
	}
	.sermon-series .search-sermon form input {
		font-size: 14px;
		width: 200px;
	}
	.sermons .item {
	    margin-bottom: 30px;
	}
	.sermons .item .text h4 {
	    font-size: 17px;
	    line-height: 1.5;
	    min-height: initial;
	}
	.sermons .item .text p.topic {
	    font-size: 14px;
	}
	.sermons .item .text span {
	    font-size: 12px;
	}
	.sermon-details h2 {
	    font-size: 20px;
	}

	.ministry-programs h2 {
	    font-size: 20px;
	    text-align: center;
	}
	.ministry-programs .item {
		width: 180px;
	}

	.meet-pastor {
	    text-align: center;
	    padding-bottom: 50px;
	}
	.meet-pastor img {
	    max-width: 400px;
	    width: 100%;
	    float: none;
	    margin: auto;
	}
	.meet-pastor h2 {
	    font-size: 25px;
	    text-align: center;
	}
	.meet-pastor p {
	    font-size: 16px;
	}

	footer .footer-bottom {
		text-align: center;
	}
	footer p.disclaimer {
	    font-size: 14px;
	}
	footer .footer-bottom .copyright {
	    display: block;
	    float: none;
	    font-size: 14px;
	}
	footer .footer-bottom .links {
	    display: block;
	    float: none;
	    font-size: 14px;
	}
	.top-footer-links h4 {
	    font-size: 20px;
	}
	.top-footer-links .links a {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.top-footer-links .col-xs-12.col-sm-4.col-md-5.col {
	    margin: 0;
	}

	.about-top-cta p {
	    font-size: 16px;
	}
	.boards {
		width: auto;
		margin-left: -5px;
		margin-right: -5px;
	}
	.boards .item {
	    width: 150px;
	    margin: 5px;
	    margin-bottom: 15px;
	}
	.boards .item p {
	    font-size: 15px;
	}
	.diacons p {
	    width: 50%;
	}
	.staff-persons {
		margin-bottom: 30px;
	}
	.staff-person {
		padding: 5px;
	}
	.staff-person p.name {
	    font-size: 16px;
	    margin: 0;
	}
	.staff-person p.name span {
	    font-size: 13px;
	}
	.statement-accordion .item h3 {
	    font-size: 18px;
	}
	.statement-accordion .item h3 i {
	    font-size: 16px;
	}

	.staff-person .more .inner {
	    padding: 10px;
	}
	.staff-person .more p {
		font-size: 15px;
	}
	.staff-person .more .pers-image {
	    width: 120px;
	    margin-right: 10px;
	}
	.staff-person .more i.fa-xmark {
		font-size: 17px;
		padding: 5px;
	}
	.staff-person .more .close-more {
		font-size: 14px;
		width: 80px;
	}

	.programs .line h4 {
	    font-size: 18px;
	    margin: 10px 0;
	}
	.sitemap-section .links a {
	    width: 50%;
	}
	.sitemap-section .links-sermon a {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 15px;
	}
	.events .item .text h4 {
	    font-size: 18px;
	    line-height: 1.5;
        margin: 10px 0;
	}
	.events .item .text span {
		font-size: 12px;
	}
	.events .item .text p.address {
	    font-size: 12px;
	}
	.events .item .box {
		max-width: 500px;
	    margin: auto;
	    border-radius: 5px;
	}

	form.contact-form .form-group input {
	    font-size: 16px;
	}
	form.contact-form .form-group select {
	    font-size: 16px;
	}
	form.contact-form .form-group textarea {
	    font-size: 16px;
	}
	form.contact-form p.disclaimer {
	    font-size: 14px;
	}
	form.contact-form .form-group label.error {
	    font-size: 14px;
	}
	.contact-infos p {
	    line-height: 1.7;
	}
	.map-contact {
	    margin-top: 30px;
	}
	.map-contact iframe {
	    height: 350px;
	}
	.contact-infos .social-media .item a i {
	    font-size: 22px;
	}

	.buttons-center a,
	.default-button {
	    font-size: 16px;
	    padding: 10px 20px;
	}

	.event-img {
	    width: 100%;
	    float: none;
	    margin-top: 0;
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	.search-results {
	    margin-bottom: 25px;
	}
	.search-results .result {
	    padding: 15px 0;
	}
	.search-results .result .title {
	    font-size: 17px;
	}
	.search-results .result p {
	    font-size: 15px;
	}

	.error-404 .search-wrap form input,
	.search-form form input {
	    width: calc(100% - 70px);
	    font-size: 16px;
	}
	.error-404 .search-wrap form button,
	.search-form form button {
		width: 70px;
	    font-size: 15px;
	}
	.sermons-filter .search-sermon {
	    margin-right: 0;
	}
	.sermons-filter .filter-categ {
	    display: block;
	    margin-top: 20px;
	}
	.about-love-god {
	    padding: 10px 0;
	    background: #dfdbc7;
	}
	.about-love-god .cols {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0px;
	    margin-bottom: 0px;
	}
	.about-meet-leadership {
	    padding: 15px 0;
	}
	.about-statement {
		background: #000;
	}
	.about-statement .statement-accordion .item {
		padding: 15px;
	}
	.about-statement .statement-accordion .item p {
	    width: auto;
	    float: none;
	    text-align: left;
	    margin-top: 10px;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.about-deacons {
	    padding: 10px 0;
	}
	.announcement-modal .modal-body p {
	    font-size: 18px;
	    text-align: center;
	}
	.announcement-banner .box p {
	    font-size: 17px;
	}
}


@media(max-width: 600px) {
	
	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}
	h1.sermon-title {
	    font-size: 25px;
	}
	ol, ul {
	    padding-left: 20px;
	}

	.staff-person {
	    width: 33.33%;
	    padding: 5px;
	    margin-bottom: 15px;
	}

	.sitemap-section .links a {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 15px;
	    font-size: 15px;
	}

	.programs .day {
	    padding: 10px 0;
	}
	.programs .day.sunday .box p.hour {
	    font-size: 20px;
	    margin: 0;
	}
	.programs .day.sunday .box p.name {
		margin-bottom: 10px;
	}
	.programs .day.sunday .box p.disclaimer {
	    margin-top: 20px;
	    font-size: 14px;
	}
	.programs .day.tuesday p.hour {
	    font-size: 20px;
	}
	.programs .day.tuesday p.name {
		margin-bottom: 10px;
	}
	.programs .day.tuesday .box {
	    margin-bottom: 25px;
	}
	.programs .day.wednesday .box p.name {
	    margin-bottom: 10px;
	}
	.programs .day.wednesday .box p.hour {
	    font-size: 20px;
	}
	.programs .day.wednesday .box p.hour span {
		margin-bottom: 5px;
	}
	.programs .day.wednesday .box p.hour:last-child {
	    margin-bottom: 0;
	}
	.programs .day.thursday p.hour {
	    font-size: 20px;
	}
	.programs .day.saturday p.hour {
	    font-size: 20px;
	}
	.programs .day.saturday p.disclaimer {
	    font-size: 14px;
	}
	.announcement-modal .modal-header {
	    padding-bottom: 0;
	}
	.announcement-modal .modal-body {
	    padding: 10px;
	}
	.announcement-modal .modal-body p {
	    font-size: 16px;
	}	
	.announcement-modal .modal-dialog {
	    top: 5%;
	}
	.announcement-modal.with-video  .modal-dialog {
	    top: 0%;
	}

}


@media(max-width: 450px) {

	h4 {
		font-size: 18px;
	    margin: 15px 0;
	}
	.buttons-center a,
	.default-button {
	    font-size: 16px;
	    padding: 10px 15px;
	}

	header .logo img {
	    max-width: 200px;
	}
	.home-hero .text h1 {
	    font-size: 30px;
	}

	.sermon-series h2 {
	    margin: 15px 0;
	}
	.sermon-series .search-sermon {
	    display: block;
	    float: none;
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	.sermon-series .search-sermon form input {
	    width: calc(100% - 40px);
	}
	.sermon-series .search-sermon form button {
	    font-size: 14px;
	}
	.sermons-filter .search-sermon {
	    display: block;
	}
	.sermons-filter .search-sermon form input {
	    width: calc(100% - 40px);
	    height: 40px;
	    font-size: 15px;
	}
	.sermons-filter .search-sermon form button {
	    font-size: 15px;
	    width: 40px;
	    height: 40px;
	}
	.sermons-filter {
	    margin: 0px 0 20px;
	}	
	.sermons-filter .filter-categ p {
	    font-size: 14px;
	}
	.sermons-filter .filter-categ select {
	    font-size: 15px;
	    font-weight: 600;
	    padding: 5px 10px;
	    height: auto;
	}
	.ministry-programs .item {
	    width: 50%;
	}
	.ministry-programs .item .image p {
	    font-size: 14px;
	    padding: 5px 0;
	}
	.top-footer-links .footer-logo img {
	    width: 200px;
	}
	.top-footer-links .col {
	    margin: 10px 0;
	}
	.top-footer-links .newsletter form input {
		font-size: 14px;
	}
	.top-footer-links .newsletter form button {
		font-size: 14px;
	}
	.top-footer-links .social-media .item a i {
	    font-size: 20px;
	}
	.top-footer-links .social-media {
	    margin-bottom: 10px;
	}

	.staff-person {
	    width: 180px;
	    max-width: 50%;
	    padding: 5px;
	    margin-bottom: 15px;
	}

}






























</pre></body></html>