html,body {
    height:100%;
}

.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.pb-80{padding-bottom: 80px !important;}
.pb-100{padding-bottom: 100px !important;}
.pt-0{padding-top: 0 !important;}
.mb-10{margin-bottom: 10px !important;}
.mt-10{margin-top: 10px !important;}
.m-15{margin: 15px;}

.float-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.flex-control-nav{
	display: none;
}
.row.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex.center{
	display: flex;
	justify-self: center;
	align-items: center;
}
.img-center{margin: 0 auto;}
.flex.center > div {
	margin: 0 auto;
}
ul.list-disc{list-style: disc;}
ol{list-style: decimal;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
}
.col-xs-5ths {
		width: 20%;
		float: left;
}
hr[class*="col-"]{
	width: calc(100% - 30px);
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths{
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.text-green{color: #80bc00;}
.text-purple{color: #55318d;}
.text-white{color: white;}

.bg-green{background-color: #80bc00;}

/* header */
	#main-wrapper{
		margin-top: 130px;
	}
	#header{
		/* position: relative; */
		margin-top: -130px;
		padding: 0;
		/* background: rgba(255,255,255, .8); */
		background: white;
	}
	#header .menus{
		margin-left: -150px;
	}
	#main-menu ul li a.donate-button-desktop{
		border: 2px solid #f18919;
		background: #f18919;
		color: white !important;
		padding: 4px 12px !important;
		margin: -10px -14px;
		text-transform: uppercase;
	}
	#main-menu ul li a.donate-button-desktop:hover::after{
		opacity: 0;
	}
	#main-menu ul li a.donate-button-desktop:hover{
		background: transparent;
		color: #f18919 !important;
	}
	.header-navigation > .container > .row{
		display: flex;
		align-items: center;
	}
	#header .logo img{
		max-height: 130px;
		margin: 0;
	}
	@media (min-width: 769px) {
		#main-menu{
			display: flex;
			justify-content: space-between;
		}
	}
	#main-menu ul{
		margin: 0;
	}
	#main-menu .social{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#main-menu .right a{
		color: #55318d;
		font-size: 16px;
	}
	#main-menu .right .social a{
		font-size: 27px;
		color: #333333;
	}
	#main-menu ul li a{
		color: black;
		text-transform: none;
		padding: 15px 0 0;
		font-weight: 400;
	}
	#header.fixedwrap{
		/* background-color: rgba(255,255,255, .8); */
		background-color: white;
		position: fixed;
		padding: 0;
	}
	#header.fixedwrap #main-menu ul li a { /* color: white; */ }
	#header .bottom{
		color: #80bc00;
		padding: 0 20px;
		text-align: left;
	}
	#header .bottom .social{
		padding: 0;
		font-size: 35px;
	}
	#header .bottom a{
		color: white;
	}
	#header .bottom a:hover{
		opacity: .7;
	}
	@media(max-width: 1199px){
		#header .menus{
			margin-right: 30px;
		}
	}
	#main-menu ul.menus li.has-child ul.child li a{
		font-size: 15px;
	}

	.header-top-buttons{
		position: fixed;
		top: 99px;
		z-index: 1000;
		width: 100%;
	}
	.header-top-buttons ul{
		padding: 0;
		margin-top: 5px;
		float: right;
	}
	.header-top-buttons ul a{
		text-transform: uppercase;
		color: white;
		margin: 0 -2px;
		padding: 7px 17px;
		position: relative;
	}
	.header-top-buttons ul a:nth-of-type(1){background: #80bc00;}
	.header-top-buttons ul a:nth-of-type(2){background: #55b7de;}
	.header-top-buttons ul a:nth-of-type(3){background: #243746;}
	.header-top-buttons ul a:nth-of-type(4){background: #f18919;}

	.header-top-buttons ul a:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(255, 255, 255, 0);
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.header-top-buttons ul a:hover:after {
		background: rgba(255, 255, 255, 0.35);
	}

	#home .flexslider .slides { margin-left: 0!important; width: 100% !important; height: 100%;}

	.slider-text { padding: 15px 0 15px 0; }

	.slider-text p{
		font-size: 30px;
		text-shadow: 0 0 7px black;
	}
	.slider-text h2{
		text-shadow: 0 0 7px black;
	}
	.slider-text.dark h2{
		color: #53318e;
	}
	.slider-text.dark p{
		color: #353851;
	}
	.slider-text p strong{
		font-weight: 500;
	}
	@media (max-width: 768px){
		.slider-text h2 {
			font-size: 35px;
		}
		.slider-text p{
			font-size: 24px;
			line-height: 1.25;
		}
		
	}
	@media (max-width: 991px) and (min-width: 769px){
		.header-top-buttons { top: 94px; }
	}

	@media (max-width: 768px) {
		.header-top-buttons ul { float: none; text-align: center; }
	}
	

	@media (max-width: 450px){
		.header-top-buttons{
			position: absolute;
			top: 0;
		}
		.header-top-buttons ul{
			margin-left: -20px;
			margin-right: -15px;
		}
		.slider-text-wrap .container { max-width: calc(100% - 40px); }
	}
	@media (max-width: 424px){
		.header-top-buttons ul:not(.hidden-xs){
			display: flex !important;
			flex-wrap: wrap;
			margin-left: 0;
			margin-right: 0;
		}
		.header-top-buttons ul a{
			display: block;
			width: 50%;
			text-align: center;
		}
		#slider li > img {
			min-width: 900px;
			/* margin-top: 90px; */
		}
		.single-page .page-title{
			padding-top: 90px !important;
		}
	}
.flex-direction-nav a { width: 60px; height: 60px; margin: -30px 0 0; text-shadow: 1px 1px 15px rgb(0 0 0 / 80%); }
.flex-direction-nav a:before { color: rgba(255,255,255, 1); right: 15px; text-shadow: inherit; position: relative; }
.flexslider:hover .flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-direction-nav .flex-next { right: 0; }
.flex-direction-nav a.flex-prev:before { right: 0; left: 15px; }
/* end header */

/********************* Home Sections *********************/
#home .section-title h1{
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 50px;
}
#home #slider {
	background: #89a735;
	display: flex;
	justify-content: end;
}
#home #slider img.no-text {
	min-width: 700px;
}

#home .flexslider .slides { background: #fff; } /**temp fix**/

#slider .flexslider .slides > li { height: 100%; }

@media (max-width: 768px) {
	#home #slider img.no-text {
		min-width: auto;
		position: relative;
		margin: auto;
		width: 100%;
		/* margin-top: 45px; */
	}
}
@media (max-width: 424px) {
	#home #slider {
		margin-top: 90px;
	}
}
@media (max-width: 1200px) {
	#home #slider img.bg-img { 
		object-fit: cover;
		margin: 0;
		position: absolute;
		min-width: 1000%;
		min-height: 1000%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%) scale(0.1);
	}
	#slider .flexslider .slides > li.bg-cover {
		min-height: auto !important;
	}
	.bg-cover .slider-text-wrap {
		margin-top: 15px;
		position: relative !important;
	}
	.bg-cover .slider-text {
		padding: 30px 0 40px 0;
	}
}

/******Call to Action*****/
#home .call-to-action{
	background-image: url(/assets/section_bg_call-to-action.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
#home .call-to-action:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(83, 49, 142, .8);
	z-index: 1;
}
#home .call-to-action .row{
	z-index: 99;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#home .call-to-action .row > div{
	color: white;
	text-align: center;
}
#home .call-to-action .callout-container {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home .call-to-action .callout-container a {
	margin-top: auto;
}
#home .call-to-action .row > div .icon-circle{
	background: white;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: -40px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .call-to-action .row > div .icon-circle img{
	width: 80%;
}
#home .call-to-action .row > div p{
	color: white;
	margin-bottom: 15px;
}
#home .call-to-action .row > div h3{
	text-transform: uppercase;
	color: white;
	margin-top: 25px;
}
@media(max-width: 991px){
	#home .call-to-action .row > div{
		margin: 20px 0;
	}
	#home .call-to-action .row > div .icon-circle{
		margin-top: 0;
	}
	#header .menus{
		margin-right: -10px;
		margin-left: -250px;
	}
}

/******Lives Saved*****/

#home .lives-saved{
	padding: 50px 0 100px;
}
@media(max-width: 1199px){

	#home .lives-saved{
		padding: 50px 0;
	}
}
#home .lives-saved .collage{
	position: relative;
	height: 450px;
}
#home .lives-saved .collage img:nth-of-type(1){
	background: white;
	width: 80%;
	margin-bottom: 150px;
}
#home .lives-saved .collage img:nth-of-type(2){
	position: absolute;
	background: white;
	padding: 20px;
	width: 64%;
	right: 0;
	top: 44%;
}
#home .lives-saved .row > div{
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
}
#home .lives-saved h1{
	font-size: 70px;
	line-height: 1;
}
#home .lives-saved h1 strong{
	font-size: 80px;
}
#home .lives-saved p{ 
	font-size: 25px;
}
@media(max-width: 991px){
	#home .lives-saved .collage{
		margin-bottom: 50px;
	}
}
	@media(max-width: 630px){
		#home .lives-saved .collage{
		height: 300px;
	}
}

/******Our Mission*****/
#home .our-mission {
	background-image: url(/assets/section_bg_mission.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}
#home .our-mission .message {
	background: #55318d;
	color: white;
	padding: 20px 30px;
}
#home .our-mission .message p{
	color: white;
}
#home .our-mission .mobile-image{
	background-image: url(/assets/section_bg_mission.jpg);
	background-position: center;
	background-size: cover;
	padding: 90px 0;
}
@media (max-width: 767px){
	#home .our-mission{
		background: transparent;
	}
}

/******News Events*****/
#home .news-events{
	background: #f3f3f3;
	padding: 50px 0;
}
#home .news-events .large-box,
#home .news-events .small-box{
	background: #80bc00;
	display: flex;
}
#home .news-events .masonry-grid .details{
	padding: 20px;
	min-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
#home .news-events .masonry-grid p,
#home .news-events .masonry-grid h2{
	color: white;
}
#home .news-events .masonry-grid h2{
	position: relative;
	font-size: 25px;
}
#home .news-events .masonry-grid h2:after{
	position: absolute;
	content: '';
	width: 25%;
	height: 2px;
	bottom: -10px;
	left: 0;
	border-bottom: 2px dashed white;
}
#home .news-events .image img{
	display: none;
}
#home .news-events .large-box .image{
	min-width: 50%;
}
#home .news-events .small-box .image{
	max-width: 50%;
	min-width: 33%;
	background-size: cover;
	background-position: center;
}
#home .news-events .small-box img{
	max-width: 195px;
}
#home .news-events .masonry-grid .grid-item{
	margin-bottom: 15px;
	margin-top: 15px;
}
#home .news-events .grid-item div {
	height: 260px;
}
#home .news-events .grid-item.grid-item--height2 div {
	height: 550px;
}

#home .fb-page{margin: 0 auto;}

/******Partners*****/
#home .partners{
	padding: 50px 0;
}
#home .partners .owl-carousel{
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}
#home .partners .owl-carousel .owl-stage{display: flex;}
#home .partners .owl-carousel .item {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
	align-items: center;
}
#home .partners .owl-carousel .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: -1;
}
#home .partners .owl-carousel .owl-nav button.owl-next,
#home .partners .owl-carousel .owl-nav button.owl-prev{
	width: 40px;
	height: 40px;
	background: #55318d;
	color: white;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .partners .owl-carousel .owl-nav button.owl-next span,
#home .partners .owl-carousel .owl-nav button.owl-prev span{
	line-height: .9;
	height: 100%;
}

/****** To Top ******/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	width: 50px;
    height: 50px;
	border: none;
	text-indent: 100%;
	background: url(/files/images/top-btn.png) no-repeat left top;
	z-index: 9999;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#toTopHover {
	background: url(/files/images/top-btn.png) no-repeat left -50px;
	width: 50px;
    height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
	outline: none;
}

#toTop:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/********************* End Home Sections *********************/

.footer-top{
	position: relative;
	background-image: url(/assets/section_bg_footer.jpg);
	background-size: cover;
	background-position: center;
	color: white;
	z-index: 0;
	padding-bottom: 25px;
}
.footer-top:before{
	content: '';
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(48, 50, 66, .9);
	z-index: 1;
}
.footer-top .container{
	position: relative;
	z-index: 2;
}
.footer-top p,
.footer-top a{
	color: white;
}
.footer-top h2{
	text-transform: uppercase;
}
.footer-top a:not(.btn):hover{
	opacity: .7;
}
.footer-top .btn{
	padding: 5px 15px;
}

.footer-top-top{
	padding-top: 30px;
	padding-bottom: 25px;
}
.footer-logo{
	max-height: 80px;
}
.footer-subscribe{
	display: flex;
	align-items: center;
	justify-content: right;
}
.footer-subscribe .btn,
.footer-subscribe p{
	margin: 0;
	margin-left: 20px;
}

.footer-bottom{
	background: #80bc00;
	color: white;
}
.footer-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .social{
	margin: 0;
	padding: 5px 0;
}
.footer-bottom .social a{
	color: white;
	font-size: 25px;
	padding-left: 5px;
}
.footer-bottom .social a:hover{
	opacity: .7;
}

/* Inside */
	.page-title a{
		color: white;
	}
	.page-title a:hover{
		color: #8a8a8a;
	}
	.page-title .slider-text{
		padding: 0;
	}

	.single-page .page-title{
		/* min-height: 450px; */
		/*padding-top: 25px;*/
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.single-page .page-title h2{
		display: flex;
		align-items: baseline;
	}
	.single-page .page-title h2 img{
		margin-left: 15px;
	}

	.single-page .page-title h2, .single-page .page-title p { line-height: 1; }

	.page-title.no-image{
		min-height: 150px;
	}
	.single-page .page-title.no-image{
		background: #55318d;
	}
	.no-image .slider-text{
		margin-top: 0;
	}
	.slider-text p{
		margin-bottom: 0;
	}
	img.img-circle, img.img-square { margin: 0 auto; }
	img.img-circle{ border-radius: 50%; }
	.sm-wrapper .sm-button:not([data-sm-button-style*=simple])[data-sm-button-style*=cancel][data-sm-button-place=inside], .sm-wrapper .sm-button:not([data-sm-button-style*=simple])[data-sm-button-style*=cancel][data-sm-button-place=outside]:after, .sm-wrapper .sm-button:not([data-sm-button-style*=simple])[data-sm-button-style*=cancel][data-sm-button-place=outside]:before, .sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place=inside]:after, .sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place=inside]:before {
		background: #fff !important;
	}
/* EndInside */

/* Inside Tabs */
	.inside-subheader h1{
		font-size: 60px;
		font-weight: 600;
		line-height: 1;
		color: #fff;
		margin-bottom: 0;
	}
	.inside-subheader h2{
		font-size: 45px; 
		color: #55318d;
		margin-bottom: 0;
	}
	.inside-subheader p{
		font-size: 1.5em;
		color: #fff;
		margin-top: 10px;
	}
	@media (max-width: 768px){
		.inside-subheader h1{
			font-size: 50px;
		}
	}

	.inside-50-50{
		display: flex;
	}
	.inside-50-50 .image-half,
	.inside-50-50 .text-half{
		width: 50%;
	}
	.inside-50-50 .image-half{
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.inside-50-50 .image-half img{
		object-fit: cover;
		width: 100%;
		/* height: 100%; */
		/*max-height: 350px;*/
	}
	.inside-50-50 .text-half{
		background-color: #80bc00;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 50px;
		z-index: 2;
	}

	.inside-50-50 .text-half:first-child:after{
		right: auto;
		left: 0;
	}
	@media (min-width: 1024px){
		.inside-50-50 .text-half{
			padding-left: 100px;
		}
	}

	@media (max-width: 1023px){
		.inside-50-50{
			flex-wrap: wrap;
		}
		.inside-50-50 .image-half,
		.inside-50-50 .text-half{
			width: 100%;
		}
		.inside-50-50 .image-half{
			order: 1;
			max-height: 300px;
		}
		.inside-50-50 .text-half{
			order: 2;
		}
	}

	.inside-page-tabs{
		/* padding-top: 50px; */
		margin-top: -55px;
		z-index: 999;
		position: relative;
	}

	@media (max-width: 1199px) and (min-width: 992px){
		.inside-page-tabs { margin-top: -30px; }
	}

	.inside-page-tabs .icon-circle{
		width: 75px;
		height: 75px;
		margin: 0 auto;
		background: white;
		border-radius: 50%;
	}
	.inside-page-tabs .nav-tabs{
		display: flex;
		justify-content: center;
	}
	.inside-page-tabs .nav-tabs li{
		flex: 1;
	}
	.inside-page-tabs .nav-tabs>li>a{
		margin-right: 10px;
		background: #f3f3f3;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		border: 1px solid #55318d;
		border-radius: 0;
		border-bottom: none !important;
		line-height: 1.2;
	}
	.inside-page-tabs .nav-tabs>li>a:hover{
		/*background: #80bc00;*/
		background: #b3d80c;
		color: white;
	}
	.inside-page-tabs .nav-tabs>li.active>a{
		background: #55318d;
		color: white;
	}

	.purple-bar{
		background: #55318d;
		padding: 50px 0;
	}
	.purple-bar *{
		color: white;
	}

	.inside-page-tabs.donate-tabs .nav-tabs li {
		max-width: 160px;
	}

	@media (max-width: 991px){
		.inside-page-tabs .nav-tabs{
			flex-direction: column;
		}
		.inside-page-tabs .nav-tabs li{
			flex: 1;
			max-width: none;
		}
		.inside-page-tabs.donate-tabs .nav-tabs li {
			max-width: none;
		}
		.inside-page-tabs .nav-tabs>li>a{
			margin-right: 0;
			flex-direction: row;
		}
		.inside-page-tabs .icon-circle{
			margin: 0 !important;
			margin-right: 15px !important;
			width: 60px;
			height: 60px;
		}
	}

.ui-widget-content a { color: #53318e; }
	.ui-widget-content a:hover { color: #7fbe41; }

/******** Masonary Grid *********/
.grid-item {
	float: left;
	background: white;
	border: 2px solid white;
	cursor: pointer;
}
.grid-item--width12 { width: 100%; }
.grid-item--width6 { width: 50%; }
.grid-item--width4 { width: 33.3333%; }
.grid-item--width3 { width: 25%; }
.grid-item--width2 { width: 16.666667%; }

@media (max-width: 768px){
	.masonry-grid [class*="grid-item-"] { width: 100%; }
}

/* End Inside Tabs */

/******** Inside Landing *********/
#landing .subheader{
	padding: 50px 0;
}
#landing .subheader h1{
	font-size: 60px;
	font-weight: 600;
}
#landing .subheader p{
	font-size: 1.3em;
}
@media (max-width: 768px){
	#landing .subheader h1{
		font-size: 50px;
	}
}
#landing .make-a-difference{
	background-image: url(/files/images/section_bg_ways-give.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 50px 0;
}
#landing .make-a-difference:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(83, 49, 142, .8);
	z-index: 1;
}
#landing .make-a-difference .flex.center { align-items: normal; }
#landing .make-a-difference .row {
	position: relative;
	z-index: 98;
}
#landing .make-a-difference .row > div {
	margin-bottom: 20px;
}
#landing .make-a-difference .callout-box{
	background: #f3f3f3;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing .make-a-difference .callout-box .icon-circle img{
	background: white;
	margin: 0 auto;
	border-radius: 50%;
}
#landing .make-a-difference .callout-box h2{
	color: #55318d;
}
#landing .make-a-difference .callout-box:hover{
	background: #80bc00;
	color: white;
}
#landing .make-a-difference .callout-box:hover p,
#landing .make-a-difference .callout-box:hover h2{
	color: white;
}
#landing .make-a-difference .callout-box:hover a{
	background-color: #55318d;
}

.adoption-iframe-wrapper {
	padding: 20px;
	border: 1px solid #55318d;
	border-radius: 9px;
}