@media only screen and (max-width: 1199px) {
	#funding-opportunities .image.left {
		left: 0;
		max-width: 15rem;
	}
}

@media (max-width: 1024px) {
	#equity .image {
		margin-right: 0;
	}
	#funding-opportunities .content h2 {
		font-size: 36px;
	}
	#funding-opportunities .content p {
		font-size: 16px;
	}
	#funding-opportunities .image_blk {
		max-width: 280px;
	}
	.nav-sidebar .nav-items {
		top: 5rem;
	}
	.inner-blk {
		padding: 5rem 0;
	}
	#background img {
		width: 160px;
		height: 160px;
		bottom: 5rem;
	}
	#funding img {
		width: 340px;
	}
	#funding .circle-green {
		top: 5rem;
		right: 5rem;
	}
	#funding .circle-gray {
		top: 3rem;
		right: 4rem;
	}
	#funding .circle-blue {
		width: 200px;
		height: 200px;
		bottom: -5rem;
		left: -5rem;
	}
	#scope .circle-green {
		top: 4rem;
		right: 4rem;
	}
	#scope img {
		width: 200px;
	}
	#available img {
		width: 160px;
		top: -5rem;
	}
	#apply .circle-blue {
		width: 160px;
		height: 160px;
	}
}

@media (max-width: 991px) {
	#banner .image > img {
		-o-object-fit: cover;
		object-fit: cover;
		margin: 0;
	}
	#intro .content_in {
		display: block;
	}
	#intro .content_in h1 {
		text-align: center;
		margin-bottom: 2rem;
		white-space: initial;
	}
	#intro .content_in h1 > strong {
		display: inline;
		font-size: inherit;
	}
	#intro .content_in .line {
		display: none;
	}

	#intro .content_in img {
		margin: auto 30px;
		align-self: center;

	}
	
	
	#intro .content .circle {
		left: -2rem;
		width: 6rem;
		height: 6rem;
	}
	#intro .content .circle > img {
		margin: 0;
		margin-left: -2rem;
	}
	#intro .wrapper .image_blk {
		bottom: -10rem;
		width: 22rem;
		height: 22rem;
	}
	#recording .outer {
		display: block;
	}
	#core .block {
		display: block;
		padding: 3rem;
	}
	#core .circle_image_blk {
		top: -15rem;
		width: 16rem;
	}
	#core .block .image {
		width: 100%;
		max-width: none;
		margin-bottom: 2rem;
	}
	#core .block .txt {
		margin: 0;
		padding-right: 10rem;
	}
	#core .block .icon {
		top: initial;
		bottom: -2rem;
	}
	#core .lines.light {
		top: -5%;
	}
	#core .outer {
		display: block;
	}
	#core .outer > .line {
		width: 100%;
		height: 0.1rem;
		margin: 3rem 0;
	}
	#equity .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#equity .image {
		margin-left: 0;
		margin-bottom: 3rem;
	}
	#resource .icon {
		top: -5rem;
		width: 12rem;
	}
	#resource .wrapper {
		display: block;
	}
	#resource .wrapper .line {
		width: 100%;
		height: 0.1rem;
		margin: 3rem 0;
	}
	footer .wrapper {
		display: block;
	}
	footer .wrapper > .line {
		width: 100%;
		height: 0.1rem;
		background: transparent;
		margin: 2rem 0;
	}
	#distribution .lines.light {
		top: -1rem;
	}
	#distribution .block {
		display: block;
		padding: 3rem;
	}
	#distribution .circle_image_blk {
		top: -15rem;
		width: 16rem;
	}
	#distribution .block .image {
		width: 100%;
		max-width: none;
		margin-bottom: 2rem;
	}
	#distribution .block .txt {
		margin: 0;
		padding-right: 10rem;
	}
	#distribution .block .icon {
		top: initial;
		bottom: -2rem;
	}
	#resources .image.left {
		top: 10rem;
		left: -4rem;
		max-width: 12rem;
	}
	#resources .image.right {
		top: -1rem;
		right: -3rem;
		max-width: 10rem;
	}
	#goals .image {
		right: 0;
	}
	#funding-opportunities .content h2 {
		font-size: 32px;
	}
	#funding-opportunities .content .site_btn {
		margin-top: 0;
	}
	#funding-opportunities .content .dates {
		font-size: 16px;
		margin: 1rem 0 0;
	}
	#funding-opportunities .image_blk {
		max-width: 220px;
		bottom: -5rem;
	}
	#funding-main-content {
		padding: 7rem 0 0;
	}

	.nav-sidebar .nav-items {
		position: static;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 15px;
		background-color: #fff;
		margin-top: 3rem;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.nav-sidebar .nav-items.fixed {
		width: 100%;
		left: 0 !important;
		margin-top: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	.nav-sidebar .nav-items li {
		margin-bottom: 0;
		width: 20%;
		text-align: center;
		padding: 0 5px;
		width: 170px;
		flex: 0 0 170px;
	}
	.nav-sidebar .nav-items li:first-child {
		padding-left: 0;
	}
	.nav-sidebar .nav-items li:last-child {
		padding-right: 0;
	}
	.nav-items li::before {
		display: none;
	}
	.nav-items li a {
		padding-bottom: 5px;
		border-bottom: 1px solid transparent;
	}
	.nav-items li.active a {
		color: #40bfbf;
		border-bottom: 1px solid #40bfbf;
	}
	.inner-blk .content-wrapper {
		max-width: 100%;
	}
	.inner-blk .content-wrapper h3 {
		font-size: 24px;
	}
	.inner-blk .content-wrapper p,
	.inner-blk .content-wrapper ul li,
	.inner-blk .content-wrapper ol li {
		font-size: 16px;
	}
	.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 1.5rem;
	}
	#background img {
		width: 100px;
		height: 100px;
		bottom: 1rem;
	}
	#funding .circle-green {
		top: 3rem;
		right: 3rem;
	}
	#funding .circle-gray {
		top: 1rem;
		right: 2rem;
	}
	#funding img {
		width: 80%;
	}
	#funding .circle-blue {
		width: 120px;
		height: 120px;
		bottom: -5rem;
		left: -4rem;
	}
	#scope img {
		display: none;
	}
	#available img {
		width: 100px;
		top: -4rem;
	}
	#apply .circle-blue {
		width: 100px;
		height: 100px;
	}
	#contact-info .top-title h2 span {
		font-size: 28px;
	}
	#contact-info .top-title h2 {
		font-size: 32px;
		margin-bottom: 1rem;
	}
	#contact-info .top-title p {
		font-size: 16px;
		margin-bottom: 0;
	}
	#contact-info .content h3 {
		font-size: 20px;
		margin-bottom: 1.5rem;
	}
	#contact-info .content .list-items li p,
	#contact-info .content .list-items li a {
		font-size: 14px;
	}
	#contact-info {
		padding: 7rem 0 2rem;
	}
	#contact-info .mask-img {
		display: none;
	}
	#funding-opportunities .image_blk {
		position: static;
		margin: 2rem auto 0;
	}
	#funding-opportunities .image.left {
		left: 15px;
		max-width: 10rem;
		top: 12rem;
	}
	#funding-opportunities .image_blk .image {
		margin-left: 0;
	}
	#catalyst_program .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#catalyst_program .wrapper .image {
		margin: 0 auto 3rem;
	}
	#catalyst_notice .wrapper {
		display: block;
	}
	#catalyst_notice .wrapper .image {
		margin: 0 auto 3rem;
	}


	#hrtc .hrtc-inner-blk .tab-control {
		flex: 0 0 35%;
		width: 35%;
	}
	#hrtc .hrtc-inner-blk .hrtc-content-wrapper .tab-control .nav li a {
		font-size: 14px;
	}
	#hrtc .hrtc-inner-blk .tab-content {
		flex: 0 0 65%;
		width: 65%;
	}
}

@media (max-width: 767px) {
	h1,
	.h1,
	.size_1 {
		font-size: 2.8rem;
	}
	h2,
	.h2,
	.size_2 {
		font-size: 2.2rem;
	}
	h3,
	.h3,
	.size_3 {
		font-size: 1.8rem;
	}
	h4,
	.h4,
	.size_4 {
		font-size: 1.6rem;
	}
	h5,
	.h5,
	.size_5 {
		font-size: 1.5rem;
	}
	.toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: initial;
		right: 1.5rem;
		z-index: 12;
	}
	nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-right: 4rem;
	}
	#nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff4ea;
		padding: 6rem;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
		overflow: hidden;
		overflow-y: auto;
		z-index: 10;
	}
	#nav.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	nav ul {
		display: block;
		text-align: center;
		margin: -1rem 0;
	}
	nav ul > li {
		padding: 1rem 0;
	}
	nav select {
		margin-left: auto;
	}
	#intro .content_in {
		padding: 2rem 3rem;
	}
	#intro .content_in h1 {
		font-size: 4rem;
	}
	#intro .wrapper .image_blk {
		width: 18rem;
		height: 18rem;
	}
	#intro .wrapper .image::before {
		border-width: 1rem;
	}
	#core .block .txt {
		padding: 0 0 6rem;
	}
	#core .block .icon {
		width: 12rem;
	}
	#core .block {
		padding: 2rem;
	}
	#distribution .lines.dark {
		bottom: -2rem;
		width: 60%;
	}
	#distribution .lines.light {
		width: 80%;
	}
	#distribution .block {
		padding: 2rem;
	}
	#distribution .block .txt {
		padding: 0;
	}
	#distribution .block .icon {
		width: 10rem;
	}
	#coalition .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#coalition .wrapper .image {
		width: 100%;
		margin: 0 auto 3rem;
	}
	#about .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#about .wrapper .content {
		margin-top: 3rem;
	}
	#planning .wrapper {
		display: block;
	}
	#planning .wrapper .image {
		margin: 0 auto 3rem;
	}
	#mission {
		padding: 6rem 0;
	}
	#mission .wrapper {
		display: block;
	}
	#mission .line {
		width: 100%;
		height: 0.1rem;
		margin: 3rem 0;
	}
	#structure .wrapper {
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	#structure .wrapper .column {
		width: 100%;
	}
	.inner-blk .content-wrapper h3 {
		font-size: 20px;
	}
	.inner-blk .content-wrapper p,
	.inner-blk .content-wrapper ul li,
	.inner-blk .content-wrapper ol li {
		font-size: 14px;
	}
	.funding-caption {
		padding: 0 15px;
	}
	.funding-caption p {
		font-size: 16px;
		padding: 10px 15px;
		border-radius: 4px;
	}
	#contact-info .col-md-4 {
		margin-bottom: 5rem;
	}
	#contact-info .col-md-4::after {
		width: 100%;
		height: 1px;
		left: 0;
		top: auto;
		bottom: -25px;
	}
	#funding-opportunities .content .site_btn {
		margin-top: 0;
		height: auto;
		padding: 8px 25px;
		letter-spacing: 0;
		min-width: auto;
	}
	#funding-opportunities {
		padding: 13rem 0 5rem;
	}
	#catalyst_notice .lines {
		width: 90%;
	}
	#hrtc img.mask-1,
	#hrtc img.mask-2,
	#hrtc .circle-blue  {
		display: none;
	}
}

@media (max-width: 580px) {
	#resources .wrapper > .column,
	#resources .wrapper > .column.long {
		width: 100%;
	}
	#resources .inner .list.half > li {
		width: 100%;
	}
	#resources .image.right {
		display: none;
	}
	#resources .image.left {
		top: 15rem;
	}
	#resources .wrapper .circle {
		right: -1rem;
		width: 7rem;
	}
	#resources .inner > .lines {
		bottom: 0;
	}
	#resources .inner .list strong {
		font-size: 1.3rem;
	}
	#goals .image {
		right: 1rem;
		max-width: 16rem;
	}
	#goals .list > li {
		display: block;
	}
	#goals .content {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
}
