<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-top: 80px;
}
body.homepage {
    padding-top: 0;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
}
.container1100 {
    max-width: 1100px;
}
.container1000 {
    max-width: 1000px;
}
.container800 {
    max-width: 8000px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-half img,
.img-half img,
.half-img img,
.half-image img {
    width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
a {
    color: #024e3f;
}

h1 {
    text-align: center;
    margin: 50px 0;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.4;
    font-family: 'Volkhov', serif;
    font-weight: 400;
    color: #024e3f;
}
h2 {
    text-align: center;
    margin: 25px 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.4;
    font-family: 'Volkhov', serif;
    font-weight: 400;
    color: #024e3f;
}
h3 {
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    font-family: 'Volkhov', serif;
    font-weight: 400;
    color: #024e3f;
}
h4 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Volkhov', serif;
    font-weight: 400;
}
p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}


.center-buttons,
.buttons-center {
    display: flow-root;
    text-align: center;
    margin-bottom: 20px;
}
.center-buttons a,
.buttons-center a {
    display: inline-block;
    margin: 10px;
    background: #024e3f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buttons-center a:focus,
.buttons-center a:hover {
    /*background: #e6de42;*/
    /*background: #810E22;*/
    background: #262208;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #024e3f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    /*background: #e6de42;*/
    /*background: #810E22;*/
    background: #262208;
    text-decoration: none;
    color: #fff;
}
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000c;
    z-index: 99;
    display: none;
}
header {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .logo {
    display: inline-block;
    width: auto;
    float: left;
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-ms-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
}
header .logo img {
    max-width: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .menu-right {
    display: inline-block;
    width: auto;
    float: right;
}
header .menu-right a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 25px;
    color: #024e3f;
}
header .menu-right a i {
    display: inline-block;
    margin-right: 5px;
}
header .menu-right a:hover {
    /*color: #e6de42;*/
    color: #A18643;
    text-decoration: none;
}
header .menu-right .open-menu {
    display: inline-block;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 5px;
}
header .menu-right .open-menu i {
    font-size: 25px;
    color: #024e3f;
}
header .menu {
    position: fixed;
    background: #024e3f;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    z-index: 999;
    display: none;
}
header .menu ul {
    padding: 0 15px;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
header .menu ul li a {
    color: #fff;
    font-size: 18px;
    padding: 5px;
    display: block;
}
header .menu ul li a:hover {
    /*color: #e6de42;*/
    color: #A18643;
    text-decoration: none;
}
header .menu .close-menu {
    display: inline-block;
    cursor: pointer;
}
header .menu .close-menu i {
    color: #c4c4c4;
    padding: 10px;
    font-size: 18px;
}
.menu .search-menu form {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.menu .search-menu form input {
    display: inline-block;
    float: left;
    width: calc(100% - 40px);
    height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    border: 0;
}
.menu .search-menu form button {
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    /*background: #e6de42;*/
    background: #A18643;
    color: #fff;
    border: 0;
}
.menu .search-menu form button:hover {
    color: #000;
}

.homepage header .menu-right a {
    color: #fff;
}
.homepage header .menu-right a:hover {
    color: #000;
}
.homepage header .menu-right .open-menu i {
    color: #fff;
}
.homepage header .menu-right .open-menu:hover i {
    color: #000;
}


.top-footer-links {
    display: inline-block;
    width: 100%;
    background: #024e3f;
    padding: 10px 0;
    float: left;
}
.top-footer-links .col {
    margin: 20px 0;
}
.top-footer-links h4 {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 20px;
    color: #fff;
    opacity: 0.5;
}
.top-footer-links p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}
.top-footer-links p a {
    color: #fff;
}
.top-footer-links .links a {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.top-footer-links .newsletter h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 20px 0;
    color: #fff;
    opacity: 0.5;
}
.top-footer-links .newsletter form {
    width: 100%;
    display: inline-block;
}
.top-footer-links .newsletter form input {
    display: inline-block;
    width: calc(100% - 40px);
    float: left;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    border: 0;
    color: #000;
}
.top-footer-links .newsletter form button {
    background: #262208;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    padding: 5px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    float: left;
    border: 0;
}
.top-footer-links .newsletter form button:hover {
    text-decoration: none;
    background: #000;
}
.top-footer-links .footer-logo img {
    margin: 20px 0;
    width: 250px;
}
.top-footer-links .social-media {
    margin-top: 20px;
}
.top-footer-links .social-media .item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.top-footer-links .social-media .item a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.top-footer-links .social-media .item a i {
    /*color: #262208;*/
    font-size: 25px;
    line-height: 35px;
}
.top-footer-links .social-media .item:hover a i {
    color: #262208;
}


footer {
    display: inline-block;
    width: 100%;
    background: #262208;
    color: #fff;
    float: left;
}
footer .footer-top {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #664937;
}
footer .footer-top p {
    margin: 0;
    line-height: 1.5;
    text-align: left;
    margin: 20px 0;
}
footer p.disclaimer {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}
footer .footer-bottom {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
footer .footer-bottom .copyright {
    display: inline-block;
    width: auto;
    float: left;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
footer .footer-bottom .links {
    display: inline-block;
    width: auto;
    float: right;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
footer .footer-bottom .links a {
    display: inline-block;
    color: #fff;
    /*padding-left: 10px;*/
    /*margin-left: 10px;*/
}
footer .footer-bottom .links a:hover {

}


.home-hero {
    display: inline-block;
    width: 100%;
    background: #5075ff;
/*    background: url(../images/cotw-top-church-image.png), linear-gradient(180deg, #5075ff 0%, #90c7ff 100%);*/
    background: url(../images/cotw-top-church-image-3-min.png), linear-gradient(180deg, #5075ff 0%, #90c7ff 100%);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}
.home-hero .text {
    display: inline-block;
    max-width: 700px;
    float: left;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
}
.home-hero .text h1 {
    font-size: 60px;
    font-weight: 500;
    margin: 20px 0;
    color: #fff;
    text-align: left;
}
.home-hero .text p {
    font-size: 22px;
    margin: 30px 0;
}
.home-hero .text a {
    margin-bottom: 15px;
}


.church-events {
    display: inline-block;
    width: 100%;
    /*background: #EDF4F1;*/
    padding: 30px 0;
}
.church-events .section-title a {
    background: #024e3f;
    color: #fff;
    display: inline-block;
    float: right;
    margin-top: 20px;
    padding: 10px 15px;
    line-height: 1.3;
    font-size: 16px;
}
.church-events .section-title a:hover {
    background: #e6de42;
    color: #000;
}
.church-events h2 {
    font-size: 30px;
    text-align: left;
    color: #024e3f;
    margin: 20px 0;
    display: inline-block;
}
.church-events .item {
    margin-bottom: 30px;
}
.church-events .item .image {
    overflow: hidden;
}
.church-events .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.church-events .item .image:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.church-events .item .text h4 {
    font-size: 20px;
    line-height: 30px;
    /*min-height: 60px;*/
    margin: 15px 0;
    color: #000;
}
.church-events .item .text a {
    color: #000;
}
.church-events .item .text a:hover {
    text-decoration: none;
    color: #e6de42;
}
.church-events .item .text span {
    background: #e6de42;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}
.church-events .item .text p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}


.sermon-series {
    display: inline-block;
    width: 100%;
    background: #ebe7d3;
    padding: 30px 0;
    background: #eec88730;
}
.sermon-series .search-sermon {
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.sermon-series .search-sermon form {
    display: inline-block;
    width: 100%;
}
.sermon-series .search-sermon form input {
    display: inline-block;
    float: left;
    width: 300px;
    height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    border: 0;
}
.sermon-series .search-sermon form button {
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: #024e3f;
    color: #fff;
    border: 0;
}
.sermon-series .search-sermon form button:hover {
    background: #262208;
}
.sermon-series h2 {
    font-size: 30px;
    text-align: left;
    color: #024e3f;
    margin: 20px 0;
    display: inline-block;
}
.sermon-series .item {
    margin-bottom: 30px;
}
.sermon-series .item .image {
    overflow: hidden;
    position: relative;
}
.sermon-series .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sermon-series .item .image:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.sermon-series .item .image .overlay {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sermon-series .item .image:hover .overlay {
    background: linear-gradient(0deg, #fff 0%, #fff0 100%);
    display: block;
}
.sermon-series .item .text h4 {
    font-size: 18px;
    line-height: 25px;
    /*min-height: 50px;*/
    margin: 10px 0;
    color: #000;
}
.sermon-series .item .text a {
    color: #024e3f;
}
.sermon-series .item .text a:hover {
    text-decoration: none;
    color: #262208;
}
.sermon-series .item .text span {
    background: #A18643;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;

    background: #EEC887;
    color: #000;
    font-weight: 500;
}


.ministry-programs {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.ministry-programs h2 {
    font-size: 30px;
    text-align: left;
    color: #024e3f;
    margin: 10px 0;
}
.ministry-programs .items {
    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;

}
.ministry-programs .item {
    width: 16.66%;
    padding: 10px;
}
.ministry-programs .item .image {
    position: relative;
    overflow: hidden;
}
.ministry-programs .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ministry-programs .item .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.ministry-programs .item a:hover {
    text-decoration: none;
}
.ministry-programs .item .image p {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    background: #024e3f;
}
.ministry-programs .item .image:hover p {
    background: #262208;
}


.meet-pastor {
    display: inline-block;
    width: 100%;
    background: #ebe7d3;
    padding-top: 30px;
    float: left;
}
.meet-pastor h2 {
    text-align: left;
    font-size: 50px;
}
.meet-pastor p {
    font-size: 22px;
}
.meet-pastor img {
    max-width: 400px;
    float: right;
}


.default-content,
.default-text {
    padding-bottom: 100px;
}
.default-text.full-text {
    padding-bottom: 0px;
}


/*events page*/

.events-filter {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.events-filter p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-style: italic;
    margin-right: 10px;
}
.events-filter .filter-events-categ {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-color: #024e3f;
}   

.events {
    display: inline-block;
    width: 100%;
}
.events .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.events .item {
    margin-bottom: 50px;
}
.events .item .box {
    background: #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}
.events .item .image {
    overflow: hidden;
}
.events .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.events .item .image:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.events .item .text {
    padding: 0 10px;
}
.events .item .text h4 {
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    margin: 15px 0;
    color: #000;
}
.events .item .text h4 a {
    color: #024e3f;
}
.events .item .text h4 a:hover {
    color: #262208;
    text-decoration: none;
}
.events .item .text span {
    background: #A18643;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
}
.events .item .text p.desc {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}
.events .item .text p.address {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}
.events .item .text p.address i {
    font-size: 14px;
    margin-right: 5px;
    color: #024e3f;
}
.event-details {
    max-width: 1000px;
    margin: auto;
}
.event-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.event-info p.date {
    font-weight: bold;
}
.event-info p.address {
    font-style: italic;
}
.event-info p i {
    font-size: 14px;
    margin-right: 5px;
    color: #024e3f;
}
.event-info {}
.event-img {
    display: inline-block;
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.event-img img {
    width: 100%;
    height: auto;
}


/*sermons page*/

h1.sermon-title {
    font-size: 40px;
}
.sermons-filter {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.sermons-filter .search-sermon {
    display: inline-block;
    margin-right: 25px;
}
.sermons-filter .search-sermon form {
    display: inline-block;
    width: 100%;
}
.sermons-filter .search-sermon form input {
    display: inline-block;
    /*float: left;*/
    width: 300px;
    height: 45px;
    font-size: 16px;
    padding: 5px 10px;
    background: #ebe7d3;
    border: 1px solid #024e3f;
}
.sermons-filter .search-sermon form button {
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    background: #024e3f;
    color: #fff;
    border: 0;
}
.sermons-filter .search-sermon form button:hover {
    background: #262208;
}
.sermons-filter .filter-categ {
    display: inline-block;
}
.sermons-filter .filter-categ p {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    margin-right: 5px;
}
.sermons-filter .filter-categ select {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-color: #024e3f;
    height: 45px;
}   

.sermons {
    display: inline-block;
    width: 100%;
}
.sermons .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.sermons .item {
    margin-bottom: 40px;
}
.sermons .item .image {
    overflow: hidden;
    position: relative;
}
.sermons .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sermons .item .image:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.sermons .item .image .overlay {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sermons .item .image:hover .overlay {
    background: linear-gradient(0deg, #fff 0%, #fff0 100%);
    display: block;
}
.sermons .item .text h4 {
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
    margin: 10px 0;
    color: #000;
}
.sermons .item .text h4 a {
    color: #024e3f;
}
.sermons .item .text h4 a:hover {
    /*color: #000;*/
    color: #262208;
}
.sermons .item .text a:hover {
    text-decoration: none;
}
.sermons .item .text span {
    background: #A18643;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
}
.sermons .item .text p.topic {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    font-style: italic;
}
.sermon-img {
    display: inline-block;
    width: 50%;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.sermon-img img {
    width: 100%;
    height: auto;
}

.sermon-details p.topic {
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}
.sermon-details h2 {
    font-size: 25px;
    text-align: left;
    margin: 15px 0;
}

.page-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.page-navigation a {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    font-weight: 500;
    line-height: 1;
}
.page-navigation a.arrow-left {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.page-navigation a.arrow-right {
    float: right;
    margin-right: 0;
    padding-right: 0;
}
.page-navigation a:hover {
    font-weight: bold;
}
.page-navigation a.active {
    border: 2px solid #024e3f;
    font-weight: bold;
    border-radius: 4px;
    width: 30px;
}


/*sitemap*/
.sitemap-section {
    margin-bottom: 50px;
}
.sitemap-section h4 {
    font-size: 22px;
    text-align: center;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.sitemap-section .links-sermon a {
    width: 33.33%;
}


/*blog page*/
.blogs {
    display: inline-block;
    width: 100%;
}
.blogs .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;
}
.blogs .item {
    text-align: center;
    margin-bottom: 50px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.blogs .item .image:hover img {
    transform: scale(1.07);
}
.blogs .item .text a:hover {
    text-decoration: none;
}
.blogs .item .text .title {
    font-size: 20px;
    line-height: 1.5;
    margin: 5px 0;
    color: #024e3f;
}
.blogs .item .text .title:hover {
    color: #e6de42;
}

.blog-article .infos {
    margin: 20px 0;
    text-align: center;
}
.blog-article .infos p {
    margin: 0;
    font-style: italic;
    font-size: 16px;
}
.blog-article .blog-img {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.blog-article .blog-img img {
    width: 100%;
    height: auto;
}


/*search page*/

.search-results {
    margin-bottom: 50px;
}
.search-results .result {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.search-results .result .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}
.search-results .result p {
    margin: 0;
    font-size: 16px;
}

.search-div p {
    font-size: 16px;
    margin: 10px 0;
}
.search-form {
    display: block;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
.search-form form {
    display: inline-block;
    width: 100%;
}
.search-form form input {
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    border-radius: 0;
    height: 45px;
    border: 1px solid #024e3f;
    font-size: 17px;
    padding: 10px;
}
.search-form form button {
    background: #024e3f;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    width: 80px;
    height: 45px;
    float: left;
}
.search-form form button:hover {
    background: #262208;
}


/*news page*/

.news-list {
    display: inline-block;
    width: 100%;
}
.news-list .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;
}
.news-list .item {
    margin-bottom: 50px;
    text-align: center;
}
.news-list .item .image {
    overflow: hidden;
}
.news-list .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.news-list .item .image:hover img {
    transform: scale(1.07);
}
.news-list .item .title {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
    font-weight: 500;
}
.news-list .item .title a {
    display: block;
}
.news-list .item .title a:hover {
    color: #e6de42;
    text-decoration: none;
}


/*contact page*/
form.contact-form {
    margin-bottom: 30px;
}
form.contact-form .form-group {
    margin-bottom: 20px;
}
form.contact-form .form-group label {
    font-weight: 500;
}
form.contact-form .form-group label.error {
    color: red;
}
form.contact-form .form-group input {
    font-size: 18px;
    padding: 10px;
    height: auto;
}
form.contact-form .form-group select {
    font-size: 18px;
    padding: 10px;
    height: auto;
}
form.contact-form .form-group textarea {
    min-height: 150px;
    font-size: 18px;
    padding: 10px;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}
form.contact-form p.disclaimer {
    font-size: 16px;
    color: #888;
}

.contact-infos h4 {
    margin-top: 0;
}
.contact-infos p {
    line-height: 2;
}
.contact-infos .social-media .item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.contact-infos .social-media .item a {
    background: #024e3f;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.contact-infos .social-media .item a i {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
}
.contact-infos .social-media .item:hover a i {
    color: #262208;
}
.map-contact {
    margin-top: 50px;
}


/*programs page*/
.programs .day {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.programs .day .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;
}
.programs .day.sunday {
    background: #024E3F;
}
.programs .day.wednesday {
    background: #EBE7D3;
}
.programs .day.saturday {
    background: #EBE7D3;
}
.programs .day.sunday h4 {
    color: #fff;
}
.programs .day.sunday .col {
    margin-bottom: 20px;
}
.programs .day.sunday .box {
    border: 1px solid #606060;
    border-radius: 3px;
    padding: 20px 10px;
    height: 100%;
}
.programs .day.sunday .box p.name {
    color: #e6de42;
}
.programs .day.sunday .box p.hour {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}
.programs .day.sunday .box p.hour span {
    display: block;
    color: #e6de42;
    font-size: 18px;
}
.programs .day.sunday .box p.disclaimer,
.programs .day.sunday .box p.disclaimer a {
    color: #e6de42;
    font-size: 15px;
    margin: 0;
    font-style: italic;
}

.programs .day.tuesday h4 {
    color: #024E3F;
}
.programs .day.tuesday p.name {
    font-weight: 600;
}
.programs .day.tuesday p.hour {
    font-size: 26px;
    line-height: 1.2;
    color: #024E3F;
}
.programs .day.tuesday p.hour span {
    font-size: 18px;
}

.programs .day.wednesday h4 {
    color: #024E3F;
}
.programs .day.wednesday .col {
    margin-bottom: 20px;
}
.programs .day.wednesday .box {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    padding: 20px 10px;
    height: 100%;
}
.programs .day.wednesday .box p.name {
    font-weight: 600;
}
.programs .day.wednesday .box p.hour {
    color: #024E3F;
    font-size: 26px;
    line-height: 1.2;
}
.programs .day.wednesday .box p.hour span {
    font-size: 15px;
    display: block;
    color: #000;
}

.programs .day.thursday h4 {
    color: #024E3F;
}
.programs .day.thursday p.name {
    font-weight: 600;
}
.programs .day.thursday p.hour {
    font-size: 26px;
    line-height: 1.2;
    color: #024E3F;
}

.programs .day.saturday h4 {
    color: #024E3F;
}
.programs .day.saturday p.name {
    font-weight: 600;
}
.programs .day.saturday p.hour {
    font-size: 26px;
    line-height: 1.2;
    color: #024E3F;
}
.programs .day.saturday p.disclaimer {
    font-size: 16px;
    font-style: italic;
}


/*about page*/

.boards {
    display: inline-block;
    width: 100%;
    text-align: center;
    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;
}
.boards .item {
    display: inline-block;
    width: 15.6%;
    margin: 0.5%;
    float: left;
}
.boards .item img {
    width: auto;
    height: auto;
}
.boards .item p {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
}

.diacons {
    display: inline-block;
    width: 100%;
}
.diacons p {
    width: 25%;
    float: left;
    display: inline-block;
    padding-right: 20px;
}

.staff-persons {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    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;
    margin-bottom: 50px;
}
.staff-person {
    display: inline-block;
    width: 14.28%;
    padding: 5px;
}
.staff-person .staff-image {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.staff-person .staff-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.staff-person .staff-image:hover img {
    transform: scale(1.08);
    cursor: pointer;
}
.staff-person a.default-button {
    font-size: 15px;    
    padding: 10px 5px;
    /*display: block;*/
    display: none;
}
.staff-person p.name {
    line-height: 1.5;
    font-weight: 600;
    font-size: 20px;
}
.staff-person p.name span {
    display: block;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}
.staff-person p.name:hover {
    color: #024e3f;
    cursor: pointer;
}
.staff-person a.read-more {
    display: inline-block;
    margin: 10px 0;
    display: none;
}
.staff-person .more {
    display: none;
    position: absolute;
    background: #eee;
    /*top: 0;*/
    min-height: 240px;
    left: 0;
    z-index: 999;
    text-align: left;
}
.staff-person .more .inner {
    padding: 20px;
}
.staff-person .more .pers-image {
    display: inline-block;
    width: 200px;
    float: left;
    margin-right: 20px;
}
.staff-person .more p.pers-name {
    font-weight: bold;
    margin-bottom: 10px;
}
.staff-person .more i.fa-xmark {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.staff-person .more .close-more {
    display: block;
    width: 90px;
    background: #a1a1a1;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.staff-person .more .close-more:hover {
    background: #877f7f;
}

.statement-accordion .item {
    margin-bottom: 30px;
}
.statement-accordion .item h3 i {
    font-size: 17px;
    margin-left: 5px;
}
.statement-accordion .item h3 {
    cursor: pointer;
    font-size: 22px;
}
.statement-accordion .item p {
    display: none;
    text-align: center;
}

.default-text.about-page {
    padding-bottom: 0;
}

.about-top-cta {
    display: inline-block;
    width: 100%;
    background: #024e3f;
    /*background: #ebe7d3;*/
    padding: 50px 0;
    text-align: center;
    /* margin-bottom: 20px; */
    color: #fff;
    background: #024e3f url(../images/church-top-about.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-top-cta p {
    font-size: 22px;
    margin: 0;
}
.about-top-cta .text-left {
    max-width: 50%;
}

.about-love-god {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #dfdbc7;
    background: #dfdbc7 url(../images/bg-grey-about.jpg) center center no-repeat;
    background-size: cover;
}
.about-love-god .cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 30px;
}

.about-deacons {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #EBE7D3;
}

.about-meet-leadership {
    padding: 30px 0;
}

.about-meet-staff {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.about-statement {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #000;
    background: #000 url(../images/bg-bible-about.jpg) 0 0 no-repeat;
    background-size: cover;
}
.about-statement h2 {
    color: #fff;
}
.about-statement .statement-accordion {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}
.about-statement .statement-accordion .item {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 20px;
}
.about-statement .statement-accordion .item.active {
    border: 1px solid #bbb;
}
.about-statement .statement-accordion .item h3 {
    text-align: left;
    margin: 0px 0;
    color: #fff;
}
.about-statement .statement-accordion .item h3 i {
    float: right;
    margin-top: 5px;
}
.about-statement .statement-accordion .item p {
    width: 55%;
    float: right;
    text-align: left;
    margin-top: -30px;
    margin-right: 30px;
    margin-bottom: 0;
    color: #fff;
}



.table-padding-10 tr td {
    padding: 10px;
}


/*error page*/
.error-404 {
    max-width: 520px;
    display: block;
    margin: auto;
}
.error-404 .search-wrap form {
    display: inline-block;
    width: 100%;
}
.error-404 .search-wrap form input {
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    border-radius: 0;
    height: 45px;
    border: 1px solid #024e3f;
    font-size: 17px;
    padding: 10px;
}
.error-404 .search-wrap form button {
    width: 80px;
    padding: 10px;
    text-align: center;
    height: 45px;
    line-height: 1;
}


.announcement-banner {
    display: inline-block;
    width: 100%;
    background: #024e3f;
    color: #fff;
    text-align: center;
}
.announcement-banner .box {
    padding: 20px 0;
}
.announcement-banner .box p {
    margin: 0;
    font-size: 20px;
}

.announcement-modal .modal-dialog {
    top: 10%;
}
.announcement-modal .modal-header .close {
    font-size: 25px;
}
.announcement-modal .modal-header {
    padding: 10px;
    border-bottom: 0;
}
.announcement-modal .modal-body {
    padding: 20px;
}
.announcement-modal .modal-body p {
    font-size: 20px;
    text-align: center;
}


@media (min-width: 768px) {
    .modal.with-video .modal-dialog {
        width: 800px;
        margin: 0px auto;
    }
}
@media (min-width: 992px) {
    .modal.with-video .modal-dialog {
        width: 1000px;
    }
}
@media (min-width: 1200px) {
    .modal.with-video .modal-dialog {
        width: 1200px;
    }
}



.program-cols .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.program-cols .col {
    margin: 10px 0;
}









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