@charset "utf-8";
/*------------------------------------------------------
--> God's Word <--
------------------------------------------------------*/
#GodsWord{
    position: relative;
    width: 98%;
    max-width: 1560px;
    margin: 25px auto;
    padding-top: 10px;
    background: rgba(255,255,255,1.00);
    border: 5px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    z-index: 100;
}
.gw_Group{
    position: relative;
    margin: 0;
    padding-top: 5px;
    background: rgba(255,255,255,1.00);
}
.gw_Header{
    position: -webkit-sticky;
    position: sticky;
    height: 60px;
    top: 56px;
    z-index: 200;
}
.gw_Bible{
    margin-left: 0px;
}
.gw_Testament{
    margin-left: 82px;
}
.gw_Type{
    margin-left: 164px;
}
.gw_Book{
    margin-left: 246px;
}
.gw_Logo{
    position: absolute;
    top: -15px;
    width: 90px;
    height: 90px;
    z-index: 300;
    cursor: pointer;
}
.gw_Banner{
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    background: linear-gradient(90deg, rgba(188,214,107,1.00) 80%, rgba(255,255,255,1.00) 98%);
    border-top: thin solid rgba(50,60,30,0.50);
    border-bottom: thin solid rgba(50,60,30,0.50);
    overflow: hidden;
    z-index: 150;
}
.gw_Info{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.gw_Title{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin: 10px;
    padding: 4px 5px 6px 5px;
    border-top: 1.5px solid rgba(255,255,255,0.75);
    border-bottom: 1.5px solid rgba(255,255,255,0.75);
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,1.00);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.gw_Graphic{
    position: relative;
    height: 50px;
    margin-top: -50px;
    background: rgba(255,255,255,1.00);
    background-image:url('../_images/Content/Graphic.jpg');
    background-position:left top;
    background-repeat: no-repeat;
    background-size: 1000px 40px;
    border-top: thin solid rgba(50,60,30,0.25);
    border-bottom: thin solid rgba(50,60,30,0.25);
    z-index: 100;
}
.gw_Content{
    position: relative;
    margin: -60px 5px 25px 5px;
    background: rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.25);
}

.gw_Videos{
    position: relative;
}
.gw_VideoMenu{
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255,255,255,1.00);
    border-left: thin solid rgba(50,60,30,0.50);
    border-bottom: thin solid rgba(50,60,30,0.50);
    border-bottom-left-radius: 5px;
    box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.15);
    z-index: 100;
}
.gw_VideoMenu-Title{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
}
.gw_VideoMenu-Button{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    padding: 5px 10px;
    background: rgba(188,214,107,1.00);
    border-left: thin solid rgba(255,255,255,1.00);
    font-size: 14px;
    font-weight: bold;
    color: rgba(50,60,30,1.00);
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.gw_VideoMenu-Button:hover{
    background: rgba(50,60,30,1.00);
    color: rgba(255,255,255,1.00);
}
.gw_VideoMenu-Selected{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    padding: 5px 10px;
    background: rgba(50,60,30,1.00);
    border-left: thin solid rgba(255,255,255,1.00);
    font-size: 14px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.gw_VideoBox{
    position: relative;
    display: none;
    margin: 0px;
    padding: 20px 10px 10px 10px;
    background: rgba(188,214,107,0.20);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
}
.gw_VideoBox-Title{
    position: relative;
    margin: 5px 0px 10px 0px;
    padding: 5px 10px 0px 10px;
    border-bottom: thin solid rgba(50,60,30,0.25);
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.75);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.gw_VideoBox-NoVideos{
    position: relative;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.75);
}
.gw_VideoBox-Videos{
    position: relative;
}
.gw_VideoWrapper {
    position: relative;
    display: inline-block;
    width: 357px;
    height: 227px;
    margin: 5px;
    background: rgba(188,214,107,0.85);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    overflow: hidden;
    z-index: 100;
}
.gw_VideoTitle{
    position: relative;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: rgba(50,60,30,1.00);
}
.gw_VideoWrapper iframe {
    position: absolute;
    top: 27px;
    left: 10px;
    width: 337px;
    height: 190px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);
}
.gw_Details{
    position: relative;
    padding: 25px 15px 10px 15px;
}
.gw_Details-Title{
    position: relative;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 0px 5px;
    border-bottom: thin solid rgba(50,60,30,0.25);
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.75);
}
.gw_Details-Text{
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 0px 10px;
    font-size: 20px;
    color: rgba(50,60,30,0.75);
}
.gw_Details-List{
    position: relative;
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    font-size: 16px;
    list-style-type: none;
    color: rgba(50,60,30,0.75);
}
.gw_Details-ListTitle{
    position: relative;
    margin: 2px 5px;
    padding: 0px 8px;
    border-bottom: thin solid rgba(50,60,30,0.25);
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.75);
}
.gw_Details-ListText{
    position: relative;
    margin-left: 10px;
    padding: 3px;
    font-size: 16px;
    list-style-type: none;
    color: rgba(50,60,30,0.75);
}
.gw_Details-ListItem{
    position: relative;
    margin-left: 30px;
    padding: 3px;
    font-size: 16px;
    list-style-type: circle;
    color: rgba(50,60,30,0.75);
}
.gw_Details-ListSub{
    position: relative;
    margin-left: 30px;
    padding: 3px;
    font-size: 16px;
    list-style-type: none;
    color: rgba(50,60,30,0.75);
}

