

@import "media768px.css";

/* Using a string */

* {
	box-sizing: border-box;
}

.borderme{	border: 0px solid #000;}
 .contactFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.contactFlexPad{ padding:13px;}
html,
body {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #353535;
}

body {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	font-family: 'europa', Arial, Helvetica, sans-serif;
	font-style: normal;
}

#flagtopcorner {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 50px;
	display: flex;
	align-items: center;
}

.myButton {
	background-color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
	color: #297594;
	font-family: Arial;
	font-size: 14px;
	padding-left: 50px;
	padding-right: 50px;
	text-decoration: none;
}

.myButton:hover {
	background-color: #e55a74;
	border: 1px solid #fff;
}

.myButton:active {
	position: relative;
	top: 1px;
}


/*flexGeneral*/

.itemFlexG1 {
	flex-grow: 1;
	max-width: 250px;
}

.itemFlexG2 {
	flex-grow: 2;
}

.itemFlexG3 {
	flex-grow: 3;
}

.itemHeaderFlex2 {
	flex-grow: 2;
}

.itemHeaderFlex1 {
	flex-grow: 1;
}


/*scrollless */

.scrollme {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 17px;
	padding-left: 17px;
	/* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box;
	/* So the width will be 100% + 17px */
}

.hideScroll {
	overflow: hidden;
}

.correctScrollEffect {
	margin-left: -17px;
	margin-top: 0px;
}

.content {
	height: 100%;
	min-height: 100%;
}

.hideMe {
	display: none;
}

.showMe {
	display: block;
}


/* Style the header */

header {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
}

.header-Nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.headerNavHamb {
	display: none;
	cursor: pointer;
}

.headerlinkedIn {
	margin-left: auto;
	margin-right: 20px;
}

.headerMenuItem {
	display: block;
}

.header-Nav a {
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	display: inline-block;
}

.headerSelectedMenu a {
	font-weight: bold;
	color: #fff;
	background: darken(#62DEBE, 40%);
	color: #e55a74!important
}

.headerScroll {
	border-bottom: 2px solid #e55a74;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.logoImageTop {
	max-height: 95px !important;
}

.welcomeImg {
	background-image: url('/website/img/flasgpahe03.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: auto;
	width: 100wh;
	/*	height: 100vh;*/
	height: calc(100vh - 95px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.welcomeImg p {
	color: #fff;
	text-shadow: 0 0 5px black;
	background-color: rgba(238, 86, 121, 0.7);
	padding: 2px;
	font-size: 20px;
}

.welcomeTXT {
	margin: 0px;
	padding: 0px;
	color: #eee;
	font-size: 3em;
	text-align: center;
	text-shadow: 0 0 5px black;
	text-rendering: optimizeLegibility;
	margin-bottom: 0.1rem;
	font-weight: bolder;
}

.main-container {
	display: flex;
	width: 100%;
	border: 0px solid red;
	padding: 20px;
}

.left-container {
	flex: 0 1 50%;
	min-height: 100%;
	max-width: 50%;
	padding: .5em;
	background: url('/website/img/logo color.png') center center no-repeat scroll;
}

.right-container {
	flex: 0 1 50%;
	height: 100%;
	max-width: 50%;
	padding-left: 70px;
	padding-right: 70px;
}

.articleBody h2 {
	margin: 25px 0 15px 0;
	color: #297594;
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 52px;
	line-height: 55px;
	font-weight: 600;
}

.articleBody p {
	text-align: justify;
	text-justify: inter-word;
	color: #515151;
}

.articleBodyTitleCenter {
	text-align: center !important;
	font-weight: bold;
	color: #000 !important;
	padding-top: 20px;
}

.articleBodyTitle {
	text-align: justify !important;
	font-weight: bold;
	color: #000 !important;
}

.articleBodyCategory {
	color: #e55a74 !important;
	font-size: 1.5rem;
	margin-top: 5px;
	margin-bottom: 15px;
}

.articleBodyCategory::after {
	background: #e55a74;
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 1rem;
	margin-top: -1px;
	vertical-align: middle;
	width: 20px;
}

.articleBodyCategoryBlack {
	color: #000 !important;
	font-size: 1.5rem;
	margin-top: 5px;
	margin-bottom: 15px;
}

.articleBodyCategoryBlack::after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 1rem;
	margin-top: -1px;
	vertical-align: middle;
	width: 20px;
}

.articleBodyCategoryWhite {
	color: #fff !important;
	font-size: 1.5rem;
	margin-top: 5px;
	margin-bottom: 15px;
}

.articleBodyCategoryWhite::after {
	background: #fff;
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 1rem;
	margin-top: -1px;
	vertical-align: middle;
	width: 20px;
}

.articleBody li {
	line-height: 23px;
}

.articleBody ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleBody li::before {
	content: "- ";
	color: #e55a74;
	/* or whatever color you prefer */
}

#articleNanoLogo {
	width: auto !important;
	height: auto !important;
}

.regularContainer {
	padding-left: 20%;
	padding-right: 20%;
	display: flex;
	flex-direction: column;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}

.regularContainerImg {
	width: 100%;
	height: auto;
}

.twoColumns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.twoColumns-item {
	flex: 1;
}

.twoColumns-item2 {
	flex: 2;
}

.twoColumns-item1 {
	flex: 1;
}

.twoColumns-item3 {
	flex: 3;
}

.twoColumns-item4 {
	flex: 4;
}

.twoColumns-item5 {
	flex: 5;
}

.twoColumns-item6 {
	flex: 6;
}

.twoColumns-item7 {
	flex: 7;
}

.twoColumns-item8 {
	flex: 8;
}

.twoColumns-item9 {
	flex: 9;
}

.twoColumns h2 {
	text-align: center;
	color: #297594;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
}

#howTable td {
	border-bottom: solid 1px #cccccc;
	padding: 6px;
}

#howTableM {
	display: none;
}

#howTable {
	display: block;
}

#howTableM td {
	border-right: solid 1px #cccccc;
}

.howTableTDtitle {
	padding: 4px;
	font-weight: bold;
}

.FileLinks a {
	background: #297594;
	color: white !important;
}

.FileLinks {
	background: #297594;
	padding-left: 10px;
	color: white !important;
	font-size: 15px;
}



.hrfaces {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.hrfaces-item {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;align-self:flex-start
}

 
.hrFacestxt {
	padding: 20px;
	width: 90%;
	background-color: #3a7187;
	/*border-bottom: 8px solid #EDEDED;
	min-height:360px;*/
}

 .hrfaces-images  {
 
	width: 90%;
 
}

.facesButton {
	border: solid 1px #e55a74;
	box-shadow: 0 2px 0 #e55a74;
	color: #e55a74;
	padding: 0.5em 0.5em;
	position: relative;
	text-decoration: none;
	font-size: 12px;color: #fff;
}

.facesButton:hover {
	background-color: #e55a74;
	cursor: pointer;
	color: #fff;
}

.facesButton:active {
	box-shadow: none;
	top: 5px;
}
.faces-title {
	font-size: 14px;
}
.faces-title::before {
	background: #e55a74;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 1rem;
	margin-top: -1px;
	vertical-align: middle;
	width: 20px;
}

.hrFacestxt h2 {
	font-size: 16px !important;
	color: #297594;
	font-family: "poppins-light", sans-serif;
}
 
.hrFacestxt p {
	font-size: 14px !important;
}

 

.newsBoxContainer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.newsBox {
	flex: 1;
	background-color: #297594;
	padding: 8px;
	position: relative;
	margin: 5px;
	color: #fff;
	align-self: flex-start;
}

.newsTitle {
	padding: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	min-height: 150px;
	text-align: left;
}

.newsDate {
	margin-top: 10px;
	text-transform: uppercase;
	text-align: left;
	background-color: #4389a5;
	padding: 2px;
	font-size: 11px;
}

.grantsTxt {
	padding: 0px 25px 0px 0px;
}

.NewsButton {
	border: solid 1px #4389a5;
	box-shadow: 0 2px 0 #4389a5;
	color: #000;
	padding: 0.5em 0.5em;
	position: relative;
	text-decoration: none;
	font-size: 12px;
	background-color: #efefef;
}

.NewsButton:hover {
	background-color: #e55a74;
	cursor: pointer;
	color: #fff;
}

.NewsButton:active {
	box-shadow: none;
	top: 5px;
}

.pipelineCell {
	width: 25%;
	border-right: solid white 1px;
	text-align: center;
}

#myProgress {
	width: 100%;
}

.progressBar {
	height: 25px;
	background-color: #297594;
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 0px;
	padding-left: 10px;
	float: left;
}

.vDiv {
	width: 10px;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 30px solid #297594;
	margin: 0px;
	float: left;
}

#myBar {
	width: 86%;
}

#myBar2 {
	width: 71%;
}

#myBar3 {
	width: 68%;
}

#myBar4 {
	width: 21%;
	white-space: nowrap;
}

.main-container {
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px;
}

.fixed-container {
	height: 100px;
	padding: 0px;
}

.content-wrapper {
	display: flex;
	flex: 1;
	min-height: 0px;
	/* IMPORTANT: you need this for non-chrome browsers */
}

.overflow-container {
	flex: 1;
	overflow: auto;
	height: 100%;
}

.overflow-content {}

