@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css"); 
@import url("layout.css");
:root{
	--quote-colour: blue;
	--table-blue: #1C6EA4;
}

html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
@media only screen and (min-width: 680px)
{
    body { background-color: #90b7f1; }
    .jumbotron { padding-left: 20px; }
}	

/**************************************
* Layout
**************************************/

#container {
	width: 100%;
	margin-top: 57px;
	margin-right:0;
	border-bottom: 2px solid #3399FF;
	background-color: #fff;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	background: blue;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 660px;
	padding-top: 7px;
	text-align: left;
}
#content2 {
	position: relative;
	float: left;
	width: 390px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	border-color: #FF9900;
	border-style: solid;
	border-width: 2;
	float: right;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
/* Footer Styles */
#footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align:center;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #90b7f1;
}
#footer p 
{
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a 
{
	color: white;
	text-decoration: underline;
}
#footer a:hover 
{
	color: #237;
	text-decoration: none;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: white;
	margin-left: 25px;
/*	text-transform: uppercase; */
/*	display: inline; */
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color:aqua;
/*	display: inline; */
	margin-top: 15px;
	margin-left: 25px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #3399FF;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

.my-jumbo
{
    padding-left: 20px;
    position: relative;
}
.peace-logo
{
    float: right;
    position: absolute;
    top: 130px;
    right: 20px;
}
@media screen and (max-width: 900px)
{
.peace-logo
    {
    display: none;
    }
}

/* colours */
.red { color: red; }
.orange { color: orange; }
.yellow { color: yellow; }
.green { color: green; }
.blue { color: blue; }
.indigo {color: indigo; }
.violet { color: violet; }

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:  blue;
}

#news h2
{
	margin-left: -10px;
}

#news h4 {
	margin-left:20px;
	margin-bottom:0;
}

#content img {
	padding: 5px;
	border: 1px solid #358;
	float: none;
}

.body-content img
{
	box-shadow: 6px 6px 14px 0px rgba(0,0,0,0.73);
	margin-bottom: 20px;
	max-width: 100%;
}

#content2 h1,h2,h3,h4,h5,h6 {
	color: #0000FF;
}
#content2 img {
	padding: 5px;
	border: 1px solid #358;
}
#vertical-space
{
	height:40px;
}

/*
Special style for headers so that we can use them as anchors and have them fully visible
*/
.body-content h1,h2,h3,h4,h5,h6
{
	margin-top: -60px;
	padding-top: 60px;
}

.sidebar h3
{
	margin-top: 10px;
	padding-top: 0;
}

/* override the bootstrap default 20px bottom margin */
.lead
{
  margin-bottom: 6px;
}

.bigbold
{
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 24px;
}
.img-responsive
{
	max-width: 100%;
  height: auto;
}

#piiimg
{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Sidebar Styles */
#sidebar p {
	color: #222;
	margin-bottom: 0;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sidebar_ref
{
	font-size: small;
	font-style: italic;
	text-align: right;
	margin-top: 0;
}

#whatyoulearn table tr
{
vertical-align:top;
}
#whatyoulearn img
{
	padding: 5px;
	border: 0;
}

/* tracker div style */
#tracker
{
	display:none;
}
.note
{
	text-align:center;
	font-style:italic;
	font-size:small;
}
.scriptureref
{
	text-align: right;
	margin-top: 0px;
	font-style: italic;
	font-size: medium;
	color: #3399FF;
}

/************************************************
 * Link Styles
***********************************************/

a 
{
	color:  #CC0000;
	text-decoration: none;
}

a:hover 
{
	color: #3399FF;
	text-decoration: none;
}

/* External links */

 a[href^="http"]::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: .8em;
	content: "\f35d";
	margin-left: .3em;
 }


.style_bold 
{
	font-weight: bold;
}
.style_italic 
{
	font-style: italic;
}
.smallcaps
{
	font-variant: small-caps;
	font-size:larger;
}
.small-caps
{
	font-variant: small-caps;
}
.smaller
{
	font-size: smaller;
}
.centre { text-align: center;}
.row-eq-height
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
#article p
{
	margin-bottom: 4pt;
	margin-top: 4pt;
	text-align: justify;
	clear: both;
}
#article p.squote
{
	margin-left: 60pt;
	margin-right: 60pt;
	margin-bottom: 2pt;
}
#article p.sref
{
	margin-right: 60pt;
	float: right;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-left: 60pt;
	margin-top: 0;
	clear: both;
}
#BibleHourVideos p
{
	margin-left: 2em;
}
#BibleHourVideos h4
{
	margin-top: -4em;
    padding-top: 5em;
}
#find-text
{
	margin-left: 20px;
	margin-bottom: 20px;
}
table.find-results
{
	margin-left: 20px;
	margin-bottom: 20px;
}
table.find-results th
{
	font-weight: bold;
}
table.find-results td
{
	padding-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 3px;
}
table.find-results tr:hover
{
	background-color: #90b7f1;
}
.news-indent
{
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-indent2
{
	margin-left: 60px;
	margin-right:40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-quote {
	margin-left: 2.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-style: italic;
}
.news-quote::before {
  content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 1em;
  color: var(--quote-colour);
}
.news-quote::after {
  content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 1em;
  color: var(--quote-colour);
	/*display: block;*/
	margin-bottom: -1em;
}
.news-indent2-quoteref
{
	margin-left: 60px;
	margin-right:40px;
	margin-top: 5px;
	margin-bottom: .5em;
	text-align:right;
}
.article-img-left
{
	float: left;
	margin-right:25px;
}
.article-img-right
{
	float: right;
	margin-left:25px;
}
.news-list
{
	margin-left:40px;
	margin-bottom:6px;
	list-style-position:inside;
}
#news li
{
    list-style-position: outside;
}
#news ol>li
{
	margin-bottom: 25px;
	list-style-position: inside;
}
#news-sidebar div
{
	border: thin #FF9900 solid;
}
#news-sidebar h3
{
	margin-top:4px;
	margin-bottom:6px;
}
#news-sidebar p
{
	margin-left:8px;
	margin-top:0;
	margin-bottom:4px;
}
.news-sidebar-highlight
{
	color: #468847;
	background-color: #dff0d8;
	font-size: large;
}
.news-credit
{
	font-size: small;
	font-style: italic;
	text-align: right;
}
.date-column {
	text-align: right;
	width:10em;
	padding-right:10px;
}
.clear {
	clear:both;
}
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
	margin-top:0.5em;
}
.inline-block-marginleft{
	display:inline-block;
	margin-left:3em;
	width:80%;
	vertical-align:top;
}
figcaption{
	font-size:0.7em;
	display:block;
}
.literature-pic
{
	margin-right:2em;
	margin-bottom:1em;
}
.video640
{
	margin-left: 2em;
}
.video-right2em
{
	margin-right: 2em;
}
.video-thumbnail
{
	float:left;
	margin-right:2em;
	margin-top: 1em;
	margin-bottom:3em;
	clear:both;
}
.prev-next
{
    background-color:lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}
.next-page { margin-right: 10px; }
.prev-page { margin-left: 10px; }

.news-img_right{
	float:right;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 10px;
}
.news-img_left{
	float:left;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 10px;
}
.scripture-quote
{
	margin-left: 60px;
	margin-right:40px;
	margin-top: 5px;
	margin-bottom: 5px;
    font-style: italic;
}
#article p.scripture-ref
{
	margin-left: 60px;
	margin-right:40px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

#recordings h3
{
	margin-top: 5px;
	padding-top: 0px;
}

#row h4
{
	clear:both;
}
#info li
{
	margin-bottom: 5px;
	margin-left:20px;
	list-style-position: outside;
}
.info-indent
{
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pathfinders-bold
{
	text-align: center;
	font-size: large;
	font-weight:bold;
}
.by-line
{
	float: right;
	font-style: italic;
	/*margin-right: 1em;*/
}
.ruskin-row
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.ruskin
{
	text-align: center;
	color: white;
	background-color: darkgrey;
	padding: 1rem;
}
.col-pad p
{
	margin-left: 1em;
	margin-right: 1em;
}

#lessons li
{
	font-size: large;
	list-style-image: url(/images/book-open-icon.png);
}
.fb-icon-tiny
{
	margin-right:6px;
}
.fb-like
{
	margin-top:8px;
	margin-bottom:8px;
}

#openday_thought h3
{
	background-color: black;
	color: yellow;
	float: none;
}
#openday_thought h3
{
	font-size: 20pt;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
}
#openday_thought_list
{
	background-color: black;
	color: yellow;
	font-size: 16pt;
	padding-top: 8px;
	padding-bottom: 8px;
}
#openday_thought_list ul
{
	list-style-image: url('/news/bangbullet.png');
	margin-left: 105px;
}
#openday_img1
{
	box-shadow: 0 0;
	float: left;
	height: 115px;
}
#openday-thought-img
{
	border: none;
	box-shadow: 0 0;
	padding-right: 6px;
}
#openday_mid
{
	background-color: yellow;
	text-align: center;
}
#openday_mid1
{
	font-size: 16pt;
}
#openday_mid2
{
	color: blue;
	font-size: 36pt;
}
#openday_mid3
{
	color: blue;
	font-size: 20pt;
}
#openday_mid4
{
	font-size: 28pt;
}
#openday_mid5
{
	color: darkblue;
	font-size: 20pt;
}
#openday_mid6
{
	color: darkblue;
	font-size: 24pt;
}
#openday_bot
{
	background-color: black;
	text-align: center;
}
#openday_bot1
{
	color: yellow;
	font-size: 18pt;
}
#openday_bot2
{
	color: white;
	font-size: 18pt;
}
#openday_bot3
{
	color: yellow;
	font-size: 18pt;
}
#openday_bot4 a
{
	color: white;
	font-size: 14pt;
}
#openday_bot4 a:hover
{
	color: blue;
}
#openday_bot5
{
	color: yellow;
	font-size: 18pt;
}

.seminar-text
{
	margin-top: 3em;
	font-size: large;
}
.form-error {color: #FF0000;}
.form-table
{
border-collapse:separate;
border-spacing: 5px;
border-color:#aaa;
}
.form-table td:first-child
{
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
}
.form-table td:nth-child(3)
{
  color: red;
	padding-left: 3px;
	padding-top: 3px;
}

.callout
{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 8px;
	background-color:dimgrey;
	border-radius: 8px;
	border-width: 3px;
	border-color: blue;
	border-style: solid;
	margin-left: 20px;
	margin-top: 10px;
	color: yellow;
	font-size:larger;
}
#why-does
{
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	font-size:20pt;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#bottom-space
{
	min-height: 20px;
}
@media screen and (max-width: 620px)
{
  #eiffel
    {
    width: 380px;
    }
}
.punch
{
  display: block;
  text-align: center;
  border-radius: 8px;
	box-shadow: 6px 6px 14px 0px rgba(0,0,0,0.73);
}
.large
{
	font-size: large;
}

.content-section-a {
	padding: 50px 10px;
	margin-left: -10px;
	background-color: #f8f8f8;
}

.content-section-b {
	padding: 50px 0;
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
}

.article-section-a {
	padding: 50px 10px;
	background-color: #f8f8f8;
}

.article-section-b {
	padding: 50px 10px;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}

.picture-container {
	position: relative;
	text-align: center;
/*	color: white; */
}

.text-overlay-topcentre {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
}

.text-overlay-middlecentre {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}

.text-overlay-bottomright {
	position: absolute;
	bottom: 4px;
	right: 16px;
}

.caption
{
	font-size: smaller;
	font-style: italic;
	text-align: right;
	margin-top: -8px;
}

/*
** Request table
*/
.request-table
{
	border-collapse:collapse;
	border-spacing:0;
	border-color:#aaa;
	margin:0px auto;
}
.request-table td
{
	font-size:14px;
	padding:10px 5px;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	border-color:#aaa;
	color:#333;
	background-color:#fff;
	border-top-width:1px;
	border-bottom-width:1px;
}
.request-table th
{
	font-size:14px;
	font-weight:normal;
	padding:10px 5px;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	border-color:#aaa;
	color:#fff;
	background-color:#1e1e5a;
	border-top-width:1px;
	border-bottom-width:1px;
}
.request-table .request-table-baqh
{
	text-align:center;
	vertical-align:top
}
	.request-table .request-table-yw4l
{
vertical-align:top
}
	.request-table .request-table-childname
{
	border-bottom-style:hidden;
	border-width: 0;
}
.request-table-childname td
{
	padding-bottom: 1px;
	margin-bottom: 0px;
}
.request-table-table
{
	border-style:hidden;
}
.request-table-table td 
{
	border-style:hidden;
	padding: 0px 10px 1px 10px;
}

@media screen and (max-width: 767px)
 {
 .request-table {width: auto !important;}
 .request-table col {width: auto !important;}
 .request-table-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}
 }

/*
** Broadcast links table
*/
table.broadcastLinksTable {
  border: 1px solid var(--table-blue);
  background-color: #EEEEEE;
  text-align: left;
  border-collapse: collapse;
}
table.broadcastLinksTable td, table.broadcastLinksTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 6px;
}
table.broadcastLinksTable tbody td {
  font-size: 13px;
}
table.broadcastLinksTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.broadcastLinksTable thead {
  background: var(--table-blue);;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.broadcastLinksTable thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.broadcastLinksTable thead th:first-child {
  border-left: none;
}

@keyframes pulse
{
	from
	{
	  transform: scale(0.8);
  }       
	to
	{
  	transform: scale(1);
  }
}

.pulse
{
	animation: pulse 700ms infinite alternate-reverse;
}

button[type="button"]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 4px;
	cursor: pointer;
	appearance: none;
}
button[type="submit"]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 4px;
	appearance: none;
}

.btn-test
{
	border-radius: 4px;
	display: inline-block;
	height:100%;
	word-wrap: break-word;
	color: red;
	background: yellow;
}
.getlink
{
	border-radius: 4px;
	background: #c0c0c0;
	display: inline-block;
	height:100%;
	word-wrap: break-word;
}

/***************************************************************
// Slide switch
***************************************************************/

/* .switch {
	display: none;
} */

.switch input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.switch input[type=checkbox]:focus {
  outline: 0;
}

.switch input + label {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
  margin-left: 12px;
	margin-top: 9px;
}

.toggle {
  height: 32px;
  width: 52px;
	background: #999;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #474755;
  transition: all 0.2s ease;
}
.toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.toggle:checked {
  background: var(--table-blue);
}
.toggle:checked:after {
  transform: translatex(20px);
}

.switch_table
{
	border-collapse: unset;
	border-color: blue;
	border-style: solid;
	border-spacing: 6px;
	border-radius: 16px;
}
.logout {
	position: absolute;
	top: 320px;
	right: 20px;
}
/**************************************************************/

@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 
	.ios { display: initial; }
	.non-ios { display: none; }
}

@supports not (-webkit-touch-callout: none) {
	/* CSS for other than iOS devices */ 
	.ios { display: none; }
	.non-ios { display: initial; }
}