#foreign-header {
  /* DESKTOP TOP MENU */
  /* MOBILE TOP MENU */
  /* GENERAL / CONTENT CSS */
  /* Responsive 1024px Width and above */
  /* Responsive 1023px Width and below */;
}

#foreign-header {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
}



#foreign-header > .nav-menu.only-desktop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 28px;
	display: flex;
	background-color: #575f6a;
	border: 1px solid #40464e;
	z-index: 100;
	justify-content: center;
	align-items: center;
}

#foreign-header > .nav-menu.only-desktop > .linkBox {
	border: 1px solid #394251;
	height: calc(100% - 2px);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link {
	font-family: arial, helvetica;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	background-color: #5e6570;
	padding: 0px 12px;
	margin: 0px;
	color: white;
	font-size: .7rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 2px #393f48;
	text-transform: uppercase;
	flex: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Search"]:hover {
	background-color: #1082c7;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Study"]:hover {
	background-color: #de181b;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Devotionals"]:hover {
	background-color: #01b78e;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Help"]:hover {
	background-color: #d6c520;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Products"]:hover {
	background-color: #9b3dc6;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Ministries"]:hover {
	background-color: #d88c01;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="About"]:hover {
	background-color: #46ae1e;
}

#foreign-header > .nav-menu.only-desktop > .linkBox > a.nav-menu__link[data-tag="Donate"]:hover {
	background-color: #e45117;
}

#foreign-header > .appBar.topBar {
	background: transparent url("appBarBG02t.png") repeat-x;
	top: 30px;
	width: 100vw;
	display: flex;
	position: fixed;
	z-index: 99;
	justify-content: center;
	align-items: center;
}

#foreign-header > .appBar > div {
	width: calc(100% - 200px);
	height: 51px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

#foreign-header > .appBar .appSpace.left, #foreign-header > .appBar .appSpace.right {
	height: 51px;
	width: 25px;
}

#foreign-header > .appBar .appSpace.left {
	background: transparent url("appBar_crvL1_t.png") no-repeat right;
}

#foreign-header > .appBar .appSpace.center {
	background: transparent url("appBar_crv_bg_t.png") repeat-x;
	flex: 1;
	height: 50px;
	max-width: 1250px;
}

#foreign-header > .appBar .appSpace.center > img.blbLogo {
	width: 225px;
	height: 50px;
	cursor: pointer;
}

#foreign-header > .appBar .appSpace.right {
	background: transparent url("appBar_crvR1_t.png") no-repeat left;
}

#foreign-header > .nav-menu.only-mobile {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #627b9f;
	height: 80px;
	width: 100vw;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

#foreign-header > .nav-menu.only-mobile img.blbLogo {
	height: 65px;
	margin: 0px 20px;
}

#foreign-header button#blbMenuOpen, #foreign-header button#blbMenuClose {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	width: 90px;
	height: 50px;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 30px;
	cursor: pointer;
}

#foreign-header button#blbMenuOpen {
	border: 1px solid #40464e;
	background-color: #2199e8;
}

#foreign-header button#blbMenuClose {
	background-color: #575f6a;
	border: 1px solid #FF5F49;
}

#foreign-header #mobileMenu {
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	width: 278px;
}

#foreign-header #mobileMenu .nav-menu__button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #575f6a;
	color: white;
	margin: 0;
	height: 55px;
	border: 1px solid #40464e;
	text-decoration: none;
	font-family: arial, helvetica;
	font-size: 15px;
	font-weight: bold;
}

#foreign-header #mobileMenu .nav-menu__button.half {
	width: calc(50% - 4px);
}

#foreign-header #mobileMenu .nav-menu__button.full {
	width: calc(100% - 2px);
}

#foreign-header .fullWidth {
	width: 100%;
}

#foreign-header .blbLeftCol, #foreign-header .blbRightCol {
	display: flex;
	flex-direction: column;
	margin: 10px 20px;
	flex: 1;
}

#foreign-header .colGroup {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	border: 1px solid #627b9f;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: "Gotham", sans-serif;
	background-color: white;
	color: #464646;
}

#foreign-header .colGroup > h2 {
	background-color: #627b9f;
	border: 1px solid #627b9f;
	color: white;
	margin: 0;
	padding: 10px 15px;
	font-size: 15px;
}

#foreign-header .colGroup .blbColContents {
	min-height: 100px;
	padding: 10px;
}

#foreign-header button.colButton {
	text-align: center;
	padding: 10px 0;
	background-color: #627b9f;
	border: 1px solid #627b9f;
	color: white;
	border-radius: 6px;
	cursor: pointer;
}

#foreign-header .flexResponsive {
	display: flex;
}

#foreign-header .hidden {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	#foreign-header .flexResponsive {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	#foreign-header .hide-mobile {
		display: none !important;
	}

	#foreign-header .only-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	#foreign-header .flexResponsive {
		flex-direction: column;
	}

	#foreign-header .hide-desktop {
		display: none !important;
	}

	#foreign-header .only-desktop {
		display: none !important;
	}

	#foreign-header .whole {
		width: calc(100% - 10px) !important;
	}
}
