:root{--primary-color: #c40a0b;--primary-color-hover: #bf5252;--primary-color-medium: rgba(254, 226, 226, .8);--primary-color-light: #fef2f2;--background-color: #f3f3f3;--border-color: #eaeaea;--link-color: #337ab7;--padding-large: 30px 50px;--padding-medium: 15px 25px}*{box-sizing:border-box}html,body{font-family:sans-serif;margin:0;font-size:16px;min-height:100%}#map{height:100%}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}a{color:var(--link-color);text-decoration:underline}a:hover,a.active{text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--primary-color);padding:0;margin:0}h1{font-size:48px;margin-bottom:20px}h2{margin-bottom:20px}h3 span{color:#bbb}p,td{line-height:170%}.mobile{display:none}section{margin-bottom:30px;margin-top:30px}article{line-height:2}table.table{width:100%;margin:30px 0;border-spacing:0}table.table th a{color:var(--primary-color)}table.table th,table.table td{border-bottom:1px solid var(--primary-color);text-align:left;padding:5px}table.table th.icons,table.table td.icons{display:flex;justify-content:flex-end;align-items:center;gap:5px}table.table th.icons span a,table.table td.icons span a{display:flex;align-items:center;justify-content:center}table.table th svg,table.table td svg{width:28px;color:var(--primary-color)}table.borderless>tbody>tr,table.borderless>thead>tr{border:none!important}table.borderless>tbody>tr>td,table.borderless>tbody>tr>th,table.borderless>thead>tr>td,table.borderless>thead>tr>th{border:none!important}.labels{display:flex;padding:0 0 10px}.labels span{background-color:var(--primary-color-medium);color:var(--primary-color);padding:7px 12px;border-radius:20px;font-size:13px;font-weight:700}@media screen and (max-width: 980px){.mobile{display:block}.desktop{display:none}html.stopscroll,html.stopscroll body{overflow:hidden}}header .container{display:flex;align-items:center;min-height:75px}header .logo{z-index:1000}header .logo img{height:50px}header nav{position:relative;flex-grow:1;display:flex;height:100%;align-items:center;justify-content:space-between}header nav>ul{display:flex;justify-content:center;gap:0;z-index:99;list-style:none;padding:0;flex-grow:1}header nav>ul>li{position:relative}header nav>ul>li>a{color:#333;display:inline-block;text-decoration:none;padding:10px}header nav>ul>li ul{margin:0;display:none;position:absolute;min-width:250px;left:0;top:32px;list-style:none;padding:10px 0 0;background-color:#efefef}header nav>ul>li ul li a{text-decoration:none;display:block!important;border-bottom:1px solid #fff;padding:5px 10px;color:var(--primary-color)}header nav>ul>li ul li:hover{background-color:var(--primary-color)}header nav>ul>li ul li:hover a{color:#fff}header nav>ul>li:hover{background-color:#efefef;border-radius:10px}header nav>ul>li:hover>a{color:#666}header nav>ul>li:hover>ul{display:block}header nav .searchtop{position:relative}header nav .searchtop form{position:relative;transition:all 1s;width:50px;height:50px;box-sizing:border-box;border-radius:4px;border:0}header nav .searchtop form input{background:#efefef;position:absolute;top:0;left:0;width:0;height:45px;line-height:30px;outline:0;font-size:1em;border-radius:20px;border:0;padding:0}header nav .searchtop form button[type=submit]{position:absolute;top:0;right:0;padding:0;border-radius:20px;border-left:0;border:0}header nav .searchtop form button[type=submit] svg{display:block;box-sizing:border-box;color:var(--primary-color);transition:all 1s;border-radius:20px;height:45px;width:45px;border:1px solid #ccc}header nav .searchtop form:focus-within,header nav .searchtop form:hover,header nav .searchtop form:valid{width:200px;cursor:pointer;border:0}header nav .searchtop form:hover input,header nav .searchtop form:focus-within input,header nav .searchtop form:valid input{width:100%;padding:0 45px 0 20px;border:1px solid #ccc}header nav .searchtop form:hover svg,header nav .searchtop form:focus-within svg,header nav .searchtop form:valid svg{color:#fff;border:0!important}header nav .searchtop form:valid button{display:block}@media screen and (max-width: 980px){header .mobile-menu-clicker,header .close{background:#fff;display:block;margin-top:20px;margin-right:20px;font-size:26px;cursor:pointer;opacity:1;padding:5px;z-index:102;position:absolute;right:0;top:0}header .mobile-menu-clicker svg,header .close svg{display:inline-block;width:35px;height:35px}header nav{display:none}header nav.active{background-color:#fff;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;position:fixed;overflow:hidden;top:0;left:0;height:100%;width:100%;z-index:101;padding-top:100px}header nav.active>ul{display:flex;flex-direction:column;justify-content:flex-start;gap:0;width:100%;border-top:1px solid var(--primary-color)}header nav.active>ul>li{border-bottom:1px solid var(--primary-color)}header nav.active>ul>li ul{position:relative;padding-top:0;top:0;border-top:1px solid var(--primary-color)}header nav.active>ul>li ul a{border-bottom-color:var(--primary-color);padding:10px 10px 10px 20px}header nav.active>ul>li ul a:before{content:"» ";position:relative;padding-right:10px}header nav.active .searchtop{position:relative}}ul.breadcrumbs{padding:0;list-style:none;margin-bottom:25px;display:flex;flex-wrap:wrap}ul.breadcrumbs li{margin-left:10px}ul.breadcrumbs li:before{margin-right:10px;content:"»"}ul.breadcrumbs li:first-child{margin-left:0}ul.breadcrumbs li:first-child:before{content:"";margin:0}ul.breadcrumbs li a{color:var(--primary-color)}.visual{background-size:cover;width:100%;height:200px;margin-bottom:10px;border-bottom:10px solid var(--primary-color)}footer{background-color:var(--background-color);padding:30px;border-top:3px solid var(--primary-color)}footer .container{display:flex;justify-content:space-between;gap:30px}footer .bottom-logo{width:150px;flex-shrink:0}footer .bottom-logo img{width:150px}footer .text{width:30%;flex-shrink:0}footer h3{border-bottom:1px solid var(--primary-color);padding-bottom:5px}@media screen and (max-width: 768px){footer{padding:30px 0 0}footer div{flex-direction:column}footer .container>*{width:100%}}.slider{position:relative}.slider .slides{display:flex;overflow-x:scroll;scroll-behavior:smooth;width:100%;gap:0 10px;scrollbar-width:none}.slider .slides .slide{background-color:var(--background-color);min-width:calc(33.33% - 5px);scroll-snap-align:center;display:flex;justify-content:center;border-radius:20px}.slider .slides .content{display:flex;align-items:center;justify-content:center;height:200px;width:100%}.slider .slides .content img{max-width:60%;max-height:60%;object-fit:contain;border-radius:10px}.slider .slider-nav{display:flex;align-items:center;justify-content:center;gap:15px}.slider .slider-nav .slider-arrow{background-color:var(--primary-color);color:#fff;display:flex;flex-direction:column;justify-content:center;position:absolute;width:50px;padding:10px;border-radius:10px;top:calc(50% - 25px);cursor:pointer}.slider .slider-nav .slider-arrow.previous{left:-10px}.slider .slider-nav .slider-arrow.next{right:-10px}.slider .slider-nav .slider-arrow img{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.2}.slider .slider-nav .slider-arrow img:hover{cursor:pointer;color:#000;opacity:.4}.slider .slider-nav .slider-arrow.previous img{transform:rotate(180deg)}.slider .slider-nav .radios{bottom:7px;display:flex;gap:15px;justify-content:center}.slider .slider-nav .radios input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px;background-color:#0003;border-radius:10px;border:solid 1px transparent}.slider .slider-nav .radios input:checked{background-color:#0006}.slider .slider-nav .radios input:hover{background-color:#0006;cursor:pointer}@media screen and (max-width: 768px){.slider .slides .slide{min-width:calc(50% - 5px)}}@media screen and (max-width: 480px){.slider .slides .slide{min-width:100%}}section.text{background-color:var(--background-color);border:1px solid var(--border-color);padding:var(--padding-large);border-radius:var(--padding-large);text-align:justify}section.text .left-right{display:flex;gap:30px}section.text .left-right .left,section.text .left-right .right{flex-grow:0;flex-shrink:0;width:50%}section.text .left-right .left .right,section.text .left-right .right .right{width:60%}section.text .left-right blockquote{background-color:#fff;border-radius:10px;border-bottom:5px solid var(--primary-color);padding:20px;margin:20px 0 0}section.text .left-right blockquote:first-child{margin-top:0}section.text .left-right blockquote>strong{color:var(--primary-color);text-decoration:underline}section.text .left-right blockquote p{font-style:italic}section.text .left-right blockquote p strong{background-color:var(--primary-color-medium);padding:3px 5px}section.text .left-right blockquote p:first-child,section.text .left-right blockquote p:nth-child(2){margin-top:5px}section.text .left-right blockquote p:last-child{margin-bottom:0}section.text .left-right blockquote:hover{background-color:var(--primary-color-light);box-shadow:5px 5px 10px var(--primary-color)}@media screen and (max-width: 768px){section.text{padding:30px}section.text .left-right{flex-direction:column}section.text .left-right>.left,section.text .left-right>.right{width:100%}section.text .left-right>.left{order:1}}section.error{margin-top:100px;margin-bottom:100px}section.stats{display:flex;gap:20px;margin-top:50px;margin-bottom:50px;justify-content:space-around}section.stats div{background-color:var(--primary-color-light);border-radius:100%;width:200px;height:200px;max-width:200px;max-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primary-color)}section.stats div svg{display:block;width:70px;margin:0 auto}section.stats div span{display:block;margin:0 auto;font-weight:900;padding:10px}section.stats div em{font-size:30px;font-weight:900}@media screen and (max-width: 768px){section.stats{flex-wrap:wrap;justify-content:center}section.stats div{max-width:100%;width:calc(40vw - 15px);max-height:100%;height:calc(40vw - 15px)}}@media screen and (max-width: 510px){section.stats div{width:42vw;height:42vw}}@media screen and (max-width: 480px){section.stats{display:none}}section.follow-share{background-color:var(--background-color)}section.follow-share .container{display:flex;justify-content:center;gap:15%;padding:50px}section.follow-share .container h3{border-bottom:1px solid var(--primary-color);padding-bottom:5px;margin-bottom:30px;font-size:32px}section.follow-share .container>div{background-color:#fff;padding:30px;border-radius:20px;width:50%}section.follow-share ul{list-style:none;padding:0;margin:10px 0}section.follow-share ul.next-to-each-other{display:flex;gap:10px}section.follow-share ul li{padding:5px 0}section.follow-share ul li a{display:flex;align-items:center;gap:10px;font-size:24px;color:var(--primary-color)}section.follow-share ul li a i{font-size:30px}@media screen and (max-width: 768px){section.follow-share{margin-top:0}section.follow-share .container{flex-direction:column;gap:30px;padding:30px 15px}section.follow-share .container>div{width:100%}}@media screen and (max-width: 520px){section.follow-share .container{gap:40px;flex-direction:column}}section.highlight-video{background-color:var(--background-color);padding:50px}section.highlight-video .content{display:flex}section.highlight-video .video{width:60%}section.highlight-video .title-text{border-bottom-right-radius:30px;border-top-right-radius:30px;width:40%;padding:40px;background-color:#fff;display:flex;flex-direction:column;justify-content:center}section.highlight-video .title-text>a{margin-top:20px;display:block}section.highlight-video .title-text .clr{color:var(--primary-color)}section.highlight-video .option{display:flex;align-items:center;margin:10px 0}section.highlight-video .option svg{width:40px;padding-right:10px;flex-shrink:0}section.highlight-video .option span{font-weight:700}@media screen and (max-width: 768px){section.highlight-video{padding:30px 0}section.highlight-video .content{flex-direction:column}section.highlight-video .content .video{width:100%}section.highlight-video .content .title-text{width:100%;border-top-right-radius:0;border-bottom-left-radius:30px}}section.last-sermons{background-color:var(--background-color);border:1px solid var(--border-color);padding:var(--padding-large);border-radius:var(--padding-large)}section.last-sermons .sermon{background-color:#fff;padding:var(--padding-medium);margin-bottom:10px;border-radius:10px}section.last-sermons .sermon .content{display:flex;justify-content:space-between}section.last-sermons .sermon .content a{color:var(--primary-color);line-height:1.4;display:block;font-size:20px;font-weight:600;margin-bottom:10px}section.last-sermons .sermon .icons{padding-top:10px;display:flex;gap:10px;justify-content:flex-end}section.last-sermons .sermon .icons svg{width:30px;height:30px}@media screen and (max-width: 768px){section.last-sermons{padding:30px}}section.preacher-list .labels,section.series-preacher-list .labels{position:absolute;right:10px;top:10px}section.preacher-list .search,section.series-preacher-list .search{margin-bottom:30px}section.preacher-list .preachers,section.series-preacher-list .preachers{display:flex;flex-wrap:wrap;gap:20px}section.preacher-list .preachers .preacher,section.series-preacher-list .preachers .preacher{position:relative;width:calc(25% - 15px);background-color:var(--background-color);padding:40px 20px 20px;border-radius:20px;height:160px;display:flex;flex-direction:column;justify-content:space-between}section.preacher-list .preachers .preacher h2,section.series-preacher-list .preachers .preacher h2{font-size:22px;min-height:50px}section.preacher-list .preachers .preacher a,section.series-preacher-list .preachers .preacher a{background-color:var(--primary-color-hover);color:#fff;padding:10px;text-decoration:none;float:right;border-radius:10px;display:flex;font-size:12px}section.preacher-list .preachers .preacher a svg,section.series-preacher-list .preachers .preacher a svg{width:15px;margin-left:10px}section.preacher-list .preachers .preacher a:hover,section.series-preacher-list .preachers .preacher a:hover{background-color:var(--primary-color)}section.preacher-list.series-preacher-list>a,section.series-preacher-list.series-preacher-list>a{color:var(--primary-color)}section.preacher-list.series-preacher-list>a h2,section.series-preacher-list.series-preacher-list>a h2{display:inline-block}section.preacher-list.series-preacher-list .preachers .preacher,section.series-preacher-list.series-preacher-list .preachers .preacher{height:auto;padding:20px}@media screen and (max-width: 980px){section.preacher-list .preachers .preacher,section.series-preacher-list .preachers .preacher{position:relative;width:calc((100% / 3) - (40px / 3))}}@media screen and (max-width: 768px){section.preacher-list .preachers .preacher,section.series-preacher-list .preachers .preacher{position:relative;width:calc(50% - 10px)}}@media screen and (max-width: 480px){section.preacher-list .preachers .preacher,section.series-preacher-list .preachers .preacher{position:relative;width:100%}}.sermon-list .head{display:flex;justify-content:space-between;align-items:stretch;gap:20px}.sermon-list .head .preacher{background-color:var(--background-color);padding:30px;border-bottom:5px solid var(--primary-color-medium);width:50%}.sermon-list .head .search{width:50%;flex-shrink:0;flex-grow:0}.sermon-list table tbody td:first-child .labels{float:left;margin-left:10px;margin-top:3px}.sermon-list table tbody td:first-child .labels span{padding:0 10px}.sermon-list table tbody td:first-child .labels a{color:var(--primary-color);padding:0}.sermon-list table tbody td:first-child>a{float:left}@media screen and (max-width: 768px){.sermon-list .head{flex-direction:column}.sermon-list .head .preacher,.sermon-list .head .search{width:100%}.sermon-list .sermons{overflow-x:auto;max-width:100%}.sermon-list .sermons table{min-width:800px}}.sermon-detail .head{display:flex;justify-content:flex-start;align-items:stretch;gap:20px}.sermon-detail .head .sermon-info{background-color:var(--background-color);padding:30px;border-radius:15px;border-bottom:5px solid var(--primary-color-medium);max-width:50%}.sermon-detail .head .audio-video{background-color:var(--primary-color-medium);border-radius:15px;padding:30px 30px 30px 20px;flex-grow:1;border-bottom:5px solid var(--primary-color);width:50%}.sermon-detail .head .subtitle{font-weight:700;margin-bottom:10px}.sermon-detail .head audio{display:block;margin-bottom:20px}.sermon-detail table thead tr{background-color:var(--primary-color);color:#fff}@media screen and (max-width: 980px){.sermon-detail .head{flex-direction:column}.sermon-detail .head .sermon-info,.sermon-detail .head .audio-video{width:100%;max-width:100%}}section.author-list .search{margin-bottom:30px}section.author-list .authors{display:flex;flex-wrap:wrap;gap:20px}section.author-list .authors .author{position:relative;width:calc(25% - 15px);background-color:var(--background-color);padding:40px 20px 20px;border-radius:20px;height:160px;display:flex;flex-direction:column;justify-content:space-between}section.author-list .authors .author h2{font-size:22px;min-height:50px}section.author-list .authors .author a{background-color:var(--primary-color-hover);color:#fff;padding:10px;text-decoration:none;float:right;border-radius:10px;display:flex;font-size:12px}section.author-list .authors .author a svg{width:15px;margin-left:10px}section.author-list .authors .author a:hover{background-color:var(--primary-color)}@media screen and (max-width: 980px){section.author-list .preachers .preacher{position:relative;width:calc((100% / 3) - (40px / 3))}}@media screen and (max-width: 768px){section.author-list .preachers .preacher{position:relative;width:calc(50% - 10px)}}@media screen and (max-width: 480px){section.author-list .preachers .preacher{position:relative;width:100%}}article .article-info{background-color:var(--background-color);padding:20px;border-radius:20px;border-bottom:5px solid var(--primary-color);margin-bottom:40px}article blockquote{background-color:var(--primary-color-medium);border-bottom:5px solid var(--primary-color);padding:15px 25px}article blockquote p:first-child{margin-top:0}article blockquote p:last-child{margin-bottom:0}.search{background-color:var(--background-color);padding:30px;border-bottom:5px solid var(--primary-color)}.search p{font-size:20px;margin-top:0}.search form{display:flex}.search form input{padding:10px;border:1px solid var(--primary-color);border-radius:10px 0 0 10px;width:100%;max-width:400px}.search form button{background-color:var(--primary-color);color:#fff;padding:10px;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:12px;margin-left:-2px}.search form button:hover{background-color:var(--primary-color-hover)}.email{color:var(--primary-color)}.fa{display:inline-block;width:35px;height:35px}
