:root{
  --text-color:#151515;
  --secondary-text-color:#ffffff;
  --primary-color:#3c678b;/*Blue*/
  --secondary-color:#3c678b;/*Blue*/
  --heading-color:#3c678b;/*Blue*/
  --link-color:#3c678b;/*Blue*/
  --hover-color:#2a4861;/*Dark Blue*/
  --menu-text-color:#ffffff;/*White*/
  --menu-hover-color:#bfa760;/*Dark Gold*/
  --background-color:#f2f1ed;/*Tan*/
  --text-font:'Helvetica';
  --heading-font:'Philosopher';
  --page-width:1000px;
}
/*============================
  HELIX MODIFICATIONS
==============================*/
/*---- Width of website container ----*/
.container{
  max-width:var(--page-width);
}
/*---- Height of header for menu font size increase ----*/
#sp-header{
  height:100%;
}
/*---- Lower the main menu to be level with logo ----*/
.sp-megamenu-parent{
  margin-top:15px;
  margin-bottom:-15px;
}
/*---- Make main menu font size adjustable ----*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
  font-size:1.0em!important;
}
/*---- Remove arrows from main menu ----*/
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after{
  content:none;
}
/*---- Remove extra padding from main menu drop down ----*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
  margin-top:-15px;
  padding:2px 10px 5px 10px;
}
/*---- Main menu and dropdown hover color for active link ----*/
.sp-megamenu-parent > li.active:hover > a{
  color:var(--menu-hover-color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover{
  color:var(--menu-hover-color);
}
/*---- Main menu parent links bold ----*/
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li.active > a,
.menu-heading-nolink{
  font-weight:bold;
}
/*---- Main menu headings that are not links ----*/
.sp-menu-heading{
  color:var(--menu-text-color)!important;
  cursor:pointer!important;
}
.sp-menu-heading:hover{
  color:var(--menu-hover-color)!important;
}
/*---- Reduce padding between offcanvas logo and menu links ----*/
.offcanvas-menu .offcanvas-inner{
  padding:0 25px;
}
.offcanvas-menu .offcanvas-inner .header-modules{
  display:none!important;
}
/*---- Move off canvas hamburger and close icon away from scroll bar ----*/
body.ltr #offcanvas-toggler.offcanvas-toggler-right{
  margin-right:20px;
}
body.ltr .close-offcanvas{
  right:20px;
}
/*---- Change off canvas hamburger and close icon color ----*/
.burger-icon > span{
  background-color:var(--menu-text-color)!important;
}
/*---- Change off canvas links color ----*/
.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span{
  opacity:1.0;
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a{
  color:var(--menu-text-color);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler{
  color:var(--menu-text-color);
}
/*---- Increase size and padding of off canvas menu ----*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span{
  padding:14px 0;
  font-size:21px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li{
  padding:4px 0;
  font-size:18px;
}
/*---- Make dropdown selection cover all of the text link in off canvas menu ----*/
.offcanvas-menu .menu li span.menu-toggler{
  width:100%;
  text-align:right!important;
}
/*---- Make dropdown arrow veiwable for menu heading ----*/
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler{
  right:0;
}
/*---- Hide search icon for off canvas menu from main menu ----*/
.offcanvas-menu .menu-search-link{
  display:none!important;
}
/*---- Padding for main body ----*/
#sp-main-body{
  padding-top:20px;
}
/*---- Remove padding from category list ----*/
.article-list .article,
.blog-featured{
  padding:0;
  border:none;
}
/*---- Make bottom and footer font size adjustable ----*/
#sp-bottom{
  font-size:0.9em;
}
#sp-footer{
  font-size:0.8em;
}
/*---- Sticky footer ----*/

/*
.body-innerwrapper{
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
#sp-bottom{
  margin-top:auto!important;/*--Sticky footer--/
}
*/
/*---- Change scroll to top color ----*/
.sp-scroll-up{
  background:#777;
}
/*---- Search Module ----*/
.awesomplete{
  width:100%;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
  border-radius:0px 0px 10px 10px;
}
/*---- System Message Box ----*/
#system-message-container{
  top:10px;
  bottom:auto;
  right:auto;
  left:15px;
}
#system-message-container joomla-alert{
  font-size:25px;
}
/*============================
  GLOBAL AND BODY TAGS
==============================*/
html{
  font-size:100%;
}
h1, .article-details .article-header h1,
.article-list .article .article-header h1{
  margin:0px;
  font-size:2.1em;
  font-weight:bold;
  color:var(--heading-color);
}
h2, .article-details .article-header h2,
.article-list .article .article-header h2{
  margin:20px 0px 10px;
  font-size:1.8em;
  font-weight:bold;
  color:var(--heading-color);
}
h3{
  margin:20px 0px 10px;
  font-size:1.5em;
  font-weight:bold;
  font-style:italic;
  color:var(--heading-color);
}
h4{
  margin:20px 0px 5px;
  font-size:1.1em;
  font-weight:bold;
}
p{
  margin: 5px 0px;
}
a:hover{
  text-decoration:underline;
}
blockquote{
  margin:0px 0 10px 30px;
}
img{
  border-style:none;
}
/*---- Remove Underline from specific links ----*/
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a.btn:hover{
  text-decoration:none;
}
#sp-header a:hover,
.offcanvas-menu a:hover{
  text-decoration:none;
}
/*---- Style for H1 to replace Joomla H2 headings ----*/
.h1-title{
  margin-bottom:10px;
}
/*---- Buttons ----*/
.btn-primary,
.btn-primary:focus{
  color:var(--secondary-text-color);
  background-color:var(--link-color); 
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active{
  color:var(--secondary-text-color);
  background-color:var(--hover-color);
}
.btn-outline,
.btn-outline:focus{
  background-color:transparent;
  color:var(--link-color);
  border:3px solid var(--link-color);
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.active{
  color:var(--secondary-text-color);
  background-color:var(--link-color);
}
/*---- Pagination ----*/
.pagination-container ul{
  justify-content:center;
  flex-wrap:wrap;
}
.pagination > li > a,
.pagination > li > a:focus{
  color:var(--link-color);
  background-color:inherit;
  border-color:#bbbbbb;
  box-shadow:none;
}
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover{
  color:var(--secondary-text-color);
  text-decoration:none;
  background-color:var(--link-color);
  border-color:#bbbbbb;
  box-shadow:none;
}
.pagination .disabled a,
.pagination .disabled span,
.pagination .disabled a:hover{
  background-color:#dddddd!important;
  border-color:#bbbbbb!important;
}
/*---- Modals ----*/
.modal-backdrop {
  position:fixed!important;
  opacity:0.7!important;
}
/*---- Make iframes responsive ----*/
@media (max-width:1000px){
  .video-responsive{
    padding-bottom:56.25%;
    position:relative;
    height:0;
    overflow:hidden;
  }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed{
    width:100%!important;
    height:100%!important;
    position:absolute;
    top:0;
    left:0;
  }
}
/*============================
  HEADER
==============================*/
/*==== LOGO ====*/
.logo-image{
  padding: 2px 0;
}
@media (max-width:999px){
  .logo-image{
    padding: 5px 0;
  }
}
/*==== TOP BAR ====*/
#sp-top-bar{
  padding:0!important;
}
#sp-top1 .sp-module{
  padding:8px 0;
  width:100%;
}
.announcement{
  font-weight:bold;
  font-size:1.5em;
  text-align:center;
}
@media (max-width:480px){
  #sp-top1 .sp-module{
    width:inherit;
  }
}
/*============================
  FOOTER
==============================*/
/*---- Make footer links and copyright inline ----*/
#sp-bottom{
  padding:10px 0 0 0;
}
#sp-bottom .sp-module{
  margin-bottom:0px;
}
#sp-bottom li,
.footer-module,
.sp-copyright{
  padding:0 5px;
  display:inline-block!important;
}
.footer-module{
  float:right;
}
@media (max-width:768px){
.footer-module,
.sp-copyright{
  display:inherit;
}
.footer-module{
  margin-bottom:10px;
  float:inherit;
}
}
#sp-footer .container-inner{
  padding:20px 0;
}
.menu-spotify-link{
  font-size:1.6em;
}
/*============================
  ARTICLES
==============================*/
/*==== FRONTPAGE: FLUID FRAMEWORK ====*/
.frontpage #sp-main-body{
  margin:0;
  padding:0;
}
.frontpage #sp-main-body .container{
  max-width:100%;
  margin:0;
  padding:0;
}
.frontpage .article-details .article-can-edit{
  margin:0;
}
.frontpage-wrap .inner-wrap{
  max-width:var(--page-width);
  margin:auto;
  padding:0 15px 15px 15px;
}
/*---- Front top banner ----*/
.front-top-banner-wrap{
  width:100%;
  position:relative;
}
.front-top-banner-background{
  width:100%;
  position:relative;
  overflow:hidden;
}
.front-top-banner-background-image{
  width:100%;
  min-height:100px;
  filter:brightness(60%);
}
.front-top-banner-content-wrap{
  width:100%;
  position:absolute;
  top:8%;
  left:0;
  z-index:2;
}
@media (max-width:580px){
  .front-top-banner-content-wrap{
    top:10%;
  }
}
.front-top-banner-content-wrap .inner-wrap{
  max-width:var(--page-width);
  margin:auto;
  padding:0px 15px 0px 15px;
}
@media (max-width:1400px){
  .front-top-banner-content-wrap .inner-wrap{
  max-width:70%;
  }
}
@media (max-width:860px){
  .front-top-banner-content-wrap .inner-wrap{
  max-width:95%;
  padding:0px 7px 0px 7px;
  }
}
.front-top-banner-content{
  text-align:center;
}
.front-top-banner-content h1{
  margin-bottom:15px;
  line-height:1.5em;
  font-size:clamp(18px, 3vw, 45px);
  color:#fff;
  text-shadow:1px 1px 2px #000;
}
@media (max-width:650px){
  .front-top-banner-content h1{
    line-height:1.2em;
  }
}
/*---- Class banner ----*/
.class-banner-wrap{
  padding-top:20px;
  padding-bottom:5px;
  background-color:#ffffff;
}
.class-banner{
  position:relative;
}
.class-banner img{
  width:100%;
  min-height:150px;
  filter:brightness(80%);
}
.class-banner img:hover{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
}
.class-banner-title{
  padding:15px;
  position:absolute;
  top:0%;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  font-weight:bold;
  color:var(--secondary-text-color);
}
.class-banner-title a{
  color:var(--secondary-text-color);
  text-shadow:1px 1px 2px #000;

}
.class-banner-title a:hover{
  text-decoration:none;
}
.class-banner-title p:first-child{
  padding-bottom:20px;
  font-family:var(--heading-font);
  line-height:0.6em;
  font-size:clamp(35px, 6vw, 70px);
  text-shadow:1px 1px 2px #000;

}
.class-banner-title p{
  text-transform:uppercase;
  line-height:1.1em;
  font-size:clamp(17px, 3vw, 35px);
  text-shadow:1px 1px 2px #000;

}
.class-banner-title p:nth-child(4){
  font-size:clamp(16px, 2vw, 25px);
}
@media (max-width:480px){
.class-banner-wrap{
  padding:10px 0 0 0;
}
.class-banner-wrap .inner-wrap{
  margin: 0;
  padding: 0;
  max-width:100%;
}
}
/*---- Featured items ----*/
.featured-items-wrap{
  margin:0;
  padding:15px 0 0 0;
  text-align:center;
}
.featured-items{
  margin:10px 5px;
  padding:0px 0px 0px 0px;
  width:310px;
  display:inline-block;
  position:relative;
  border-radius:20px;
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.15);
}
.featured-items a img{
  width:310px;
  height:185px;
  border-radius:20px;
  opacity:1.0;
  filter:alpha(opacity=100);/*--For IE8 and earlier--*/
}
.featured-items a img:hover{
  opacity:0.9;
  filter:alpha(opacity=90);/*--For IE8 and earlier--*/
}
.featured-items h2{
  padding:0px;
  width:310px;
  position:absolute;
  top:40px;
  left:0px;
  font-size:40px;
  color:#ffffff;
  border-top:2px solid #ffffff;
  border-bottom:2px solid #ffffff;
}
.featured-items h2 a{
  color:#ffffff;
  text-shadow:1px 1px #000000;
}
.featured-items-info{
  padding:0px;
  width:305px;
  position:absolute;
  top:108px;
  left:0px;
  font-size:21px;
  font-weight:bold;
  font-family:serif;
  color:#ffffff;
  text-shadow:1px 1px #000000;
}
/*---- Recent studies ----*/
.recent-studies-wrap{
  margin:0;
  padding:1px 0 10px 0;
  text-align:center;
  background-color:#ffffff;
}
.recent-studies-wrap h2{
  font-size:1.9em;
}
.recent-studies{
  margin:5px;
  padding:0px 0px 0px 0px;
  width:175px;
  position:relative;
  display:inline-block;
}
.recent-studies h3{
  margin:0;
  width:175px;
  height:50px;
  position:absolute;
  top:40px;
  left:0px;
}
.recent-studies img{
  width:175px;
  height:100px;
  border-radius:10px 10px 10px 10px;
}
.recent-studies a img{
  width:175px;
  opacity:1.0;
  filter:alpha(opacity=100);/*--For IE8 and earlier--*/
}
.recent-studies a img:hover{
  opacity:0.9;
  filter:alpha(opacity=90);/*--For IE8 and earlier--*/
}
@media (max-width:480px){
.recent-studies{
  width:160px;
}
.recent-studies img{
  width:160px;
  height:100px;
}
}
/*---- Upcoming studies ----*/
.upcoming-wrap{
  text-align:center;
}
.upcoming-wrap h2{
  font-size:1.9em;
}
.upcoming-description{
  padding:0 0 7px 0;
}
.upcoming-class{
  padding:0;
  font-weight:bold;
}
.upcoming-date{
  padding:0 0 15px 0;
}
/*==== BIBLE STUDIES PAGE ====*/
/*---- Books list columns ----*/
.commentary-listing ul{
  padding:0px;
  list-style:none;
  columns:5 180px;
  -webkit-columns:5 180px;
  -moz-columns:5 180px;
}
.commentary-listing li{
  padding:0px;
}
@media (max-width:480px){
  .commentary-listing li{
    padding:5px 0;
  }
}
/*---- Topical list columns ----*/
.topical-listing ul{
  padding:0px;
  list-style:none;
  columns:3 310px;
  -webkit-columns:3 310px;
  -moz-columns:3 310px;
}
.topical-listing li{
  padding:0px;
}
@media (max-width:480px){
  .topical-listing li{
    padding:5px 0;
  }
}
/*==== FIRST TESTAMENT SURVEY PAGE ====*/
/*---- Units list columns ----*/
.fts-listing ul{
  padding:0px;
  list-style:none;
  columns:5 190px;
  -webkit-columns:5 190px;
  -moz-columns:5 190px;
}
.fts-listing li{
  padding:0px;
}
@media (max-width:480px){
  .fts-listing ul{
    columns:2 50px;
    -webkit-columns:2 50px;
    -moz-columns:2 50px;
  }
  .fts-listing li{
    padding:5px 0;
  }
}
/*==== COMPARATIVE RELIGIONS PAGE ====*/
/*---- Religions list columns ----*/
.comparative-religions-listing ol{
  padding-left:20px;
  columns:4 210px;
  -webkit-columns:4 210px;
  -moz-columns:4 210px;
}
.comparative-religions-listing li{
  padding:0px;
}
@media (max-width:480px){
  .comparative-religions-listing li{
    padding:5px 0;
  }
}
/*---- Table of Contents ----*/
.btn-toc{
  width:100%;
  position:fixed;
  top:0;
  right:0;
  font-size:1.1em;
  font-weight:bold;
}
#offcanvastoc .offcanvas-header{
  padding:0 1rem;
}
.table-of-contents ol{
  padding-left:0;
  list-style:none;
}
.table-of-contents>ol>li>ol>li{
  padding-left:20px;
}
.table-of-contents ol li{
  padding-bottom:5px;
}
.table-of-contents>ol>li:first-child{
  display:none;
}
@media (max-width:480px){
  .table-of-contents-wrapper .offcanvas-start{
    width:300px;
  }
}
/*---- Description Paragraph ----*/
.description{
  margin-bottom:15px;
}
/*---- Download Lists ----*/
.download-list ul{
  padding-left:0;
  list-style:none;
  columns:2 400px;
  -webkit-columns:2 400px;
  -moz-columns:2 400px;
}
.download-list ul li{
  padding-bottom:5px;
}
/*---- Icons ----*/
.jd_content img{
  display:inline;
  vertical-align:sub;
}
.icons-link img{
  margin-right:5px;
  display:inline;
  vertical-align:sub;
}
.back-link{
  margin-top:20px;
}
.back-link img{
  margin-top:-5px;
  display:inline;
}
#lightbox{
  z-index:99999!important;
}
/*---- Responsive Readiing ----*/
.responsive-leader-indent{
  margin-left:100px;
  text-indent:-100px
}
.responsive-leader-space{
  padding-right:35px;
}
.responsive-all-indent{
  margin-left:100px;
  text-indent:-100px
}
.responsive-all-space{
  padding-right:70px;
}
/*---- Audio Playlist Modal ----*/
.audio-modal .modal-body{
  padding-top:2rem;
}
.audio-modal .btn-close{
  position:absolute;
  top:1px;
  right:1px;
}
.audio-modal .modal-body .commedia-playlist td{
  background:#ffffff!important;
}
/*---- Adjust Anchor Height for Table of Contents ----*/
.notes h2::before,
.notes h3::before,
.notes h4::before{
  content:'';
  display:block;
  height:45px;
  margin-top:-45px;
  visibility:hidden;
}
/*---- Commentary Outline ----*/
.outline ol{
  margin:0;
  padding-left:0px;
  list-style-position:inside;
}
.outline ol li{
  padding-bottom:5px;
}
.outline ol ol{
  padding-left:20px;
}
/*---- Commentary Images ----*/
figure{
  margin:0px;
}
figure img{
  margin:auto;
}
figcaption{
  padding:15px 25px;
  text-align:center;
  font-size:0.9em;
}
figcaption span{
  font-style:italic;
  font-weight:normal;
}
/*---- Commentary Tables ----*/
.text table{
  margin:20px 0;
  width:100%;
}
.text table td{
  padding:5px;
  vertical-align:top;
  border:1px solid #bbbbbb;
}
/*---- Chiastic Mirror ----*/
.chiastic-mirror-top p:nth-of-type(2){
 text-indent:20px; 
}
.chiastic-mirror-top p:nth-of-type(3){
 text-indent:40px; 
}
.chiastic-mirror-top p:nth-of-type(4){
 text-indent:60px; 
}
.chiastic-mirror-top p:nth-of-type(5){
 text-indent:80px; 
}
.chiastic-mirror-top p:nth-of-type(6){
 text-indent:100px; 
}
.chiastic-mirror-top p:nth-of-type(7){
 text-indent:120px; 
}
.chiastic-mirror-top p:nth-of-type(8){
 text-indent:140px; 
}
.chiastic-mirror-top p:nth-of-type(9){
 text-indent:160px; 
}
.chiastic-mirror-top p:nth-of-type(10){
 text-indent:180px; 
}
.chiastic-mirror-top p:nth-of-type(11){
 text-indent:200px; 
}
.chiastic-mirror-top p:nth-of-type(12){
 text-indent:220px; 
}
.chiastic-mirror-top p:nth-of-type(13){
 text-indent:240px; 
}
.chiastic-mirror-top p:nth-of-type(14){
 text-indent:260px; 
}
.chiastic-mirror-top p:nth-of-type(15){
 text-indent:280px; 
}
.chiastic-mirror-top p:nth-of-type(16){
 text-indent:300px; 
}
.chiastic-mirror-top p:nth-of-type(17){
 text-indent:320px; 
}
.chiastic-mirror-top p:nth-of-type(18){
 text-indent:340px; 
}
.chiastic-mirror-top p:nth-of-type(19){
 text-indent:360px; 
}
.chiastic-mirror-top p:nth-of-type(20){
 text-indent:120px; 
}
.chiastic-mirror-bottom p:nth-last-of-type(2){
   text-indent:20px;
}
.chiastic-mirror-bottom p:nth-last-of-type(3){
   text-indent:40px;
}
.chiastic-mirror-bottom p:nth-last-of-type(4){
   text-indent:60px;
}
.chiastic-mirror-bottom p:nth-last-of-type(5){
   text-indent:80px;
}
.chiastic-mirror-bottom p:nth-last-of-type(6){
   text-indent:100px;
}
.chiastic-mirror-bottom p:nth-last-of-type(7){
   text-indent:120px;
}
.chiastic-mirror-bottom p:nth-last-of-type(8){
   text-indent:140px;
}
.chiastic-mirror-bottom p:nth-last-of-type(9){
   text-indent:160px;
}
.chiastic-mirror-bottom p:nth-last-of-type(10){
   text-indent:180px;
}
.chiastic-mirror-bottom p:nth-last-of-type(11){
   text-indent:200px;
}
.chiastic-mirror-bottom p:nth-last-of-type(12){
   text-indent:220px;
}
.chiastic-mirror-bottom p:nth-last-of-type(13){
   text-indent:240px;
}
.chiastic-mirror-bottom p:nth-last-of-type(14){
   text-indent:260px;
}
.chiastic-mirror-bottom p:nth-last-of-type(15){
   text-indent:280px;
}
.chiastic-mirror-bottom p:nth-last-of-type(16){
   text-indent:300px;
}
.chiastic-mirror-bottom p:nth-last-of-type(17){
   text-indent:320px;
}
.chiastic-mirror-bottom p:nth-last-of-type(18){
   text-indent:340px;
}
.chiastic-mirror-bottom p:nth-last-of-type(19){
   text-indent:360px;
}
.chiastic-mirror-bottom p:nth-last-of-type(20){
   text-indent:380px;
}
/*---- Excursus ----*/
.excursus{
  margin-top:20px;
  padding:0 10px;
  border:2px solid #d3d3d3;
}
.excursus h3{
  margin-top:10px;
  font-size:2.1em;
  font-weight:bold;
  font-style:inherit;
  text-align:center;
  color:var(--heading-color);
}
.excursus h4{
  margin:20px 0px 10px;
  font-size:1.8em;
  font-weight:bold;
  font-family:var(--heading-font);
  color:var(--heading-color);
}
.excursus h5{
  margin:20px 0px 10px;
  font-size:1.5em;
  font-weight:bold;
  font-style:italic;
  font-family:var(--heading-font);
  color:var(--heading-color);
}
/*==== MAPS PAGE ====*/
.maps-wrap{
  text-align:center;
}
.maps-wrap .jd_content{
  margin-bottom:40px;
  width:320px;
  float:initial;
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.maps-wrap img{
  width:300px;
}
.maps-wrap p a:before{
  content:'Download: ';
  top:0;
  left:0;
}
.maps-wrap .jd_content a{
  display:inline-block;
  position:relative;
}
/*
.maps-wrap .jd_content:nth-child(n+38) label{
  width:70px;
  height:70px;
  position:absolute;
  top:0;
  left:0;
  background:url(../../../images/global/icons/new-icon.png) no-repeat;
  background-size:50px 50px;
}
.maps-wrap .jd_content:nth-child(n+45) label{
  width:70px;
  height:70px;
  position:absolute;
  top:0;
  left:0;
  background:none;
  background-size:50px 50px;
}
*/
/*==== ABOUT PAGE ====*/
.about-image{
  margin:5px 10px 0px 0px;
  float:left;
  width:200px;
  height:280px;
  background:url("/images/global/port.jpg") no-repeat;
  background-size:cover;
}
/*==== CONTACT PAGE ====*/
.contact h3{
  display:none;
}
/*==== SINGLE AUDIO PLAYER WITH DOWNLOAD ====*/
.audio-player-single{
  display:table;
  width:100%;
  color:#ffffff;
  background-color:var(--link-color);
  border-radius:5px;
}
.audio-player-single-row{
  display:table-row;
}
.audio-player-single-title,
.audio-player-single-player,
.audio-player-single-download{
  display:table-cell;
  vertical-align:middle;
}
.audio-player-single-title{
  padding:2px 0 0 8px;
}
.audio-player-single-player{
  min-width:250px;
}
.audio-player-single-download{
  width:30px;
}
/*============================
  EXTENSIONS
==============================*/
/*==== JDOWNLOADS ====*/
.jd_download_url{
  margin-left:0;
}
/*==== JCE MEDIABOX ====*/
@media (max-width:960px){
#jcemediabox-popup-body{
  max-width:100%!important;
  height:auto!important;
}
#jcemediabox-popup-content{
  margin:0 auto!important;
  padding:0px;
  max-width:97%!important;
}
}
@media (max-width:480px){
#jcemediabox-popup-body{
  min-width:100%!important;
  height:auto!important;
}
#jcemediabox-popup-content{
  margin:0 auto!important;
  padding:0px;
  min-width:100%!important;
}
}
/*==== RSFORM ====*/
#userForm #Submit{
  padding:.375rem .75rem;
  display:inline-block;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  color:var(--secondary-text-color);
  background-color:var(--link-color);
  border:none;
  border-radius:.25rem;
}
#userForm #Submit:hover{
  background-color:var(--hover-color); 
}
/*==== OSMAP ====*/
#osmap-menu-uid-mainmenu{
  display:none;
}
.osmap-items ul{  
  margin:0;
  padding:0 0 0 25px;
}
.osmap-items ul li{
  font-size:20px;
  font-weight:bold;
}
.osmap-items ul li li{
  font-size:16px!important;
  font-weight:normal!important;
}
/*==== REF TAGGER ====*/
.rtBibleRef{
  text-decoration-style:dotted;
}
/*==== MAILCHIMP ====*/
.mc-field-group,
#mc-embedded-subscribe{
  margin-top:25px;
}