	/***BEGIN Email Footers**/

.btn--white-background {
    background-color: #fff;
}

.template-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.template-thumbnail,
.template-downloads {
    text-align: center;
}


.template-downloads {

    border-top: 6px solid #80bc00;
}

.template-thumbnail {
    background-color: #fff;
}

.template-thumbnail img {
    min-width: 100%;
}


.template-item {
    background-color: #f5f5f5;
    box-shadow: 3px 2px 8px 0px #d3d3d3;
    margin: 2em 0;
    padding: 0;
    border-radius: 3px;
    flex: 1 0 40%;
    margin: 1em;
}


.template-three-across .template-item {
    flex: 1 0 25%;
}


.template-four-across .template-item {
    flex-basis: 20%;
}


.template-two-across .template-item {
    flex: 1 0 40%;
}

.template-downloads .btn--white {
    width: 100%;
    padding: .3em 0 !important;
    border: none !important;
}

	/***END Email Footers**/

	
	/*Get Help Now Menu Item*/
	#ribbon ul.nav.menu li.item-706 {
		background-color: #e4f3e5;
	}

	body.hd #tray.white #ribbon a.get-help {
		color: #1E6B52 !important;
	}

	body.hd #tray.white #ribbon a.get-help:hover {
		color: #333 !important;
	}

	/*Type*/

	p.page-intro {
		margin-left: auto;
		margin-right: auto;
		text-align: center;

	}

	p.page-intro,
	p.page-intro span,
	p.page-intro a {
		font-size: 1.2rem;
		line-height: 150% !important;
	}

	

	hr {
		border-top-color: rgba(56, 181, 74, 0);
		margin-top: 50px;
		margin-bottom: 40px;
		height: 1px;
		width: 100%;
		background-image: linear-gradient(to right, #00704a, #38b54a);
	}

	/*PAGE HEADER*/
	.page-header {
		text-align: center;
		border-bottom: 0px solid #fff !important;
	}

	.page-header h1,
	.page-title h1 {
		background-color: #e4f3e5;
		display: inline-block;
		padding: 5px 10px;
		text-align: center;
		color: #1E6B52;
		font-family: proxima-nova, sans-serif !important;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	/*HOME*/
	.home-resources .uk-button {
		border: 1px solid #1E6B52 !important;
		background-color: #1E6B52;
		color: #fff !important;
	}

	.home-resources .uk-panel-box>.uk-panel-teaser {
		border: 1px solid #1e6b52;
	}
	.home-banner li a:link:hover,
    #content .home-banner li a:visited:hover {
        background-color: rgba(255, 255, 255, 0) !important;
    }




	/*How to Identify the Risk Factors for Suicide & How to Help Someone Module*/
	.how-to-help {
		background-color: #ffffff;
		box-sizing: border-box;
		border-radius: 3px;
	}

	.how-to-help {
		padding: 2em 2.5em;
	}

	/*Two-Column Flex Boxes*/
	.two-column-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.two-column-text>div {
		flex: 1 1 45%;
	}

	@media all and (min-width: 769px) {
		.two-column-text>div:first-child {
			padding-right: 15px;
		}

		.two-column-text>div:last-child {
			padding-left: 15px;
		}
	}

	@media all and (max-width: 768px) {
        .two-column-text {
            display: block;
        }

        .two-column-text>div:nth-child(2) {
            margin-top: 1em;
        }
    }



	/*BUTTON GRIDS*/
	.button-grid--item a {
		line-height: 110%;
	}

	.button-grid--item a:after {
		border-left: 0px;
		width: 5px;
		background-color: #1E6B52;
	}

	.button-grid--item:hover {
		background-color: #f4f8ee;
		box-shadow: 0 9px 0 -6px #1E6B52;
		transform: scale(1.02);
		transition: all ease .5s;
	}

	.button-grid--item:hover a:after {
		border-left: 0px;
		width: 5px;
		background-image: linear-gradient(#00704a, #38b54a);
	}

	/*TWO-COLUMN BUTTON GRID*/
	.two-col-button-grid .button-grid--wrapper {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	}

	/*WIDGETKIT GRID BOXES*/
	.gradient-grid .uk-panel-box {
		background-image: linear-gradient(to right, #00704a, #38b54a);
		padding: 3px;
		border: 0px;
		border-radius: 5px;
	}

	.gradient-grid .panel-box-inner {
		background-color: #fff;
		padding: 20px;
		border-radius: 3px;
	}

	@media all and (max-width: 959px) {
		.gradient-grid .panel-box-inner {
			min-height: auto !important;
		}
	}


	/*TEXT AREAS WITH GRADIENT BACKGROUND*/
	.gradient-focus-box {
		background-image: linear-gradient(to right, #00704a, #00704a, #38b54a);
		border-radius: 5px;
		padding: 1.5em 2em;
	}

	.gradient-focus-box a.btn--white:link,
	.gradient-focus-box a.btn--white:visited {
		color: #1E6B52 !important;
		border-bottom: 0px !important;
		border: 1px solid #fff !important;
	}

	.gradient-focus-box a.btn--white:hover {
		background-color: rgba(255, 255, 255, 0) !important;
		border: 1px solid #fff !important;
	}

	.gradient-focus-box p,
	.gradient-focus-box span {
		color: #ffffff;
	}

	.gradient-focus-box h2 {
		color: #ffffff !important;
		margin-top: 0px;
	}

	.gradient-focus-box a:link,
	.gradient-focus-box a:visited {
		color: #fff !important;
	
	}

	.gradient-focus-box a:hover {
		color: #fff !important;
	}


	/*Text Speech Bubble Callout*/

	.speech-bubble {
		position: relative;
		background-image: linear-gradient(to right, #00704a, #38b54a);
		border-radius: 3em;
		width: 200px;
		padding: 0.75em 1em;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.speech-bubble:after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 0;
		height: 0;
		border: 34px solid transparent;
		border-right-color: #00704a;
		border-left: 0;
		border-bottom: 0;
		margin-top: -15px;
		margin-left: -25px;
	}

	.speech-bubble-container {
		margin-left: 3em;
		margin-bottom: 2em;
	}

	.speech-bubble p {
		color: #fff;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.3em;
	}

	@media all and (max-width: 1024px) {
		.speech-bubble p {
			padding-bottom: 0em !important;
		}
	}

	.page-intro-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.intro-text {
		flex: 2 1 500px;
		order: 1;
	}

	.speech-bubble-module {
		flex: 1 1 268px;
		order: 2;
	}

	@media all and (max-width: 768px) {
		.page-intro-container p.page-intro {
			text-align: center !important;
		}

		.speech-bubble-container {
			margin-left: 0px;
		}
	}

	/*LEARN MORE*/
	@media all and (max-width: 1024px) {

		.team-leadership .uk-row-first:first-child,
		.team-leadership .uk-row-first:last-child {
			display: none;
		}
	}

	/*TOOLKIT*/
	.font-grid img {
		max-width: 350px !important;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.logo-download-table td,
	.logo-download-table th {
		border: 1px solid #eee;
		text-align: center;
	}

	/*KOGNITO CTA BOX*/
	.kognito-cta {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.kognito-icon {
		flex: 1 1 200px;
		text-align: center;
	}

	.kognito-text {
		flex: 3 1 60%;
	}

	@media all and (max-width: 1024px) {

		.kognito-text,
		.kognito-text h2 {
			text-align: center;
		}
	}



	/*WIDGETKIT FIXES - 5/7/21*/

   