@media(max-width: 1199px) and (min-width: 768px)  {
	.outerHomepageHero {
		text-align: unset !important;
	}

	.homepageHero .col-md-4 {
		max-width: unset;
        flex-basis: 35%;
	}

	.homepageHero h1 {
		width: 35vh;
	}
	
	.homepageHero h1.size-40 {
		font-size: 1.5rem !important;
	}
	
	.homepageHero .heroText p{
		font-size: 16px;
		width: 360px;
	}
	
	.homepageHero .height-20{
		height: 75px;
	}
}


.attribution {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
  }

.floating-nav {
    background-color: #999999;
}

.icon-box36 .icon {
	color: white;
}

.footerDetails h3 {
    font-family: 'Open Sans';
    color: #1D3049;
    font-weight: 600;
}

.footerDetails a:link{
    color: #A4C73F;
}

.footerDetails a:link:hover{
    color: #1D3049;
}

.footerDetails {
    padding: 40px 0px;
}

.footerGdpr a {
    text-wrap: nowrap;
}

.footerGdpr h4, .footerGdpr p, .footerGdpr a {
    color: white;
}

.footerDetails a:hover,
.footerGdpr a:hover {
	color: #38B8BC;
}

.footerDetails a.social-05 {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 3px 10px;
}
.footerDetails a.social-05, .footerDetails a.social-05:link, .footerDetails a.social-05:visited, .footerDetails a.social-05:hover {
    color: #464446;
    border: 1px solid #464446;
    transition: all ease-in 300ms;
}
.footerDetails a.social-05:hover {
    color: #FFF;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.footerDetails .footerLogos {
    display: flex;
    gap: 10%;
}

.footerGdpr {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media only screen and (max-width: 991px){
    .footer .footerGdpr {
        padding-bottom: 15px !important;
    }
}

.row .col-md-6:nth-child(1) .icon-box36::after{
    background-color: #A4C73F;
}

.row .col-md-6:nth-child(2) .icon-box36::after{
    background-color: #EE733E;
}

.row .col-md-6:nth-child(3) .icon-box36::after{
    background-color: #1D3049;
}

.row .col-md-6:nth-child(4) .icon-box36::after{
    background-color: #38B8BC;
}

.row .col-md-6:nth-child(5) .icon-box36::after{
    background-color: #FCC451;
}

.row .col-md-6:nth-child(6) .icon-box36::after{
    background-color: #999999;
}

.sico.lnr-home.size-48 svg{
	fill: white
}

.fundraising .icon-box36 .title {
	padding: 0px 5px 20px !important;
}

body .blog-list01 .list-btn {
	border: none;
}

body .blog-list01 .list-btn:hover {
	background: #ffffff !important;
	color: #ee733e !important;
}

form .btn-submit {
    border-radius: 50px !important;
}

.fixed-widget-list{
	bottom: 70px;
}

.col-md-4 .tutor-box .tutor {
	margin-top: 0px;
	margin-left: 0px;
	width: 90%
}









