/* --------------------------CSS_RESET------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
	font-family: "Nugo Sans Light";
	src: url('fonts/Nugo Sans Light.ttf');
}

@font-face {
	font-family: Anton;
	src: url('fonts/AntonFPMF.woff2');	
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------CSS_RESET-END----------------------- */

:root[color-mode = "dark"]{
	--text-color: #def;
	--bg-color: #121417;
  }

:root[color-mode = "light"]{
	--text-color: rgb(37, 37, 37);
	--bg-color: #fff;
}
body {
	background-color: var(--bg-color);
	color: var(--text-color);

	font-family: ebrima;
	font-size: 23px;
	letter-spacing: 2;
	line-height: 1.4;

	/* Necessary for making the footer reach the bottom even when the page doesn't have enough content */
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;

	overflow-x: hidden;
}
html,body {
    overflow-x: hidden;
}

.page_banner {
	display: flex;
	justify-content: center;
	background-color: #0079B1;

	text-align: center;
	color: white;
	font-family: ebrima;
	font-weight: bold;
	font-size: calc(19px + 1.1vw);
	
	padding: calc(7px + 0.3vw) 0px calc(7px + 0.3vw) 0px;
	width: 100vw;
}

.gap {
	height: 15px;
}
/* ----------------------------TEXT---------------------------- */

h1 {
	font-family: ebrima;
	position: relative;
	padding: 0 0 16px 0;
	font-size: calc(30px + 0.5vw);
	color: var(--text-color);
}
h2 {
	font-family: Anton;
    position: relative;

	font-size: calc(30px + 0.2vw);
	color: #0079B1;
	margin-bottom: 20px;
}
h3 {
	font-family: Anton;
	position: relative;
	width: fit-content;

	font-size: 25px;
	color: #0079B1;
	margin-bottom: 12px;
}
strong {
	font-weight: bold;
}
em {
   font-style: italic;
}
a, u {
	text-decoration: none;
	color: var(--text-color);
}
.imgbox_text {
	text-align: center;
	text-shadow: 2px 2px 10px #00000078;
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: calc(1vw + 30px);
	padding: 10px;
}
.text_altcolor {
	color: #0079B1;
}
.text_bold {
	font-weight: 600;
	font-style: italic;
}
.text_boldonly {
	font-weight: 600;
}
.text_italic {
	font-style: italic;
}
.text_lowheight {
	line-height: 1.1;
}
.title {
	font-family: Anton;
	color: #0079B1;
}
.read_more {
	transition: all 0.13s ease 0s;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	top: 13px;
	padding: 7px 11px 7px 11px;
	color: white;
	background-color: #a1a1a1;
	border-radius: 4px;
}
a.read_more:hover {
	transition: all 0.13s ease 0s;
	color: #7bd2fa;
	background-color: #8d8d8d;
}

.bullet_list li {
	margin-left: 25px;
	padding: 5px 0px;
	list-style-type: disc;
	list-style-position: outside;
}
.form_input_result {
	font-weight: bold;
}
/* --------------------------TEXT-END-------------------------- */


						  /* ------- */
						  /* PRIMARY */
						  /* ------- */


/* ---------------------------HEADER--------------------------- */
.header_spacer {
    position: relative;
	height: 78px;
	/* Change height to bring nav bar upward. */
}
.header_logo {
	position: absolute;
	margin: 4px 0px 0px 0px;
	top: 0px;
	left: calc(19px + 14vw);
	height: 69px;
	border-radius: 5px;
}
.header_words {
	font-weight: bold;
	font-size: calc(20px + 1vw);
}
.header_words_large {
	position: absolute;
	margin: 20px 0 0 98px;
	top: 0px;
	left: 14vw;
	height: 73px;
}
.header_words_large .header_words {
	font-weight: 100;
	font-size: 40px;
	font-family: Anton, ebrima;
}

.header_words_small {
	display: none;
	position: absolute;
	margin: 8px 0 0 85px;
	top: 0px;
	left: 0vw;
	height: 73px;
}
.header_words_small .header_words {
	font-family: Anton, ebrima;
	font-weight: 100;
	font-size: 32px;
}


/* -------------------------HEADER-END------------------------- */



/* ----------------------------ICONS--------------------------- */
.arrow_icon {
	position: relative;
	background-image: url('img/icons/blue-down-arrow.svg');
	margin-top: 3px;
	padding: 4px;

	position: relative;
	background-position: center; /* Position the search icon */
	background-size: 12px;
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 2px;
	height: 5px;
}
/* --------------------------ICONS-END------------------------- */



/* ---------------------------NAVBAR--------------------------- */
#nav_mobile {
	position: relative;

	display: none;
	flex-wrap: wrap;
	padding: 5px 0px 5px 0px;

	border-top: 2px solid #eeeeeea2;
	border-bottom: 2px solid #eeeeeea2;

	font-weight: bold;
}
#nav {
	position: relative;

	display: flex;
	flex-wrap: wrap;

	padding: 6px 13vw 6px 14vw;
	border-top: 2px solid #eeeeeea2;
	border-bottom: 2px solid #eeeeeea2;
}
#nav_mobile a{
	margin: 8px;
}

.nav_right {
	width: 100vw;
	display: flex;
}
/* -------------------------NAVBAR-END------------------------- */



/* --------------------------NAV_ITEMS------------------------- */
.menu_list li, .items {
	display: inline-block
}
.menu_list li a, .items {
	display: flex;
	align-items: center;

	margin: 0px 8px 0px 8px;
	padding: 6px 0px 7px 0px;

	font-size: 20px;
	font-family: ebrima;
	text-decoration: none;
	font-weight: bold;

    transition: color 0.2s ease 0s;
}
a:hover, .items:hover, .select:hover {
	color: #0079B1;
	cursor: pointer;
}

#selected {
	color: #0079B1;
	border-bottom: 2px solid;
	outline: none;
}

#selected .arrow_icon {
	filter: brightness(100%);
}

/* -------DROPDOWN------- */
.dropdown:hover .dropdown_content {
	display: block;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .08s;
	}
	@keyframes fadeInOpacity {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

.dropdown:hover .arrow_icon {
	transition: transform 0.4s ease 0s;
	transform: rotate(-180deg);
	filter: brightness(100%);
}

.dropdown .arrow_icon {
	transition: transform 0.4s ease 0s;
	transform: rotate(0deg);
	filter: brightness(0%);
}

.dropdown_content {
	z-index: 1;
	display: none;
	position: absolute;

	background-color: white;
	box-shadow: 2px 2px 10px #00000078;
	border-radius: 5px;
	padding: 5px;
}
.downloads_dropdown input {
	margin: 8px;
}
.download_input_mobile {
	border: none;
	background: none;
	margin: 8px;
	font-weight: bold;
}
.dropdown_content a {
	color: #000000;
}
.dropdown_content a:hover {
	color: #0079B1;
}


/* -----DROPDOWN-END----- */

/* ------------------------NAV_ITEMS-END----------------------- */



/* --------------------------VERSE_BOX------------------------- */
.verse_imgbox {
	display:flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
}

.verse_imgbox img {
	width: 100vw;
}

.verse_text {
	font-size: calc(10px + 2vw);
	top: 20vw;
	text-shadow: 2px 2px 10px #00000078;
	position: absolute;
	color: white;
	font-weight: bold;
}

.verse_address {
	bottom: 1vw;
	right: 1vw;
	text-shadow: 2px 2px 10px #00000078;
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 3vw;
}
/* ------------------------VERSE_BOX-END----------------------- */



/* ----------------------------GRIDS--------------------------- */
.grid {
	display: grid;
	gap: 15px;
	align-items: start;
	transition: .5s;

    place-self: stretch;

	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.home_grid1 {
	position: relative;
	transition: .2s;
	display: grid;
	grid-template-columns: 1.4fr 1fr;

	gap: 10px;
	margin: 0vw 5vw 0vw 5vw;
}
.home_grid2 {
	position: relative;
	transition: .2s;
	display: grid;
	margin: 10px 5vw 0px 5vw;
	grid-template-columns: 0.4fr 1fr;
	/* justify-self: center; */

	gap: 0px;
}
.home_grid3 {
    position: relative;
	transition: .2s;
	display: grid;
	grid-template-columns: 1fr;

	gap: 15px;
	margin: 10px 5vw 0vw 5vw;
}
.home_grid4 {
    position: relative;
	transition: .2s;

	gap: 15px;
	margin: 10px 5vw 0px 5vw;
}
.download_select_grid {
	position: relative;
	transition: .2s;
	display: grid;
	grid-template-columns: 1fr 1fr;


	gap: 2vw;
	margin: 2vw 7vw 5vw 7vw;
}
.download_select_grid input {
	color: var(--text-color);
}
.download_grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 15px;
	margin: 0vw 5vw 5vw 5vw;
}
.prayer_grid {
	position: relative;
	transition: .2s;
	display: grid;
	grid-template-columns: 1fr;

	gap: 10px;
	margin: 24px 4vw 0vw 4vw;
}
.prayer {
	border: solid 1px rgb(202, 202, 202);
	border-left: 5px solid #9aa8ada9;
	border-radius: 4px;

	padding: 1.5vw;
}

.text_grid {
	position: flex;
	display: grid;
	grid-template-columns: 1fr;
	gap: 7vw;
	margin: 0vw 2.5vw 0vw 2.5vw;
}

.videos_grid {

	position: relative;
	transition: .2s;
	display: grid;
	grid-template-columns: 1fr 1fr;

	gap: 10px;
	margin: 0vw 5vw 0vw 5vw;

}
video {
	width: 40vw;
	height: 22.5vw;
	padding: auto;
	margin-bottom: 12px;
	background-color: #000000;
}
.videobox {
	position: relative;
	justify-self: center;
	border-bottom: 5px solid #9aa8ada9;
	border-radius: 4px;

	padding: 2vw 2vw 2vw 2vw;
	background-color: #8a8a8a2f;
}
/* --------------------------GRIDS-END------------------------- */



/* -------------------------GRID_ITEMS------------------------- */


.grid_textbox {
	padding: calc(20px + 1vw);

	position: relative;
	justify-self: center;

	background-color: #8a8a8a2f;
}

.orangeBorder {
	border: 4px solid rgb(255, 165, 46);
	border-radius: 3px;
}
.greenBorder {
	border: 4px solid rgb(113, 233, 0);
	border-radius: 3px;
	
}
.blueBorder {
	border: 4px solid #0079B1;
	border-radius: 3px;
}
.grid_imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/* background-color: #3f3b3b34; */
	background-color: rgba(143, 143, 143, 0.438);
}
.grid_imgbox_anchor {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
.select {
    height: calc(2vw + 100px);
	max-width: 100%;

	object-fit: cover;
	flex-grow: 1;
	place-self: stretch;

	cursor: pointer;
	font-weight: bold;
	font-size: 25px;
	background-color: #00000000;

	transition: color 0.2s ease 0s;

	border: 0px solid;
}
.grid_imgbox:hover {
	background-color: #dadada;
	transition: background-color 0.2s ease 0s;
}
.select_img {
	object-fit: cover;
	flex-grow: 0.5;
	place-self: stretch;
}
.grid_imgbox img {
	place-self: stretch;
	max-width: 100%;
	object-fit: cover;
	flex-grow: 1;
	filter: brightness(80%);

	transition: all 0.2s ease 0s;
}


.home_programs_imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #8a8a8a2f;
}
.history_imgbox {
	display: block;
	float: left;
	overflow: auto;
	margin: 40px 40px 40px 0px;
	width: calc(110px + 8vw);
}

.paragraph-wrap {
  max-width: 1000px;
  word-wrap: break-word;
}

.news1 {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.news1 img{
	width: calc(120px + 3vw);
	margin-bottom: 10px;
}
.news2 {
	display: flex;
    float: left;
}
.news2 img{
	width: calc(130px + 46vw);
	margin-top: 20px;
}
.news3 {
	display: flex;
	justify-content: start;
}
.news3 img{
	width: calc(220px + 16vw);
	margin-top: 20px;
}
.news4 {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.news4 img{
	width: calc(160px + 16vw);
	margin-top: 20px;
}

.from-left {
	transform: translateX(-50%);
}
.from-right {
	transform: translateX(100%);
}
.slide-in {
	opacity: 0;
	transition-delay: 2s;
}
.active {
	opacity:1;
	transition: transform 2s;
	-webkit-transition: transform 2s;
	transform: translateX(0%);
}

.language_selectbox {
	align-content: start;
	padding: 0px;
	display: grid;
	grid-template-columns: 1fr;
	padding-right: auto;
}
.language_selectbox input {
	border: none;
	color: var(--text-color);
	background-color: rgba(71, 71, 71, 0.26);
}
.langbtn {
	padding: 5px;
	margin: 2px;
	width: 160px;
	font-size: 22.5px;
}

.text_img {
	float: left;
	margin: 0vw 20px 20px 0vw;
}
.hwoth_img {
	float: left;
	width: calc(205px + 18vw);
	margin: 0vw 20px 20px 0vw;
}
/* -----------------------GRID_ITEMS-END----------------------- */



/* ----------------------------TABLE--------------------------- */

table {
	width: 100%;
	table-layout: fixed;
  }
  td, th { text-overflow: ellipsis;
	/* Required for text-overflow to do anything */
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
  }
  table td, table th {
	border: 1px solid rgb(117, 117, 117);
	padding: 10px;
  }
  table tr td:first-child,
  table tr th:first-child {
	width: 59%;
  }
  table tr th {
	border: none;
	text-align: left;
  }


.download_divider {
	font-size: 20px;
}
.download_button{
	background-color: rgb(73, 201, 73);
	border: none;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	margin: 0px;
}
.download_button:hover {
	cursor: pointer;
}
.download_icon {
	width: calc(50px + 2.5vw);
	margin: 10px;
	padding: 10px;
	background-color: rgb(73, 201, 73);
	border-radius: 10px;
}


/* --------------------------TABLE-END------------------------- */



/* ----------------------------FORMS--------------------------- */
.footer-wrapper {
	display: flex;
	min-height: 500px;
	flex-direction: column;
	justify-content: space-between;
}

footer {
	margin-top: auto;
	padding: 20px;
	padding-bottom: 15px;

	position: relative;
	justify-self: center;

	background-color: #8a8a8a2f;

}

.newsletter h3 {
	margin-bottom: 5px;
}
.newsletter input{
	margin-top: 5px;
	padding: 6px;
	font-size: 15px;
}
.submit {
	margin-top: 5px;
	
	transition: background-color 0.2s;
	background-color: #0079B1;

	border: solid 2px #0079B1;
	border-radius: 3px;
	
	color: white;
}
.submit:hover {
	background-color: #006290;
	transition: background-color 0.2s;
}
.contact_submit {
	width: 72px;
	height: 30px;
	font-size: 15px;
}
/* --------------------------FORMS-END------------------------- */



/* ----------------------------MEDIA--------------------------- */
@media only screen and (min-width: 677px) {
	.nav_right{
		width: fit-content;
		margin-left: auto;
	}
}
@media only screen and (max-width: 1085px) {
	.download_select_grid .select_img {
		display: none;
	}
}

@media only screen and (max-width: 926px) {
	#nav {
		display: none;
	}
	#nav_mobile {
		display: flex;
	}

	.header_words_large {
		display: none;
	}
	.header_words_small {
		display: block;
	}
	.header_logo {
		left: 4px;
	}
}

@media only screen and (max-width: 884px) {
	.download_select_grid {
		grid-template-columns: 1fr;
	}

	.home_grid1 .grid_imgbox, .home_grid1 .blueBorder{
		display: none;
	}
	.home_grid1 {
		grid-template-columns: 1fr;
	}
	.home_grid2 {
		grid-template-columns: 1fr;
		margin: -5vw 0vw -5vw 0vw;
		padding: 5vw;
	}
	
	.grid_textbox {
		justify-self: stretch;
	}
	.home_programs_imgbox {
		padding: 3.5vw 0px 0px 0px;
	}
}

@media only screen and (max-width: 768px) {
    html, body {
    width:100%;
    overflow-x: hidden;
	}
	#nav {
		padding: 0;
	}
}

@media only screen and (max-width: 682px) {
	.history_imgbox {
		margin: 25px 0vw 25px 0vw;
		width: calc(0px + 33vw);
		float: none;
		overflow: hidden;
	}
	.hwoth_img {
		margin: 0vw 0px 20px 0vw;
		width: 77vw;
		float: none;
	}

}

@media only screen and (max-width: 525px) {
	.download_select_grid .imgbox_text {
		font-size: calc(6vw + 8px);
	}
	.downloads_dropdown_mobile {
		right: 0px;
		left: auto;
	}
	.history_imgbox {
		width: 170px;
	}
	.download_grid {
		grid-template-columns: 1fr;
	}
	.videos_grid {
		grid-template-columns: 1fr;
	}
	video {
		width: 81vw;
		height: auto;
	}
	.videobox {
		display: grid;
		justify-items: center;
	}

}

@media only screen and (max-width: 501px) {
	.text_img {
		width: 80vw;
		margin: 0px 0px 15px 0px;
	}
	.news1 img{
		padding-right: 131px;
		overflow: hidden;
	}
	.news3 {
		justify-content: center;
	}
	.news4, .news3, .news2 {
		float: none;
		margin-right: none;
	}

}

@media only screen and (max-width: 379px) {
	.header_words_small {
		margin: 15px 0 0 85px;
	}
	.header_words_small .header_words {
		font-size: calc(20px + 1.2vw);
	}
	.langbtn {
		width: 100%;
		padding: auto;
	}
}

@media only screen and (max-width: 305px) {
	.header_words_small {
		margin: 4px 0 0 85px;
	}
}












/* @media only screen and (max-width: 890px) {
	.home_grid1 .grid_imgbox, .home_grid1 .blueBorder {
		display: none;
	}
	.home_grid1 {
		grid-template-columns: 1fr;
	}
	.home_grid2 {
		grid-template-columns: 1fr;
		padding: 5vw;
	}
	.grid_textbox {
		justify-self: stretch;
	}
	.home_programs_imgbox {
		padding: 3.5vw 0px 0px 0px;
	}
} */
/* --------------------------MEDIA-END------------------------- */
