:root {
	font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
	:root {
		font-family: 'Inter var', sans-serif;
	}
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter/Inter-Regular.woff2') format ('woff2'),
		url('fonts/Inter/Inter-Regular.woff') format('woff'),
		url('fonts/Inter/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

body {
	color: #454545;
	overflow-y: scroll;
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
}

.hform {
	background-color: #eeeeee;
	padding: 5px;
}

.btn-download {
	background-color: #d62828;
	border-color: #d62828;
	color: #fff;
}

.btn-download:hover {
	background-color: #b22222;
	/* darker red on hover */
	border-color: #b22222;
}

.no-wrap-heading {
	white-space: nowrap;
	/* prevent wrapping */
}

.heading-img {
	height: 1em;
	/* match text height */
	width: auto;
	/* keep aspect ratio */
	flex-shrink: 0;
	/* don’t let the image shrink */
}

.para-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tick::before {
	content: "✔";
	/* the tick character */
	color: #28a745;
	/* make it green */
	font-weight: bold;
	/* bold for visibility */
	margin-right: 0.5rem;
	/* space between tick and text */
}

.para-header h3 {
	font-family: 'Inter', sans-serif;
	color: #d62828;
	font-size: 2em;
	margin: 0;
	text-align: left;
}

.para-header a img {
	height: 10em;
	display: block;
	width: auto;
}

.page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header h1 {
	font-family: 'Inter', sans-serif;
	color: #d62828;
	font-size: 3em;
	margin: 0;
	text-align: left;
}

.page-header a img {
	height: 10em;
	display: block;
	width: auto;
}

@media (max-width: 600px) {
	.page-header {
		flex-direction: column;
		align-items: center;
	}

	.page-header h1 {
		margin-bottom: 0.5em;
		text-align: center;
	}

	.page-header a img {
		height: 2em;
	}
}

.btn-link::hover {
	color: #d63838;
}

.btn-link::after {
	content: '\25BC';
	/* ▼ Unicode caret */
	font-size: 2rem;
	margin-right: auto;
	/* pushes it to the right */
	transition: transform 0.3s ease;
	color: #d63838;
}

.btn-link[aria-expanded="true"]::after {
	transform: rotate(180deg);
	/* flips ▼ to ▲ when open */
}

.a-index {
	color: #d63838;
	font-size: 1.5em;
}

.embedded-video {
	padding: 5px;
	border: 1px;
	background-color: eaeaea;
}

.navbar {
	min-height: 70px;
}

.navbar-brand {
	float: left;
	height: 80px;
	padding: 1px 1px;
}

#hnavbar {
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 5%;
}

.topmenu {
	font-size: 1.5em;
}

.awsfont {
	color: #f7981d;
}

#hnavbar a:hover {
	color: #d63838;
}

#hnavbar a:active {
	background-color: #eaeaea;
}

.header-right {
	float: right;
	max-height: 40px;
}

.header-right-padded {
	float: right;
	max-height: 40px;
	margin: 50px;
}

img.icenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.flag-icon {
	display: block;
	width: 50px;
}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;

}

#topnav-hararei {
	padding-left: 5%;
	padding-right: 5%;
	background-color: white;
}

#tabs-partners {
	height: 90%;
	min-height: 400px;
}

#tabs-affiliates {
	height: 90%;
	min-height: 400px;
}

#menu-container {
	margin-right: auto;
	background-color: #e6e6e6;
	padding-right: 10%;
	width: 100%;
	float: right;
	position: fixed;
}

.bx-caption-h {
	font-size: 0.6em;
	color: #454545;
	background-color: #eaeaea;
}

.bx-caption-h:hover {
	font-size: 0.6em;
	color: #454545;
	background-color: #eaeaea;
}

.bx-caption-h:visited {
	font-size: 0.6em;
	color: #454545;
	background-color: #eaeaea;
}

.bx-caption-hb {
	font-size: 0.8em;
	color: #454545;
	background-color: #eaeaea;
}

.bx-caption-hb:hover {
	font-size: 0.8em;
	color: #454545;
	background-color: #eaeaea;
}

.bx-caption-hb:visited {
	font-size: 0.8em;
	color: #454545;
	background-color: #eaeaea;
}

.topleftlogo {
	clear: both;
	display: inline;
	float: left;
	max-height: 80px;
	height: 80px;
	padding-bottom: 1%;
	padding-left: 1%;
}


.htext-responsive {
	font-family: 'Inter', sans-serif;
	text-align: justify;
	font-size: calc(1.3rem + 1vw);
	color: white;
}


.bigwhitetext {
	font-family: 'Inter', sans-serif;
	text-align: justify;
	font-size: 3em;
	color: white;
}

.verybigtext {
	font-family: 'Inter', sans-serif;
	font-size: 6em;
	color: #eaeaea;
}

.bigblacktext {
	font-family: 'Inter', sans-serif;
	font-size: 2em;
	color: black;
	text-align: center;
	padding-top: 50px;
}

.inter-h2 {
	font-family: 'Inter', sans-serif;
	font-size: 2em;
	text-align: left;
	color: rgb(128, 128, 128);
}

.inter-h3 {
	font-family: 'Inter', sans-serif;
	font-size: 1.6em;
	text-align: left;
	color: rgb(128, 128, 128);
}

.bigredtext {
	font-family: 'Inter', sans-serif;
	font-size: 2em;
	color: #d63838;
	text-align: center;
	padding-top: 50px;
}

.whitetext {
	font-family: 'Inter', sans-serif;
	text-align: justify;
	font-size: 1.8em;
	color: white;
}

.bluebox {
	font-size: 1.2em;
	color: #4572C4;
	border: 2px solid #4572C4;
}

.blueboxlt {
	font-size: 1.2em;
	color: #4572C4;
	border: 1px solid #4572C4;
	padding: 5px;
	background-color: #eaeaea;
}

.bluebackbox {
	background-color: #4572C4;
	font-size: .7em;
	color: white;
	padding: 5px;
}

#greybox {
	font-size: 1em;
	background-color: efefef;
	border: 1px solid #4572C4;
}

.greybox {
	font-size: 1em;
	background-color: efefef;
	border: 1px solid #4572C4;
	padding: 5px;
}

.coverimage {
	max-height: 300px;
	max-width: 800px;
}

.logorow {
	max-height: 200px;
	max-width: 98%;
}

#threebox {
	width: 100%;
	border: 10px black;
}


#introcontent {
	clear: both;
}

.omtable {
	max-width: 800px;
}

#result_data.table td {
	text-align: center;
}

#link_data.table td {
	text-align: center;
}

#link_data.table {
	background-color: #f2ed63;
}

#target_data.table td {
	text-align: center;
}

#target_data.table {
	background-color: #7df162;
}

#divfindata {
	background-color: #D3D3D3;
}

#divfindataout {
	background-color: #D3D3D3;
}

.partner-logo {
	max-height: 150px;
	max-width: 150px;
}

.partners-logo {
	max-height: 80px;
	max-width: 80%;
	height: 80px;
}

.partner-logo-right {
	max-height: 150px;
	max-width: 150px;
	display: inline-block;
	margin-left: auto;
}


.blogpic {
	max-height: 50px;
	height: 40px;
	float: left;
}

.iconpic {
	max-height: 30px;
	max-width: 30px;
	float: left;
}

sup {
	vertical-align: super;
	font-size: .4em;
}

#awslogo {
	display: block;
	float: right;
	margin: auto;
	max-height: 50px;
	max-width: 100%;
}

#frontpage {
	display: block;
}

#hararei-links-logo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	max-height: 50px;
	max-width: 100%;
}

#linkedin-links {
	float: left;
}

#meetingpic {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	display: inline-block;
	max-height: 342px;
}

#hcontent {
	width: 100%;
	min-width: 400px;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

#hccontent {
	/* float: left; */
	width: 100%;
	min-width: 400px;
	padding-top: 50px;
	padding-left: 1%;
	padding-right: 1%;
}

#awsimage {
	width: 60%;
}

#hbcontent {
	/* float: left; */
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;

}

#hbcontentintro {
	/* float: left; */
	width: 100%;
	background-color: #0a1e3f;
	padding-left: 2%;
	padding-right: 2%;
}

.hbcontent-left {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 5%;
	width: 40%;

}

.hbcontent-right {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 5%;
	width: 40%;

}

.headerimage {
	max-width: 1920px;
	height: 250px;
	height: 100%;
	width: 100%;
}


#coverdiv {
	width: 100%;
}


#managerintro {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	text-align: center;

}

.biotext {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #555555;
}

.captiontext {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: #555555;
	text-align: justify;
	margin-left: 10px;
}

.hbullet {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.partnertextlg {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	color: #003366;
	text-align: justify;
}

.partnertext {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	color: #333333;

}

.partnertextsmgrey {
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	color: #333333;
	background-color: #dddddd;

}

.posttext {
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	color: #333333;

}


#linkheader {
	float: right;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #454545;
}

#linkcontent {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Roboto', sans-serif;
	color: #454545;
}

#wplinkcontent {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'Roboto', sans-serif;
	color: #454545;
}

#linkfooter {

	width: 70%;
	padding-top: 10px;
	padding-left: 0%;
	padding-right: 10%;
	font-family: 'Roboto', sans-serif;
	color: #454545;
	clear: both;
	width: 100%;
}

.doclinks {
	font-family: 'Inter', sans-serif;
	display: block;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 1.3em;
}

.doclinks:hover {
	font-family: 'Inter', sans-serif;
	display: block;
	color: #d63838;
	text-decoration: underline;
	font-size: 1.3em;
}

.doclinks:visited {
	font-family: 'Inter', sans-serif;
	display: block;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 1.3em;
}

#copyright {
	font-size: .6em;
}

.copyright {
	font-size: .6em;
}

.citation {
	font-size: .6em;
	text-align: right;
}

.rimage {
	padding: 1.0416667%;
	max-width: 400px;
	width: 100%;
	border: 1px;
}

.limage {
	max-width: 98%;
}

.contacticon {
	max-width: 30px;
}

.contacticon-med {
	max-width: 20%;
}

#contactnumber {
	margin-right: 10px;
	margin-left: 10px;
	font-size: .9em;
	color: #d62828;
}

.p-center {
	text-align: center;
}

.p-center-sm {
	text-align: center;
	font-size: .7em;
	color: black;
}

.wpc-center {
	text-align: center;
	color: white;
	font-size: .7em;
	vertical-align: middle;
}


.wpc-box1 {
	background-color: #ed7d31;
	width: 100%;
	padding: 5%;
	color: white;
	height: 100px;
	vertical-align: middle;

}

.wpc-box2 {
	background-color: #a5a5a5;
	width: 100%;
	padding: 5%;
	color: white;
	height: 100px;
	vertical-align: middle;
}

.wpc-box3 {
	background-color: #ffc000;
	width: 100%;
	padding: 5%;
	color: white;
	height: 100px;
	vertical-align: middle;
}

.wpc-box4 {
	background-color: #5b9bd5;
	width: 100%;
	padding: 5%;
	color: white;
	height: 100px;
	vertical-align: middle;
}

.wpc-box5 {
	background-color: #70ad47;
	width: 100%;
	padding: 5%;
	color: white;
	height: 100px;
	vertical-align: middle;

}

.wpbox3 {
	background-color: #efefef;
	border: 1px solid black;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}



.wp-h1 {
	font-size: 2em;
	clear: both;
	color: #4572C4;
}

.wp-h1b {
	font-size: 2em;
	clear: both;
	color: #4572C4;
	padding-left: 0px;
}


.wp-h2 {
	font-size: 1.5em;
	clear: both;
	color: #4572C4;
}

.wp-h2-center {
	text-align: center;
	font-size: 1.5em;
	clear: both;
	color: #4572C4;
}

.hararei-h1 {
	font-family: 'Inter', sans-serif;
	font-size: 3em;
	clear: both;
	color: #d62828;
}

.hararei-h1-just {
	font-family: 'Inter', sans-serif;
	font-size: 3em;
	color: #d62828;
	display: flex;
	justify-content: space-between;
}

.hararei-h1-center {
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 3em;
	clear: both;
	color: #d62828;
}

.hararei-h2 {
	font-family: 'Inter', sans-serif;
	font-size: 2em;
	clear: both;
	color: #d62828;
}

.hararei-h2-center {
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 2em;
	clear: both;
	color: #d62828;
	margin-bottom: 40px;
}

.hararei-index-h2-center {
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 2.5em;
	clear: both;
	color: #d62828;
}

.hararei-h3 {
	font-family: 'Inter', sans-serif;
	font-size: 1.5em;
	clear: both;
	color: #d62828;
}

.hararei-h3-center {
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 1.5em;
	clear: both;
	color: #d62828;
}

.hararei-h4 {
	font-family: 'Inter', sans-serif;
	font-size: 1.2em;
	clear: both;
	color: #d62828;
}

.hararei-h4-unclear {
	font-family: 'Inter', sans-serif;
	font-size: 1.2em;
	color: #d62828;
}

.wp-h3 {
	font-size: 1.2em;
	clear: both;
	color: #4572C4;
}

.wp-h3-black {
	font-size: 1.2em;
	clear: both;
	color: black;
	padding-top: 0px;
}

.wp-h3-blue {
	font-size: .9em;
	clear: both;
	color: #4572C4;
}

.p-blue {
	font-size: .8em;
	color: #4572C4;
}

.red-bold {
	text-align: center;
	font-size: 2.5em;
	clear: both;
	color: red;
	max-width: 100%;
}

#greyintrobox {
	font-family: 'Roboto', sans-serif;
	margin-left: auto;
	margin-right: auto;
	min-width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	width: 80%;
	background-color: #eaeaea;
	color: black;
	margin-bottom: 50px;
}

#worldmapdiv {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.header-icons {
	max-height: 120px;
}

.header4-icons {
	padding-top: 3px;
	max-height: 80px;
	display: block;
	margin: auto;
	max-width: 80px;
}


#fourbox {
	text-align: left;
	clear: both;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-top: 20px;
	display: inline-block;
}

.fourboxheader {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #d62828;
}

#footer {
	font-size: .6em;
}

.redtext {
	color: #d62828;
}

.redtextlargecenter {
	color: #d62828;
	font-size: 1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #efefef;
}

.redtextlargecenter:hover {
	color: #d62828;
	font-size: 1.6em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #efefef;
}


.blacktext {
	color: black;
}

.smallredtext {
	font-size: .8em;
	color: #d62828;
}

.smallwhitelinktext {
	font-size: 1em;
	color: white;
}

.smallwhitelinktext:hover {
	font-size: 1em;
	color: white;
}

.smallwhitelinktext:visited {
	font-size: 1em;
	color: white;
}


.majorlist {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

.majorlist li {
	background: url('../images/redarrow.png') no-repeat left top;
	padding-left: 40px;
	margin-left: 40px;
}

#leap {
	width: 200px;
}

.dropdown {
	opacity: 100%;
}

#followon {
	clear: both;
	width: 80%;
	margin: auto;
}

#success_message {
	display: none;
}

.hradio {
	margin-top: 5px;
	padding-top: 5px;
}

.profilepic {
	max-width: 60%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.profilepic-blogs {
	max-width: 18%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.testimonial {
	font-size: 18px;
}

.accordion-button-text {
	font-size: 1.25rem;
	/* base */
}

@media (max-width: 768px) {
	.accordion-button-text {
		font-size: 1rem;
		/* smaller on tablets */
		color: red;
	}
}

@media (max-width: 576px) {
	.accordion-button-text {
		font-size: 0.9rem;
		/* even smaller on phones */
		color: red;
	}
}