@media only screen and (max-width: 766px) {
		.mobile-arrow {
				position: absolute;
				width: 30px;
				z-index: 10;
				left: 45%;
				z-index: 10;
				margin-top: 10px
		}
}
@media only screen and (min-width: 768px) {
		.mobile-arrow {
				display: none;
		}
		#navigation-fixed {
				top: 0;
				position: fixed;
				width: 100%;
				z-index: 100
		}
}

@media only screen and (min-width: 1200px) {
		body {
				margin-top: 170px !important; }
}

@media only screen and (max-width: 1199px) {

    body {
      margin-top: 155px !important; }

}

@media only screen and (max-width: 991px) {

  body {
    margin-top: 135px !important; }

}

@media only screen and (max-width: 767px) {
  
  body {
    margin-top: 0 !important; }

}

.card-image {
		filter: brightness(70%);
}
#zeroselect, #oneselect, #twoselect, #threeselect, #fourselect, #fiveselect, #sixselect, #sevenselect, #eightselect, #nineselect {
		color: #494949
}
.main-nav li a:hover, .main-nav li a:focus, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
		background: none !important;
		color: #E63312 !important;
}
.breadcrumb-link {
		font: 100% !important;
		color: #212529;
}
.donate-header {
		background-color: #e63312 !important;
		text-align: center !important
}
@media only screen and (min-width : 768px) {
		.donate-header2 {
				display: none !important;
		}
	
		.donate-header {
				float: left;
				width: 22vw;
				max-width: 200px;
				font-size: inherit !important;
				align-self: flex-end;
		}
	
		@media only screen and (max-width: 991px) {
				.donate-header {
						float: left;
						max-width: 250px;
						align-self: flex-end;
				}
		}
	
		.menu_cta {
				float: left !important;
				width: 22vw !important;
				align-self: flex-end;
				margin-top: 5px;
		}
		.donate-container {
				display: flex;
				flex-direction: column;
				margin-bottom: 1vw;
				align-self: flex-end;
				padding-top: 0.3rem !important;
		}
		.brand {
				margin-top: 0.3rem !important;
		}
		.brand-logo {
				align-self: flex-start !important;
		}
		.search-bar {
				padding-left: 0 !important;
				width: 100%;
		}
}
@media only screen and (max-width : 767px) {
		.donate-text {
				color: white;
				text-align: center;
				height: 3px;
				line-height: 3px;
				font-size: 8px
		}
		.phone-mobile {
				font-size: 15px
		}
		.box-office-mobile {
				font-size: 10px
		}
		.donate-header1 {
				display: none !important;
		}
		.donate-container .row {
				margin: 0 0 .75rem !important;
				font-size: .9rem;
		}
		#nav-container-mobile {
				display: flex !important;
				flex-direction: column;
				align-items: flex-end;
				justify-content: flex-start;
		}
		.d-flex.main-menu {
				padding-top: 0 !important;
		}
		.donate-header2 {
				max-width: 100%;
				height: auto;
				font-size: 10px;
				line-height: 3px;
				padding: .35rem .3rem;
		}
		.donate-container .row .col-actions {
				padding: 0;
				width: 50%;
				text-align: right;
				margin: 0 -15px;
		}
		.cc-cookies {
				padding: .95em 5% !important;
				font-size: 9px !important;
		}
		.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
				font-size: 10px !important;
		}
		.list-item-nav {
				max-height: 20px !important;
				padding-top: 0 !important;
				font-size: 1.1rem;
		}
		.mobile-nav-icons {
				max-height: inherit;
				margin: .5rem 0;
		}
		.mobile-container-phone {
				margin-bottom: 0 !important
		}
}
.donate-container {
		padding-top: 0 !important;
}
.main-menu {
		padding-top: 0 !important;
}
#zeroselect, #oneselect, #twoselect, #threeselect, #fourselect, #fiveselect, #sixselect, #sevenselect, #eightselect, #nineselect {
		padding-top: 0.2rem !important;
}
.nav-mobile-row {
		display: flex !important;
		justify-content: space-between
}
.brand-logo {
		align-self: flex-start !important
}
#navigation-fixed {
		padding-bottom: 0 !important
}
.donate-text {
		color: white;
		text-align: center;
}
.donate-text:hover {
		text-decoration: none;
		color: white
}
.donate-link {
		margin-bottom: 6px;
}
.bg-list {
		filter: brightness(0.75);
}
.project_tile:hover .swiper-bg, .swiper-slide:hover .swiper-bg {
		filter: brightness(1);
}