/* 
40bfbf
553b45
*/

/*
|----------------------------------------------------------------------
|		Header
|----------------------------------------------------------------------
*/

header {
	position: absolute;
	top: 2rem;
	right: 0;
	bottom: initial;
	left: 0;
	z-index: 30;
	height: 8rem;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

header .logo {
	float: left;
	margin-right: 4rem;
}

.logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	width: 100%;
	max-width: 8rem;
	height: 8rem;
}

.logo > a {
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
}

.logo > a > img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	height: 8rem;
}

nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -1.5rem;
	padding: 0;
}

nav ul > li {
	padding: 0 1.5rem;
}

nav ul > li > a {
	color: #553b45;
	font-size: 1.4rem;
	font-weight: 500;
}

nav ul > li > a:hover {
	color: #40bfbf;
}

nav select {
	background: transparent;
	color: #553b45;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0;
	border: 0;
}

nav select option {
	color: #553b45;
}

/*
|----------------------------------------------------------------------
|		Banner
|----------------------------------------------------------------------
*/

#banner {
	background: #fff4ea;
	padding: 14rem 0 18rem;
}

#banner .contain {
	position: relative;
	z-index: 3;
}

#banner .content {
	position: relative;
	max-width: 68rem;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

#banner .content p {
	font-size: 1.6rem;
}

#banner .logo {
	max-width: 18rem;
	height: auto;
	margin: 0 auto 3rem;
}

#banner .image {
	position: absolute;
	top: 12rem;
	left: 0;
	right: 0;
	bottom: 8rem;
	overflow: hidden;
	z-index: 1;
}

#banner .image > img {
	width: 100%;
	height: 100%;
	margin-left: 8rem;
	-o-object-fit: contain;
	object-fit: contain;
}

/*
|----------------------------------------------------------------------
|		Heading
|----------------------------------------------------------------------
*/

.heading > span {
	display: block;
	font-size: 80%;
	font-weight: 300;
}

.subheading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #40bfbf;
	padding: 0.4rem 0.8rem;
	text-decoration: none;
	border-radius: 0.4rem;
}

h1 u,
h2 u,
h3 u,
h4 u,
h5 u,
h6 u {
	-webkit-text-decoration-color: #40bfbf;
	text-decoration-color: #40bfbf;
}

/*
|----------------------------------------------------------------------
|		Intro
|----------------------------------------------------------------------
*/

#intro {
	background: #fff4ea;
	margin-top: -10rem;
}

#intro .content {
	position: relative;
	z-index: 1;
}

#intro .content .circle {
	position: absolute;
	top: 16%;
	left: -6rem;
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	z-index: -1;
}

#intro .content .circle > img {
	margin-top: 6rem;
}

#intro .content_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 4rem 6rem;
	margin-bottom: -16rem;
	border-radius: 2.6rem;
}

#intro .content_in h1 {
	color: #40bfbf;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

#intro .content_in h1 > strong {
	display: block;
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.1;
}

#intro .content_in h1 span {
	font-weight: 500;
}

#intro .content_in .line {
	width: 0.2rem;
	height: 16rem;
	background: #d9d9d9;
	margin: 0 4rem;
}

#intro .content_in .titleContainer {
	display: flex;
	flex-direction: column;
}


#intro .content_in img {
	width: 290px;
	margin-top: 17px;
}

#intro .content_in .txt {
	font-size: 1.6rem;
}

#intro .content_in p > strong {
	color: #f3a114;
}

#intro .wrapper {
	position: relative;
	background: #553b45;
	padding: 22rem 0 8rem;
}

#intro .wrapper .lines {
	position: absolute;
	top: -3rem;
	left: 0;
	width: 50%;
	max-width: 60rem;
}

#intro .inner {
	max-width: 62rem;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 auto;
}

#intro .inner p > span {
	color: #40bfbf;
}

#intro .wrapper .image_blk {
	position: absolute;
	right: 0;
	bottom: -14rem;
	width: 32rem;
	height: 32rem;
	padding: 2rem;
	overflow: hidden;
	z-index: 2;
}

#intro .wrapper .image {
	position: relative;
	margin-left: 6rem;
	width: 100%;
	height: 100%;
	border-radius: 75%;
}

#intro .wrapper .image::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: -2rem;
	right: -2rem;
	bottom: -2rem;
	border: 1.4rem solid #f3a114;
	border-radius: inherit;
}

#intro .wrapper .image > img {
	border-radius: inherit;
}

/*
|----------------------------------------------------------------------
|		Recording
|----------------------------------------------------------------------
*/

#recording {
	background: #fff4ea;
	padding: 8rem 0 20rem;
}
#recording a {
	color: #40bfbf;
}

#recording .content {
	max-width: 70rem;
	font-size: 1.6rem;
	margin: 0 auto 6rem;
}

#recording .outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -0.7rem;
}

#recording .outer > .column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.7rem;
}

#recording .inner {
	width: 100%;
	background: #fff;
	padding: 3rem;
	border-radius: 2rem;
	overflow: hidden;
}

#recording .inner .tag {
	background: #aaa;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0.4rem 1.2rem;
	border-radius: 10rem;
}

#recording .inner .tag.orange {
	background: #f3a114;
	color: #553b45;
}

#recording .inner .tag.blue {
	background: #40bfbf;
	color: #fff;
}

#recording .inner .tag.green {
	background: #b1d363;
	color: #553b45;
}

#recording .inner h3 {
	margin: 2rem 0;
}

#recording .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recording .inner ul > li {
	display: block;
}

#recording .inner ul > li:not(:nth-last-child(1)) {
	margin-bottom: 2rem;
}

#recording .inner ul > li > * {
	display: block;
}

#recording .inner ul > li > strong {
	font-weight: 600;
}

#recording .inner ul > li > strong a {
	color: #40bfbf;
}

#recording .inner ul > li > strong a:hover {
	color: #553b45;
}

/*
|----------------------------------------------------------------------
|		Core
|----------------------------------------------------------------------
*/

#core {
	background: #553b45;
	padding: 8rem 0;
}

#core .lines.light {
	position: absolute;
	top: -16%;
	right: 0;
	width: 40%;
	max-width: 50rem;
}

#core .lines.dark {
	position: absolute;
	top: 30%;
	left: 0;
	width: 50%;
	max-width: 60rem;
}

#core .circle_blk {
	position: absolute;
	top: -18rem;
	width: 8rem;
	overflow: hidden;
}

#core .circle {
	-webkit-transform: translateX(-3rem);
	-ms-transform: translateX(-3rem);
	transform: translateX(-3rem);
}

#core .circle_image_blk {
	position: absolute;
	top: -17rem;
	left: 0;
	width: 22rem;
	overflow: hidden;
	z-index: 2;
}

#core .circle_image {
	-webkit-transform: translateX(-1rem);
	-ms-transform: translateX(-1rem);
	transform: translateX(-1rem);
}

#core .block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f3a114;
	padding: 3rem;
	padding-right: 14rem;
	margin-top: -16rem;
	margin-bottom: 4rem;
	border-radius: 2rem;
	overflow: hidden;
}

#core .block .image {
	width: 45%;
	max-width: 60rem;
	border-radius: 2rem;
	overflow: hidden;
}

#core .block .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 3rem;
}

#core .block .icon {
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 14rem;
}

#core .content {
	color: #fff;
	font-size: 1.6rem;
}

#core .outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#core .outer > .column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#core .outer > .line {
	width: 0.1rem;
	background: #40bfbf;
	margin: 0 6rem;
}

#core .content .heading {
	margin-bottom: 4rem;
}

#core .content h4 {
	color: #f3a114;
	font-weight: 300;
	margin-bottom: 2rem;
}

/*
|----------------------------------------------------------------------
|		Equity
|----------------------------------------------------------------------
*/

#equity {
	background: #fff;
	padding: 8rem 0;
}

#equity .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#equity .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#equity .image {
	width: 100%;
	max-width: 44rem;
	margin-top: -9rem;
	margin-left: 5rem;
	margin-right: -5rem;
}

/*
|----------------------------------------------------------------------
|		Resource
|----------------------------------------------------------------------
*/

#resource {
	background: #fff4ea;
	padding: 12rem 0 8rem;
}

#resource .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#resource .wrapper > .column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#resource .wrapper .line {
	width: 0.1rem;
	background: #d9d9d9;
	margin: 0 6rem;
}

#resource .heading {
	margin-bottom: 2rem;
}

#resource .icon {
	width: 18rem;
	position: absolute;
	top: -10rem;
}

/*
|----------------------------------------------------------------------
|		Coalition
|----------------------------------------------------------------------
*/

#coalition {
	background: #fff4ea;
	padding: 12rem 0 20rem;
}

#coalition .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#coalition .wrapper .image {
	width: 50%;
	max-width: 42rem;
}

#coalition .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 40rem;
	font-size: 1.6rem;
}

#coalition .wrapper .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#coalition .wrapper .content ul > li:not(:nth-last-child(1)) {
	margin-bottom: 1.5rem;
}

#coalition .wrapper .content ul > li > a {
	color: #40bfbf;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: underline;
}

#coalition .wrapper .content ul > li > a:hover {
	color: #553b45;
}

/*
|----------------------------------------------------------------------
|		Distribution
|----------------------------------------------------------------------
*/

#distribution {
	background: #40bfbf;
	padding-bottom: 6rem;
}

#distribution .lines.light {
	position: absolute;
	top: -10%;
	left: 0;
	width: 40%;
	max-width: 50rem;
}

#distribution .lines.dark {
	position: absolute;
	right: 0;
	bottom: -12%;
	width: 50%;
	max-width: 60rem;
}

#distribution .block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #553b45;
	padding: 3rem;
	padding-right: 14rem;
	margin-top: -12rem;
	border-radius: 2rem;
	overflow: hidden;
}

#distribution .block .image {
	width: 46%;
	max-width: 60rem;
	border-radius: 2rem;
	overflow: hidden;
}

#distribution .block .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 3rem;
}

#distribution .block .icon {
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 14rem;
}

#distribution .block .txt h3 {
	color: #fff;
	margin-bottom: 2rem;
}

#distribution .block .row {
	margin: -0.5rem;
}

#distribution .block .row > * {
	padding: 0.5rem;
}

#distribution .input_box {
	width: 100%;
	height: 4.4rem;
	color: #553b45;
	font-size: 1.4rem;
	padding: 0.6rem 1.2rem;
	resize: none;
}

#distribution textarea.input_box {
	height: auto;
}

#distribution .btn_blk {
	margin-top: 1rem;
}

#distribution .btn_blk .submit_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #40bfbf;
	color: #fff;
	padding: 1rem 5rem;
	border: 0;
	height: 5rem;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#distribution .btn_blk .submit_btn:hover {
	background: #fff;
	color: #553b45;
}

/*
|----------------------------------------------------------------------
|		Resources
|----------------------------------------------------------------------
*/

#resources {
	background: #fff4ea;
	padding: 14rem 0 8rem;
	overflow: hidden;
}

#resources .image {
	position: absolute;
}

#resources .image.left {
	top: 6rem;
	left: -10rem;
	max-width: 18rem;
}

#resources .image.right {
	top: -3rem;
	right: -5rem;
	max-width: 14rem;
}

#resources .content {
	max-width: 60rem;
	font-size: 1.6rem;
	margin: 0 auto 14rem;
}

#resources .wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	max-width: 84rem;
	margin: -1rem auto;
}

#resources .wrapper > .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3334%;
	padding: 1rem;
}

#resources .wrapper > .column.long {
	width: 66.6667%;
}

#resources .wrapper .circle {
	position: absolute;
	top: -3rem;
	right: -2rem;
	width: 10rem;
}

#resources .wrapper .dot {
	position: absolute;
	top: -0.5rem;
	right: 50%;
	width: 3rem;
}

#resources .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 24rem;
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3.5rem 2.5rem;
	border-radius: 1.8rem;
	overflow: hidden;
	z-index: 1;
}

#resources .inner.blue {
	background: #40bfbf;
}

#resources .inner.black {
	background: #553b45;
	color: #fff;
}

#resources .inner.white {
	background: #fff;
}

#resources .inner.yellow {
	background: #f3a114;
}

#resources .inner > .lines {
	position: absolute;
	right: 0;
	bottom: -12%;
	width: 70%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: -1;
}

#resources .inner_blk {
	width: 100%;
}

#resources .inner > .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding-bottom: calc(100% - 1rem);
}

#resources .inner > .icon > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 18rem;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

#resources .inner .tag {
	color: #553b45;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.5rem 1.2rem;
	border-radius: 50rem;
	text-align: center;
	white-space: nowrap;
}

#resources .inner .tag.blue {
	background: #40bfbf;
}

#resources .inner .tag.yellow {
	background: #f3a114;
}

#resources .inner .tag.green {
	background: #b1d363;
}

#resources .inner > .tag {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#resources .inner h3 {
	font-weight: 400;
	margin-bottom: 2rem;
}

#resources .inner .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	padding: 0;
	margin: -0.5rem;
	list-style: none;
}

#resources .inner .list > li {
	width: 100%;
	padding: 0.5rem;
}

#resources .inner .list.half > li {
	width: 50%;
}
#resources .inner .list > li a {
	color: #fff;
	transition: all 0.3s ease 0s;
}
#resources .inner .list.dark > li a {
	color: #553b45;
	transition: all 0.3s ease 0s;
}
#resources .inner .list > li a img {
	transition: all 0.3s ease 0s;
}
#resources .inner .list.dark > li a:hover {
	color: #fff;
}
#resources .inner .list > li a:hover {
	color: #40bfbf;
}
#resources .inner .list > li a:hover img {
	transform: translateX(5px);
}
#resources .inner .list strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	line-height: 1.2;
}

#resources .inner .list strong > img {
	width: 1.2rem;
	min-width: 1.2rem;
	margin-left: 1rem;
}

#resources .inner .list.dark strong > img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#resources .inner .list li > span {
	display: block;
	font-size: 1rem;
}

#resources .inner .list strong > .tag {
	min-width: 5.4rem;
	margin-right: 1rem;
}

#resources .inner .lang_list {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	grid-gap: 2rem;
}

#resources .inner .lang_list > li > a {
	font-weight: 600;
	color: #40bfbf;
}

#resources .inner .lang_list > li > a:hover {
	color: #553b45;
}

/*
|----------------------------------------------------------------------
|		About
|----------------------------------------------------------------------
*/

#about {
	background: #fff4ea;
	padding: 12rem 0 6rem;
	overflow: hidden;
}

#about .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#about .wrapper .image {
	width: 100%;
	max-width: 40rem;
}

#about .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 48rem;
	font-size: 1.6rem;
}

/*
|----------------------------------------------------------------------
|		planning
|----------------------------------------------------------------------
*/

#planning {
	background: #fff;
	padding: 6rem 0;
}

#planning .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#planning .wrapper .image {
	width: 100%;
	max-width: 34rem;
	margin-right: 3rem;
}

#planning .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 58rem;
}

/*
|----------------------------------------------------------------------
|		Mission
|----------------------------------------------------------------------
*/

#mission {
	background: #fff4ea;
	padding: 8rem 0;
}

#mission .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#mission .wrapper .column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#mission .line {
	width: 0.1rem;
	background: #40bfbf;
	margin: 0 10rem;
}

#mission h3 {
	color: #f3a114;
	font-weight: 400;
	margin-bottom: 2rem;
}

/*
|----------------------------------------------------------------------
|		Goals
|----------------------------------------------------------------------
*/

#goals {
	background: #553b45;
	color: #fff;
	padding: 8rem 0;
}

#goals .contain {
	max-width: 80rem;
}

#goals .lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
}

#goals .image {
	position: absolute;
	top: -12rem;
	right: -6rem;
	width: 100%;
	max-width: 22rem;
}

#goals .content {
	margin-top: 6rem;
}

#goals .list,
#planning .list {
	list-style: none;
	margin: 2.5rem 0;
	padding: 0;
}

#goals .list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#goals .list > li:not(:nth-last-child(1)) {
	margin-bottom: 2rem;
}

#goals .list > li .title,
#planning .list > li .title {
	width: 14rem;
	min-width: 14rem;
	color: #f3a114;
	font-size: 2rem;
	font-weight: 600;
	white-space: nowrap;
}

/*
|----------------------------------------------------------------------
|		Structure
|----------------------------------------------------------------------
*/

#structure {
	padding: 8rem 0;
	overflow: hidden;
}

#structure .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5rem -3rem;
}

#structure .wrapper .column {
	width: 50%;
	padding: 1.5rem 3rem;
}

/*
|----------------------------------------------------------------------
|		Translator
|----------------------------------------------------------------------
*/

#google_translate_element {
	height: 2.6rem;
	overflow: hidden;
}

#google_translate_element * {
	font-family: inherit;
}

/*
|----------------------------------------------------------------------
|		Funding Opportunities
|----------------------------------------------------------------------
*/

#funding-opportunities {
	background: #fff4ea;
	padding: 20rem 0 5rem;
	/* overflow: hidden; */
}

#funding-opportunities .image {
	position: absolute;
}

#funding-opportunities .image.left {
	top: 0;
	left: -10rem;
	max-width: 18rem;
}

#funding-opportunities .image.right {
	top: -3rem;
	right: -5rem;
	max-width: 14rem;
}

#funding-opportunities .content h2 {
	font-size: 40px;
}
#funding-opportunities .content p {
	font-size: 18px;
}

#funding-opportunities .content .site_btn {
	margin-top: 2rem;
}
#funding-opportunities .content .dates {
	font-size: 18px;
	margin: 2rem 0;
}
#funding-opportunities .content .dates strong {
	display: block;
}

#funding-opportunities .image_blk {
	position: absolute;
	right: 0;
	bottom: -10rem;
	padding: 2rem;
	overflow: hidden;
	z-index: 2;
}

#funding-opportunities .image_blk .image {
	position: relative;
	margin-left: 3rem;
	width: 100%;
	height: 100%;
	border-radius: 75%;
}

#funding-opportunities .image_blk .image::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: -2rem;
	right: -2rem;
	bottom: -2rem;
	border: 1.4rem solid #f3a114;
	border-radius: inherit;
}

#funding-opportunities .image_blk .image > img {
	border-radius: inherit;
}

#funding-main-content {
	position: relative;
	padding: 10rem 0;
	background-color: #fff;
	font-size: 1.6rem;
}
.funding-caption {
	max-width: 620px;
	margin: 0 auto;
}
.funding-caption p {
	background-color: #553b45;
	color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	border-radius: 4px;
}

.nav-sidebar .nav-items {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 10rem;
	left: 0;
	z-index: 9;
}
.nav-sidebar .nav-items.fixed {
	position: fixed;
	left: 17%;
	top: 0;
}
.nav-sidebar .nav-items li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
}
.nav-items li::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #40bfbf;
	background-color: transparent;
	left: 0;
	top: 5px;
	border-radius: 100px;
}
.nav-items li.active::before {
	background-color: #40bfbf;
}
.nav-sidebar .nav-items li a {
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	color: #000;
}
/* #background,
#funding,
#scope,
#available {
    margin-bottom: 10rem;
} */
.inner-blk {
	position: relative;
	z-index: 2;
	padding: 10rem 0;
}
#funding {
	background-color: #553b45;
}
#scope {
	background-color: #fff4ea;
	z-index: 0;
}

.inner-blk {
	position: relative;
	z-index: 2;
	padding: 10rem 0;
}
#apply.inner-blk {
	padding-top: 0;
}

.inner-blk .content-wrapper {
	max-width: 625px;
	margin: auto;
}
.inner-blk .content-wrapper h3,
.inner-blk .content-wrapper p,
.inner-blk .content-wrapper ul li,
.inner-blk .content-wrapper ol li {
	margin: 0 0 2.5rem;
}
.inner-blk .content-wrapper ul {
	margin-bottom: 0 0 2.5rem;
	list-style: none;
}
#funding.inner-blk .content-wrapper ul {
	padding: 0;
}
.inner-blk .content-wrapper h3 {
	font-size: 28px;
	font-weight: 400;
	color: #f3a114;
}
.inner-blk .content-wrapper p,
.inner-blk .content-wrapper ul li,
.inner-blk .content-wrapper ol li {
	font-size: 18px;
	color: #553b45;
}

#funding.inner-blk .content-wrapper ul li {
	margin-bottom: 0.5rem;
}
#funding.inner-blk .content-wrapper p,
#funding.inner-blk .content-wrapper ul li,
#funding.inner-blk .content-wrapper ol li {
	color: #fff;
}
#background img {
	position: absolute;
	width: 210px;
	height: 210px;
	object-fit: contain;
	bottom: 15rem;
	right: 0;
}
#funding img {
	position: absolute;
	width: 620px;
	top: 0;
	left: 0;
	z-index: -1;
}
#funding .circle-gray {
	width: 25px;
	height: 25px;
	border: 5px solid #f1eff0;
	border-radius: 100%;
	position: absolute;
	top: 12rem;
	right: 9rem;
}
#funding .circle-green {
	width: 65px;
	height: 65px;
	border: 9px solid #b1d363;
	border-radius: 100%;
	position: absolute;
	top: 15rem;
	right: 10rem;
}
#funding .circle-blue {
	width: 300px;
	height: 300px;
	border: 9px solid #40bfbf;
	border-radius: 100%;
	position: absolute;
	bottom: -10rem;
	left: -8rem;
	z-index: 2;
}

#scope img {
	position: absolute;
	width: 285px;
	top: 50%;
	right: 35px;
	z-index: -1;
	transform: translateY(-50%);
}
#scope .circle-green {
	width: 25px;
	height: 25px;
	border: 5px solid #b1d363;
	border-radius: 100%;
	position: absolute;
	top: 10rem;
	right: 10rem;
}
#available img {
	position: absolute;
	width: 210px;
	top: -7rem;
	right: 0;
	z-index: -1;
}

#apply .circle-blue {
	width: 210px;
	height: 210px;
	border: 9px solid #40bfbf;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

#contact-info {
	position: relative;
	padding: 10rem 0;
	color: #fff;
	background-color: #553b45;
}
#contact-info .top-title {
	margin-bottom: 5rem;
}
#contact-info .top-title h2 {
	color: #f3a114;
	font-size: 43px;
	margin-bottom: 2rem;
}
#contact-info .top-title h2 span {
	display: block;
	font-weight: 400;
	font-size: 40px;
}
#contact-info .top-title p {
	font-size: 18px;
	margin-bottom: 0;
}
#contact-info .col-md-4 {
	position: relative;
}
#contact-info .col-md-4::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0;
	right: 20px;
}
#contact-info .col-md-4:last-child::after {
	display: none;
}
#contact-info .content h3 {
	color: #f3a114;
	font-size: 30px;
	margin-bottom: 2.5rem;
}
#contact-info .content .list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contact-info .content .list-items li {
	margin-bottom: 2.5rem;
}
#contact-info .content .list-items li:last-child {
	margin-bottom: 0;
}
#contact-info .content .list-items li a {
	color: #fff;
	transition: all 0.3s ease 0s;
	font-size: 18px;
	text-decoration: underline;
}
#contact-info .content .list-items li a:hover {
	color: #f3a114;
}
#contact-info .content .list-items li p {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 18px;
}
#contact-info .mask-img {
	position: absolute;
	top: -25px;
	right: 0;
	width: 520px;
}

/*
|----------------------------------------------------------------------
|		Catalyst Program
|----------------------------------------------------------------------
*/

#catalyst_program {
	background: #fff4ea;
	padding: 16rem 0 5rem;
}

#catalyst_program .wrapper {
	display: flex;
	align-items: center;
}

#catalyst_program .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#catalyst_program .wrapper .image {
	width: 100%;
	max-width: 36rem;
	margin-left: 4rem;
}

#catalyst_notice {
	background: #553b45;
	padding: 10rem 0;
	overflow: hidden;
}

#catalyst_notice .lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	max-width: 70rem;
}

#catalyst_notice .wrapper {
	display: flex;
	align-items: center;
}

#catalyst_notice .wrapper .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
}

#catalyst_notice .wrapper .image {
	width: 100%;
	max-width: 36rem;
	margin-right: 6rem;
}

#catalyst_point .content {
	margin-bottom: 3rem;
}

#catalyst_point .block {
	padding: 6rem 0;
}

#catalyst_point .block.point_two {
	background: #fff;
}

#catalyst_point .block.timeline {
	background: #fff4ea;
}

#catalyst_point .block.approach {
	background: #fff;
}

/*
|----------------------------------------------------------------------
|		Footer
|----------------------------------------------------------------------
*/

footer {
	background: #553b45;
	color: #fff;
	padding-top: 6rem;
	margin-top: auto;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #40bfbf;
}

footer .logo {
	max-width: 14rem;
	height: auto;
}

footer h5 {
	margin-bottom: 2rem;
}

footer .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -0.75rem -1rem;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
}

footer .list > li {
	width: 100%;
	padding: 0.75rem 1rem;
}

footer .list2 > li {
	width: 50%;
}

footer .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .wrapper > .line {
	width: 0.1rem;
	background: #ac929c;
	margin: 0 8rem;
}

footer .copyright {
	padding: 3rem 0;
	margin-top: 4rem;
	border-top: 0.1rem solid #ac929c;
}



/*---- HRTC Application ----*/

#hrtc{
	position: relative;
	padding: 8rem 0;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper {
    margin-bottom: 3rem;
    position: relative;
}

#hrtc .hrtc-inner-blk .hrtc-content-wrapper h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
	color: #f3a114;
}

#hrtc .hrtc-inner-blk .hrtc-content-wrapper p:last-child {
    margin-bottom: 0;
}


/* #hrtc .hrtc-inner-blk .hrtc-content-wrapper.faqs {
    margin-bottom: 6rem;
    position: relative;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper.faqs h3{
	margin-bottom: 3.5rem;
} */

#hrtc .hrtc-inner-blk .hrtc-content-wrapper.faqs h2{
	margin-bottom: 3.5rem;
	font-size: 3rem;
	color:#f3a114 ;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqLst .faqBlk {
    margin-bottom: 15px;
    border-bottom: 1px solid #002072;
    background: #553b45;
    color: #fff;
	border-radius: 2px;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqBlk h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    padding: 2rem;
	font-weight: 500;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqBlk h5 > svg {
	width: 14px;
	min-width: 14px;
	height: 14px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	color: #fff !important;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqBlk.active h5 > svg {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqBlk .txt {
    display: none;
    padding-top: 15px;
    border-top: 1px solid #fff;
    padding: 2rem;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .faqBlk p a {
	text-decoration: underline;
	color: #f3a114;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .caption {
    max-width: 620px;
    margin: 0 auto;
	background-color: #553b45;
	padding: 15px;
    border-radius: 4px;
	color: #fff;
	text-align: center;
}
#hrtc .hrtc-inner-blk .hrtc-content-wrapper .caption p a {
	color: #f3a114;
	text-decoration: underline;
	font-weight:  700;
}


#hrtc img.mask-1 {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 220px;
    transform: translateY(-50%);
	z-index: -1;
}
#hrtc img.mask-2 {
    position: absolute;
    top: 20rem;
    right: 0;
	z-index: -1;
    max-width: 220px;
}
#hrtc .circle-blue {
    width: 220px;
    height: 220px;
    border: 1rem solid #f3a114;
    border-radius: 100%;
    position: absolute;
    bottom: 6rem;
    right: 5rem;
    z-index: -2;
}

#definitions table, th, td {
	border: 1px solid gray;
	padding: 15px;
	margin-bottom: 20px;
  }