.top-bar {
	height: 30px;
	background: #E6EAEE;
	display: none;
	align-items: center;
}

.top-bar-container {
	width: 100%;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: Nunito Sans;
	font-size: 16px;
}

.top-bar-container a {
	color: #00818F;
}

.top-bar-container a:hover {
	color: #000;
}

.top-bar-container i {
	margin-left: 16px;
}

.licf-nav-container {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	transition: .4s;
	background: #fff;
}

.licf-menu-container {
	display: flex;
	margin-left: auto;
	font-family: Nunito Sans;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}

.under-menu {
	height: 70px;
}

.licf-nav-wrapper {
	padding: 0 16px;
	display: flex;
	height: 70px;
	align-items: center;
}

.licf-logo {
	height: 40px;
}

.licf-logo img {
	height: 40px;
}

.licf-main-menu {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

.licf-menu-item {
	color: #8898AA;
	margin: 0 16px;
	border-bottom: 2px solid transparent;
	transition: .3s;
}

.licf-menu-item:hover {
	border-bottom: 2px solid #00818F;
}

.licf-active-link {
	border-bottom: 2px solid #00818F;
}

.licf-menu-donate {
	background: #E83F6F;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 40px;
	color: #fff;
}

.licf-menu-donate:hover {
	background: #b7345a;
}

.licf-menu-donate span {
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

@media only screen and (max-width: 650px) {
	.licf-menu-container {
		font-size: 12px;
	}
	
	.licf-menu-donate {
		display: none;
	}
	
	.licf-menu-item {
		margin: 0 8px;
	}
	
	.licf-main-menu {
		margin-right: 0;
	}
	
	.licf-menu-donate {
		height: 60px;
	}
	
	.licf-nav-wrapper {
		height: 60px;
	}
	
	.under-menu {
		height: 60px;
	}
	
	.top-bar {
		display: none;
	}
}

/*============================*/

@media only screen and (max-width: 650px) {
	.home-donate-sticky-btn {
		bottom: 40px !important;
	}
}

.home-donate-sticky-btn {
    z-index: 1000;
	font-family: Nunito Sans;
    position: fixed;
    bottom: 50%;
    right: 0px;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.home-donate-sticky-btn span {
	color: #fff;
}

.home-donate-sticky-btn i {
    color: red;
    font-size: 24px;
    margin-right: 10px;
}

.licf-header-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 82vh;
}

.licf-header-small-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.mission-box-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("https://louisianaicf.org/wp-content/uploads/2019/09/about-us-licf-white-bg-2.png");
	background-position: center;
	background-size: cover;
}

.mission-border {
    border: 3px solid #00818F;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    margin: 24px;
    text-align: center;
	align-items: center;
}

.mission-title {
	font-family: Nunito Sans;
	color: #00818F;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 8px;
}

.mission-p {
	font-family: Nunito Sans;
	color: #00818F;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 16px;
}

.licf-small-box {
	display: grid;
	grid-template-rows: 1fr 60px;
	border: solid 1px #fff;
}

.gala-box-top {
	background: url("https://louisianaicf.org/wp-content/uploads/2022/08/comingsoon-fyi-header-image.png");
	background-size: cover;
	background-position: center;
}

.about-box-top {
	background: url("../img-licf/about-header-image.png");
	background-size: cover;
	background-position: center;
}

.fyi-box-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img-licf/fyi-header-image.png");
	background-size: cover;
	background-position: center;
}

.sponsor-box-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img-licf/sponsor-header-image.png");
	background-size: cover;
	background-position: center;
}

.licf-youtube-btn {
	top: 50%;
}

.fyi-box-top i {
	font-size: 88px;
	color: #00FFC0;
}

.gala-box-btn,
.sponsor-box-btn,
.about-box-btn,
.fyi-box-btn{
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 900;
	font-family: Nunito Sans;
	height: 60px;
	display: flex;
	align-items: center;
}

.gala-box-btn span,
.sponsor-box-btn span {
	color: #00808E;
}

.about-box-btn span,
.fyi-box-btn span {
	color: #fff;
}

.gala-box-btn {
	background: #A2FFE8;
}

.about-box-btn {
	background: #00C0A7;
}

.sponsor-box-btn {
	background: #00FFC0;
}

.fyi-box-btn {
	background: #00808E;
}

@media only screen and (max-width: 650px) {
	.licf-header-small-boxes {
		grid-template-columns: 1fr !important;
		grid-template-rows: 60px 60px 60px 60px !important;
	}
	
	.gala-box-top,
	.about-box-top,
	.fyi-box-top,
	.sponsor-box-top {
		display: none;
	}
	
	.mission-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.mission-p {
		font-size: 13px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.licf-header-container {
		grid-template-columns: 1fr;
		height: 100% !important;
	}

	.licf-header-small-boxes {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	
	.licf-small-box {
		height: 290px;
	}
	
	.mission-border {
		padding: 20px;
		margin: 16px;
	}
}

/*============================*/

.licf-subscribe-container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 48px;
	padding: 32px 16px;
}

.subscribe-col {
	display: flex;
	align-items: center;
}

.subscribe-title,
.subscribe-subtitle {
	font-family: Nunito Sans;
	color: #00818F;
	line-height: 1em;
	text-align: center;
}

.subscribe-title {
	font-size: 48px;
	font-weight: 700;
}

.subscribe-subtitle {
	font-size: 24px;
	font-weight: 400;
}

#wpcf7-f16202-o1 input[type="text"],
#wpcf7-f16202-o1 input[type="email"]{
	background: rgba(0,0,0,.1);
    padding: 8px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: 'Open Sans',Helvetica,sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 14px;
	width: 100%;
}

#wpcf7-f16202-o1 input[type="submit"] {
	background: #00FFC0;
    padding: 0 38px;
    border-radius: 6px;
	height: 37px;
    color: #00818F;
	font-size: 15px !important;
}

.subscribe-form-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	grid-gap: 8px;
}

.subscribe-form-wrapper .form-col {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.licf-subscribe-container {
		grid-template-columns: 1fr;
	}
	
	.subscribe-form-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 8px;
	}
	
	.licf-subscribe-container {
		grid-gap: 16px;
	}
	
	.subscribe-col {
		justify-content: center;
	}

}

/*============================*/

.licf-programs-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	height: 550px;
}

.licf-programs-section .programs:nth-child(1) {
	background: url("../img-licf/01-angels-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(1):hover {
	background: url("../img-licf/angels-saturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(2) {
	background: url("../img-licf/02-fyi-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(2):hover {
	background: url("../img-licf/fyi-saturated-1.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(3) {
	background: url("../img-licf/03-capital-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(3):hover {
	background: url("../img-licf/capital-saturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(4) {
	background: url("../img-licf/04-caucus-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(4):hover {
	background: url("../img-licf/caucus-saturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(5) {
	background: url("../img-licf/01-angels-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs:nth-child(5):hover {
	background: url("../img-licf/angels-saturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs {
	border: 1px solid #fff;
	transition: .3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 72px 16px;
}

.program-title {
	font-family: Nunito Sans;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.licf-programs-section .programs:hover {
	background: url("../img-licf/03-capital-desaturated.jpg");
	background-size: cover;
	background-position: center;
}

.licf-programs-section .programs img {
	width: 180px;
}

@media only screen and (max-width: 991px) {
	.licf-programs-section {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, 150px);
		height: 100%;
	}
	
	.licf-programs-section .programs{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		padding: 16px;
	}
}

/*============================*/

.sponsor-section-container {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 48px;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 72px 16px 0;
}

.sponsor-left-col {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sponsor-left-col img {
	width: 360px;
	margin-bottom: 32px;
}

.sponsor-bottom-container {
	text-align: right;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 32px 16px 72px;
}

.sponsor-bottom-container a {
	padding: 10px 0;
	font-weight: 700;
	font-size: 15px;
	color: #00818F;
	font-family: Nunito Sans;
}

.sponsor-bottom-container i {
	margin-left: 10px;
}

.sponsor-right-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.sponsor-right-col img {
	padding: 24px;
}

@media only screen and (max-width: 768px) {
	.sponsor-section-container {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}
	
	.sponsor-left-col {
		padding: 0 48px;
	}
}

/*============================*/

.licf-footer {
	border-top: 1px solid #E6EAEE;
}

.top-footer-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 375px;
	width: 100%;
	margin: 0 auto;
	padding: 32px 16px;
	text-align: center;
}

.top-footer-container i {
	font-size: 32px;
	color: #00818F;
}

.bottom-footer-container {
	text-align: center;
	border-top: 1px solid #E6EAEE;
	color: #8898AA;
	font-size: 12px;
	line-height: 16px;
	padding: 16px 0;
	font-family: Nunito Sans;
}

.footer-bottom-bar {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #00FFC0, #00818F);
}


/*======================*/

.licf-modal-1,
.licf-modal-2, 
.licf-modal-3,
.licf-modal-4,
.licf-modal-5,
.licf-modal-6
{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	z-index: 1001;
	visibility:hidden;
	opacity: 0;
	pointer-events:auto;
	transition: visibility 0s, opacity 0.5s;
}

.licf-modal-active {
	visibility: visible;
	opacity: 1;
}

.licf-modal-container {
	background-color: #fff;
	max-width: 960px;
	width: 100%;
	margin: 40px auto;
	padding: 72px;
	position: relative;
}

.licf-modal-wrapper {
	overflow: scroll;
	height: 100%;
}

.licf-modal-2 .licf-modal-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-title {
	font-family: nunito sans;
    font-size: 32px;
	line-height: 32px;
    margin-bottom: 8px;
	color: #00818F;
}

.licf-modal-6 .modal-title {
    margin-bottom: 16px;
}

.licf-modal-6 .licf-modal-container {
	max-width: 1140px;
}

.licf-close-1,
.licf-close-2, 
.licf-close-3,
.licf-close-4,
.licf-close-5,
.licf-close-6 {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #000;
	font-size: 24px;
	cursor: pointer;
	z-index: 2000;
}

.modal-sponsor-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;
}

@media only screen and (max-width: 768px) {
	.licf-modal-container {
		padding: 72px 16px;
	}
	
	.modal-sponsor-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 32px
	}
}

@media only screen and (max-width: 425px) {
	.modal-sponsor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}











