@charset "ISO-8859-1";

@media only screen and (min-width: 1200px) {
	.sdg-imgs:nth-last-child(6n+1) {
		margin-right: 0px;
	}
	.organization-imgs:nth-last-child(4n+1) {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 992px) {
	.landing-page #mainNav a, .landing-page #mainNav span {
		color: white;
	}
	#mainNav .dropdown a {
		color: black;
	}
}

@media only screen and (min-width: 768px) {
	.header-1 {
		font-size: 50px;
		font-weight: 500;
	}
	.header-2 {
		font-size: 36px;
		font-weight: 500;
	}
	.header-3 {
		font-size: 24px;
		font-weight: 500;
	}
	.header-note {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 30px;
	}
	.send-button {
		width: 160px;
	}
	.input-form::placeholder {
		color: #989FAF;
		font-size: 16px;
	}
	.footer {
		background: #FFFFFF;
		padding-top: 40px;
	}
	.initiative-footer-note {
		font-size: 24px;
	}
	.footer-link-row {
		margin-top: 48px;
		border-top: 1px solid #E2E2E2;
		padding: 26px;
	}

	/* END - category card */
	#showAllCategoriesButton {
		font-size: 16px;
		font-family: 500;
		width: 248px;
		background: #1871E5;
		border: none;
		border-radius: 4px;
	}
	.hidden {
		display: none;
	}

	/* sdg-container */
	.sdg-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sdg-imgs {
		padding: 16px;
		background: #FFFFFF;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.organization-imgs {
		margin-right: 30px;
		margin-bottom: 30px;
		border-radius: 8px;
	}
	#landing-page-search-button {
		display: block;
		position: absolute;
		z-index: 2;
		top: 4px;
		right: 4px;
		bottom: 4px;
		width: 104px;
		background: #1871E6;
		color: white;
		border-radius: 8px;
		border: none;
	}
	#landing-page-search-input:focus {
		outline: none;
		z-index: auto;
		box-shadow: none;
	}
	.fa-chevron-down {
		margin-left: 8px;
	}
	.form-container {
		max-width: 730px;
		background-color: #FFFFFF;
	}
	.form-container-inner-box {
		padding-top: 4%;
		padding-left: 5%;
		padding-bottom: 2%;
		padding-right: 5%;
	}
	.margin-top-30 {
		margin-top: 30px;
	}
	.flex-input-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.input-group-categories {
		display: flex;
	}
	.input-group-categories .custom-checkbox {
		width: 32%;
	}
	.organizaiton-checkbox {
		/* width: 132px; */
		height: 102px;
		position: relative;
		text-align: center;
		vertical-align: center;
		border-radius: 8px;
		margin: 24px 12px 0 12px;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
		padding: 1px;
	}
	.horizontal-center {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80px;
	}
	.organizaiton-checkbox .checkbox {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.organization-selected {
		border: 1px solid #1BBC78;
	}
	.organization-checked {
		display: none;
	}
	.organization-selected .organization-checked {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #1BBC78;
	}
	.navbar-logo {
		width: 263px;
		height: 48px;
	}
	#navbar-search-form {
		display: flex;
		flex: 1;
		/*height: 56px;*/
		position: relative;
		/*height: 48px;*/
		flex: 1;
	}
	.sidebar {
		display: flex;
	}
	.landing_page_container {
		padding-top: 15%;
	}
	.document-type-image {
		width: 65px;
		height: 65px;
	}
	.form-section-header {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
	}
	.small-display-only {
		display: none;
	}
	#navbar-search-input {
		flex-grow: 2;
		/* padding: 2px; */
		border: none;
		width: 100%;
		height: 100%;
		padding-left: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 8px;
	}
	#search-icon, #search-icon:hover {
		background-color: transparent;
		color: #6c757d;
		border: none;
		margin-left: 10px;
	}
	#search-icon-right {
		display: none;
	}
	.input-group.mb-3 {
		padding-top: 8px;
		padding-bottom: 8px;
		background-color: white;
		border-radius: 0 8px 8px 8px;
	}
	.nav-link {
		padding-top: 12px;
	}
	.topic-notes {
		font-size: 16px;
	}
	section {
		padding-bottom: 230px;
	}
	.covid-page-image {
		height: 380px;
	}
	.covid-page-image-2 {
		height: 62px;
	}
	.connect-title {
		height: 50px;
	}
	.masthead {
		margin-top: -70px;
		height: 65vh;
		width: 100%;
		padding: 0%;
		/* 	background: url('../imgs/landing-page-img.png'); */
		background: linear-gradient(180deg, #0188FE 0%, #63CBFF 100%);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
		display: flex;
		flex-direction: column;
	}
	.font-18 {
		font-size: 18px;
	}
	.footer-item {
		display: inline-block;
	}
}