/*
Theme Name: IPV Partners
Theme URI: http://mediacause.org
Version: 1.0
Description: A full custom theme design by the Media Cause team for IPV Health.
Author: The Media Cause Team
Author URI: http://mediacause.org
template: bb-theme
*/


/*
.fl-page {
	padding-top: 0 !important;
}
*/

*:focus {
    outline: none;
}



html, body {
	overflow-x: hidden;
}

a, .fl-button-text, .fl-button-icon {
    border: 0
/*
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
*/
}



a:hover, a:active, a:focus {
	text-decoration: none;
}

.fl-module.fl-module-rich-text a {
	text-decoration: underline;
}

p.admin-note {
	border: 1px #efacac solid;
	border-radius: 2px;
	background: #fbe8e8;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	margin-top: 20px;
}

p.admin-note a {
	color: black;
}

p.admin-note a:hover,
p.admin-note a:focus {
	border-bottom: 1px solid;
}

.fl-page-header-container.container {
    width: 100%;
    max-width: 100%;
}

.green-link a {
	color: #8ac755;
}

.green-link a:hover,
.green-link a:focus {
	color: #ffd25c;
}

.orange-link a {
	color: #f87f35;
}

.orange-link a:hover,
.orange-link a:focus {
	color: #ffd25c;
}

.blue-link a {
	color: #0078bc;
}

.blue-link a:hover,
.blue-link a:hover {
	color: #ffd25c;
}

#home-slogan h1 {
	font-size: 53px;
}


.home-btn .fl-button {
	position: relative;
}

.home-btn .fl-button .fl-button-text {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 100;
}

.home-btn .fl-button .fl-button-text b {
	font-size: 30px;
	display: block;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 10px;
	
/*
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
*/
}

.home-btn .fl-button .fl-button-text:before {
	content: "1";
	font-size: 45px;
	font-weight: 900;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	background: #4A4A4A;
	color: white;
	display: block;
	left: 30px;
/*
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
*/
}


.home-btn.nav .fl-button .fl-button-text:before {
	background: #8ac755;
}	


.home-btn .fl-button:hover .fl-button-text:before,
.home-btn .fl-button:focus .fl-button-text:before { 
	background: white;
	color: #0078bb;
}

.home-btn.nav .fl-button:hover .fl-button-text:before,
.home-btn.nav .fl-button:focus .fl-button-text:before { 
	background: white;
	color: #8ac755;
}

.home-btn.two .fl-button .fl-button-text:before {
	content: "2";	
	top: 50px;
}

.home-btn.three .fl-button .fl-button-text:before {
	content: "3";	
}



.home-btn.four .fl-button .fl-button-text:before {
	content: "4";	
}

.home-btn.five .fl-button .fl-button-text:before {
	content: "5";	
}

.home-btn .fl-button {
	background: white url(img/gray-arrow.png) 98% 50% no-repeat !important;
	border-radius: 0 !important;
	border:none !important;
	padding: 40px 84px 40px 140px !important;
}

.home-btn.nav .fl-button { 
	background: #ebffd3 url(img/green-arrow.png) 98% 50% no-repeat !important;
}	
	
.home-btn .fl-button:hover,
.home-btn .fl-button:focus {
	background: #0078bb url(img/white-arrow.png) 100% 50% no-repeat !important;
}

.home-btn.nav .fl-button:hover,
.home-btn.nav .fl-button:focus {
	background: #8ac755 url(img/white-arrow.png) 100% 50% no-repeat !important;
}


@media screen and (max-width:768px) {
	.home-btn .fl-button .fl-button-text:before {
		font-size: 20px;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    left: 15px;
	    top: 36% !important;
	}

	.home-btn .fl-button {
	    padding: 20px 54px 20px 70px !important;
	}	
	
	.home-btn .fl-button .fl-button-text b {
		font-size: 20px;
	}	
	
	.home-btn .fl-button .fl-button-text {
	    font-size: 16px;
    }	
	
}




@media screen and (min-width:992px) {


	.fl-page-nav-right {
	    position: absolute;
	    z-index: 2;
	    background: white;
	}
	
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom: none;
	}

}

.fl-page-nav-right .fl-page-header-row {
    width: 100%;
}

@media screen and (min-width:992px) {
	
	.col-md-4.col-sm-12.fl-page-header-logo-col,
	.fl-page-logo-wrap.col-md-3.col-sm-12 {
	    display: none;
	}
	
	.fl-page-nav-col.col-md-8.col-sm-12,
	.fl-page-fixed-nav-wrap.col-md-9.col-sm-12 {
	    width: 100%;
	}
	
	.fl-page-nav-right .fl-page-nav ul.navbar-nav {
	    float: left !important;
	    width:100%;
	}
	
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li > a {
		color: #595a5c;
	}
	
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li > a:hover,
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li > a:focus {
		color: #ffd04e;
	}		
	
	
/* 	Nav Logo */
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.home-logo a {
		color: transparent !important;
		margin-right: 24px !important;
	}	
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.home-logo a:hover,
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.home-logo a:focus {
		color: transparent;
	}
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.home-logo a:before {
		background: url(nav-logo-gray.png) 50% 50% no-repeat;
/* 		background: url(nav-logo.svg) 50% 50% no-repeat; */
		background-size: cover;
		content: " ";
		width: 70px !important;
		height: 53px !important;
		display: inline-block;
		position: absolute;
		top: -13px;
	}	
		
		
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap .navbar-nav > li.home-logo a:before {
		background: url(nav-logo-gray.png) 50% 50% no-repeat;
/* 		background: url(nav-logo-gray.svg) 50% 50% no-repeat; */
	}	
	

/* 	Download Button */
	
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom {
	    float:right;
	    border: 4px #037cb8 solid;
	    position: relative;
	    overflow: hidden;   
	    background: #037cb8;
	}

	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:hover,
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:focus {
		border: 4px transparent solid;
	}
	
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom {
		border: 4px #333333 solid;
	}
	
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:hover,
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:focus {
		border: 4px transparent solid;
	}	
	
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:before {
		content: " ";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 0;
	    -webkit-transition: all 0.25s ease;
	    -moz-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;							
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32b2f9+0,0078bc+100 */
		background: rgb(50,178,249); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(50,178,249,1) 0%, rgba(0,120,188,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(50,178,249,1) 0%,rgba(0,120,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(50,178,249,1) 0%,rgba(0,120,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b2f9', endColorstr='#0078bc',GradientType=0 ); /* IE6-9 */
	}
	
	li:hover.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:before,
	li:focus.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:before {
		opacity: 1;
	}		

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:hover a,
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:focus a {
		color: white !important;
	}
	
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:hover a,
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom:focus a {
		color: white !important;
	}	
	
	.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container {
		padding-bottom: 20px;
		padding-top: 20px;
	}	

	.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
	    position: relative;
	    top: 8px !important;
	}
	
	.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li.download-all-resources > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li.download-all-resources > a {
	    top: 0 !important;
	}
		
	
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
	    text-transform: capitalize;	
	}
	
	.fl-page-nav .navbar-nav > li > a {
	    padding: 10px 15px;
    }

	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
	    color: #222222;	
	}
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.download-all-resources > a {
	    color: white;	
	}	
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a,
	li.current-menu-item > a {
		color: #037cb8;
		font-weight: bold !important;
		text-decoration: none;
	}
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:hover, 
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a:focus {
		color: #037cb8;	
	}
	
	.fl-page-nav ul.sub-menu li a {
		border-bottom: 1px #e4e4e4 solid;
		text-transform: capitalize;
	}
	
	.fl-page-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
}

@media screen and (min-width:769px) and (max-width:1070px) {
	.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
	.tp-loop-wrap {
		padding-left: 20px;
	}
}

@media screen and (max-width:991px) {
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
		background: #ffd343;
		color: #b34c23;
		margin-bottom: 4px;
		margin-top: 4px;
		border-top: 4px #fca258 solid;
	}	
	
	.fl-page-nav-right .fl-page-nav ul.navbar-nav > li.home-logo {
		display: none;
	}
}

@media screen and (max-width:991px) {
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
		margin-bottom: 12px;
		margin-top: 12px;
	}	
}

@media screen and (max-width:943px) {
	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
		margin-bottom: 12px;
		margin-top: 0px;
	}	
}

#home-slider-container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33b3fb+0,0078bc+100 */
	background: rgb(51,179,251); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,179,251,1) 0%, rgba(0,120,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(51,179,251,1) 0%,rgba(0,120,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(51,179,251,1) 0%,rgba(0,120,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b3fb', endColorstr='#0078bc',GradientType=1 ); /* IE6-9 */
}

#top_title {
	padding-bottom: 60px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078bb+0,8ac755+100 */
	background: rgb(0,120,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,120,187,1) 0%, rgba(138,199,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,120,187,1) 0%,rgba(138,199,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,120,187,1) 0%,rgba(138,199,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078bb', endColorstr='#8ac755',GradientType=1 ); /* IE6-9 */

}



#top_title.orange {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f87f35+0,fbad51+100 */
	background: rgb(248,127,53); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(248,127,53,1) 0%, rgba(251,173,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(248,127,53,1) 0%,rgba(251,173,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(248,127,53,1) 0%,rgba(251,173,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87f35', endColorstr='#fbad51',GradientType=1 ); /* IE6-9 */
}

#top_title.blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33b3fb+0,0078bc+100 */
	background: rgb(51,179,251); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,179,251,1) 0%, rgba(0,120,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(51,179,251,1) 0%,rgba(0,120,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(51,179,251,1) 0%,rgba(0,120,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b3fb', endColorstr='#0078bc',GradientType=1 ); /* IE6-9 */
}


#top_title.green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b9436+0,9ede61+100 */
	background: rgb(59,148,54); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(59,148,54,1) 0%, rgba(158,222,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(59,148,54,1) 0%,rgba(158,222,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(59,148,54,1) 0%,rgba(158,222,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b9436', endColorstr='#9ede61',GradientType=1 ); /* IE6-9 */
}


#top_title h1 {
	padding-top: 130px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 50px;
	width: 100%;
	margin: 0px;
	max-width: 50%;
}


@media screen and (max-width:991px) {
	#top_title h1 {
		padding-top: 60px;	
	}	
}


@media screen and (max-width:768px) {
	#top_title h1 {
		max-width: 100%;
	}	
}


#homeslider .fl-widget {
	margin-bottom: 0;
}


.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle {
	top: 70px;
}

.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle,
.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle:hover,
.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle:focus {
	background: none;
}

.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle .fa.fa-bars {
	color: black;
}


#home-btn .fl-button {
	border-radius: 0;
	border: none;
}

#home-btn .fl-button-wrap:before {

content: " ";
display: block;
height: 9px;
width: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f87f35+0,fbad51+100 */
background: rgb(248,127,53); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(248,127,53,1) 0%, rgba(251,173,81,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(248,127,53,1) 0%,rgba(251,173,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(248,127,53,1) 0%,rgba(251,173,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87f35', endColorstr='#fbad51',GradientType=1 ); /* IE6-9 */
}

#home-btn .fl-button {
	position: relative;
}

#home-btn .fl-button .fl-button-icon {
	position: absolute;
	right: 20px;
	font-size: 60px;
	top: -10%;
}

@media screen and (max-width:831px) {
	#home-btn .fl-button .fl-button-icon {
	    position: absolute;
	    right: 20px;
	    font-size: 60px;
	    top: 8px;
	}
	
	#home-btn .fl-button {
		padding-right: 60px;
	}
	
}

.light-font {
	font-weight: 100;
	line-height: 64px;
}


.gray-box {

	color: white;
	position: relative;
	z-index: 1;

	-webkit-box-shadow: 0px 6px 24px -14px rgba(0,0,0,1);
	-moz-box-shadow: 0px 6px 24px -14px rgba(0,0,0,1);
	box-shadow: 0px 6px 24px -14px rgba(0,0,0,1);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+0,373737+100 */
	background: rgb(38,38,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(55,55,55,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(55,55,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(55,55,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#373737',GradientType=0 ); /* IE6-9 */	
}

.gray-box .fl-module-content {
    margin: 7px;
    border: 1px #535353 solid;
    padding: 46px;
}

.gray-box h1, .gray-box h2, .gray-box h3, .gray-box h4, .gray-box h5 {
	color: #ffd343;
	margin-top: 0;
}

.gray-box h1:after, .gray-box h2:after, .gray-box h3:after, .gray-box h4:after, .gray-box h5:after {
	content: " ";
	background: #ffd343;
	height: 5px;
	width: 80px;
	display: block;
	margin-bottom: 40px;
	margin-top: 6px;
}	



.gray-box p a {
	border: 4px white solid;
	color: white;
	padding: 5px 20px;
	margin-bottom: 0;
	margin-top: 30px;
	display: inline-block;
}

.gray-box p a:hover,
.gray-box p a:focus {

}


.side-borders {
	border-left: 1px #3c3d3f solid;
	border-right: 1px #3c3d3f solid;
}

@media screen and (max-width:768px) {
	.side-borders {
		border-left: none;
		border-right: none;
		border-top: 1px #3c3d3f solid;
		border-bottom: 1px #3c3d3f solid;		
	}	
}

.yellow-text p {
	color: #ffd343 !important;
	line-height: 1.5;
}

.gray-text p {
	color: #9B9B9B !important;
	line-height: 1.2;
}


.ftd-cta .fl-callout-content {
	background: #f7f6f5;
}

.light-box .fl-module-content {
	background: #f7f6f5;	
}

.light-box.no-pointer {
	pointer-events: none;
}

.light-box .fl-module-content .fl-rich-text {
	border: 1px #efeeed solid;
	margin: 14px;
	padding: 35px;
}

.light-box.no-border .fl-module-content .fl-rich-text {
	border: none;
}


.light-box h1, .light-box h2, .light-box h3, .light-box h4, .light-box h5 {
	margin-top: 0;
}


.light-box h1:after, .light-box h2:after, .light-box h3:after, .light-box h4:after, .light-box h5:after {
	content: " ";
	background: #585a5b;
	height: 5px;
	width: 80px;
	display: block;
	margin-bottom: 40px;
	margin-top: 6px;
}	


.generic-box h1, .generic-box h2, .generic-box h3, .generic-box h4, .generic-box h5 {
	margin-top: 0;
}


.generic-box h1:after, .generic-box h2:after, .generic-box h3:after, .generic-box h4:after, .generic-box h5:after {
	content: " ";
	background: #585a5b;
	height: 5px;
	width: 80px;
	display: block;
	margin-bottom: 40px;
	margin-top: 6px;
}	

.generic-box a {
	font-size: 20px;
	background: #0078bc;
	padding: 8px 20px;
	color: white;
	display: inline-block;
	margin-top: 30px;
}



.image-plus .fl-photo-content {
	position: relative;
	background: #0078bc;	
}

.image-plus.round .fl-photo-content {
	position: relative;
	background: transparent;	
}


.image-plus .fl-photo-content:after {
	width: 100px;
	height: 100px;
	content: "+";
	line-height: 96px;
	text-align: center;
	color: white;
	font-size: 82px;
	font-weight: 1;
	position: absolute;
	bottom: -50px;
	pointer-events: none;
	right: 20px;
	display: block;
	z-index: 1;
	background: #0078bc;
	border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.image-plus.round .fl-photo-content:after {
	bottom: -20px;
}

.image-plus.inside .fl-photo-content:after {
	bottom: 20px;
}


.image-plus.green .fl-photo-content:after {
	background: #8ac755;	
}

.image-plus.orange .fl-photo-content:after {
	background: #f87f35;	
}

.image-plus.green .fl-photo-content {
	position: relative;
	background: #8ac755;
}

.image-plus.round.green .fl-photo-content {
	background: transparent;	
}

.image-plus.round.orange .fl-photo-content {
	background: transparent;	
}



.image-plus .fl-photo-content:after {
    cursor: pointer;	
}



.image-plus:hover .fl-photo-content:after,
.image-plus:focus .fl-photo-content:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.image-plus img {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.image-plus:hover img,
.image-plus:focus img {
	opacity: 0.3;
}

.image-plus.round:hover img,
.image-plus.round:focus img {
	opacity: 1;
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);
}

.image-plus.captioned .fl-photo-caption-hover {
    background: transparent;
    font-size: 30px;
    text-align: right;
    bottom: 14px;
    color: #fff;
    left: 0;
    right: 130px !important;
    overflow: visible;
    text-overflow: auto;
    white-space: normal;
    line-height: 1.4;
    pointer-events: none;
}



.big-comment.fl-module .fl-module-content {
	background: white;
	color: #b45820;
	font-size: 28px;
	padding: 64px;
	position: relative;
	margin-bottom: 40px;
}

.big-comment.fl-module .fl-module-content:before {

content: " ";
display: block;
height: 15px;
width: 100%;
position: absolute;
top: 0;
left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edcc56+0,f87f35+100 */
background: rgb(237,204,86); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(237,204,86,1) 0%, rgba(248,127,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(237,204,86,1) 0%,rgba(248,127,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(237,204,86,1) 0%,rgba(248,127,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcc56', endColorstr='#f87f35',GradientType=1 ); /* IE6-9 */
}


.big-comment.fl-module .fl-module-content p {
	line-height: 2.2;
}

.big-comment.fl-module .fl-module-content blockquote {
	border-left: none;
	padding-left: 32px; 
	position: relative;
	margin-bottom: 0;
    padding-bottom: 0;
}

.big-comment.fl-module .fl-module-content blockquote:before {
	position: absolute;
	left: 0;
	top: 22px;
	content: " ";
	display: block;
	width: 20px;
	height: 1px;
	background: #b45820;
}

.big-comment.fl-module .fl-module-content blockquote p {
	line-height: 1.5;
	font-weight: 100;	
}


.nice-ol h1, .nice-ol h2, .nice-ol h3, .nice-ol h4, .nice-ol h5 {
	padding-left: 92px;
}

.nice-ol ol {
	position: relative;
	padding-left: 92px;
	list-style-type: none;
	margin-top: 40px;
}
.nice-ol ol li {
	counter-increment: step-counter;
	margin-bottom: 40px;
	font-size:30px;
	line-height:2;
	font-weight: 100;
}

.nice-ol.complex ol li {
	border-bottom: 1px #ccc solid;
	padding-bottom: 40px;
}

.nice-ol.complex ol li strong {
	color: #0076C0;
	font-size: 20px;
}

.nice-ol ol li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.nice-ol ol li::before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size: 30px;
	color: white;
	font-weight: bold;
	background-color: #0078bc;
	border-radius: 50%;
}

.nice-ol.green ol li::before {
	background-color: #8ac755;	
}





#footer-section {
	color: white;
	line-height: 1.4;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+0,373737+100 */
	background: rgb(38,38,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(55,55,55,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(55,55,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(55,55,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
}

#footer-section a {
	text-decoration: underline;
}


@media screen and (max-width:768px) {
	.light-font {
	    font-weight: 100;
	    line-height: 1.4;
	}
.big-comment.fl-module .fl-module-content p {
    line-height: 1.4;
}

}


#page-search input {
	padding: 40px;
	border-radius: 0;
	border: 4px #8DC63F solid;
}

.faq {
	border-bottom: 4px #8DC63F solid;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.faq:last-child {
	border-bottom: none;
	margin-bottom: 60px;
}

.faq:hover,
.faq:focus {
	background: #f1faeb;
}

.faq h1, .faq h2, .faq h3, .faq h4, .faq h5 {
	margin-top: 0;
	font-weight: 100;
}


#footer-section p {
	font-size: 30px;
}

#footer-section input[type=email],
#footer-section input[type=text] { 
	background-color: #393939;
	box-shadow: inset 1px 3px 5px 3px rgba(0,0,0,0.19);
	border: 1px solid #5B5B5B;
	border-radius: 0;
	height: 50px;
	color: white;
}

#footer-section input[type=submit] { 
	border: 4px white solid;
	border-radius: 0;
	font-weight: bold;
	height: 50px;
	line-height: 22px !important;
	font-size: 18px;
	background: transparent;
	color: white;
	position: relative;
	top: 2px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#footer-section input[type=submit]:hover,
#footer-section input[type=submit]:focus {
	background: rgba(256,256,256,0.2);	
}

#footer-section input {
	width: 24%; 
	display: inline-block;
}

@media screen and (max-width:769px) {
	#footer-section input {
		width: 100%; 
		display: block;
		margin-bottom: 6px;
	}	
}

#footer-section a.fl-button {
	border: 4px white solid;
	border-radius: 0;
	font-weight: bold;
	height: 50px;
	line-height: 22px !important;
	font-size: 18px;
	background: transparent;
	color: white;
}

#footer-section a.fl-button:hover,
#footer-section a.fl-button:focus {
	background: rgba(256,256,256,0.2);
}


#footer-section a.fl-button .fl-button-text {
	color: white;
}

#footer-section ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: white !important;
}

#footer-section :-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: white !important;
}

#footer-section ::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1 !important;
    color: white !important;
}

#footer-section :-ms-input-placeholder {  
    opacity: 1 !important;
    color: white !important;
}


#footer-copyright p {
	font-size: 14px;
	color: white;
}




.download-box .fl-col-group:before,
.downloads.ondark:before {
	content: " ";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0078bb+0,8ac755+100 */
	background: rgb(0,120,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,120,187,1) 0%, rgba(138,199,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,120,187,1) 0%,rgba(138,199,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,120,187,1) 0%,rgba(138,199,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078bb', endColorstr='#8ac755',GradientType=1 ); /* IE6-9 */	
}

.download-box .fl-col-group .fl-col-group:before {
	display: none;
}

.download-box .fl-col-group {
	background: white;
	margin-top: 40px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.downloads.ondark {
	color: #4A4A4A !important;
	background: #f5fcff;	
	position: relative;
}

.downloads.ondark a {
	color: #4A4A4A !important;
}

.downloads.ondark a:hover,
.downloads.ondark a:focus {
	color: #f87f35 !important;
}

.downloads.ondark ul li:hover,
.downloads.ondark ul li:focus {
	color: #f87f35 !important;
}


.download-box.gray .fl-col-group {
	background: #f7f7f7;
}


.downloads ul {
	list-style: none;
	padding-left: 0;
}

.downloads.double ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.downloads-cta a {
    float: right;
    background: #0078bc;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2.4;
    font-size: 18px;
}

@media screen and (max-width:850px) {
	.downloads-cta a {
		float: left;
	}
	.downloads.double ul {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}	
}

.downloads ul li {
	line-height: 1.7;
	border-bottom: 2px #ebebeb solid;
	padding: 24px 0;
	padding-left: 65px;
	position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.downloads.large ul li {
	padding-left: 86px;
}

.downloads ul li:last-child {
	border-bottom: none;
}

.downloads ul li:before {
	content: " ";
	width: 45px;
	height: 45px;
	display: block;
	background: url(img/download-green.jpg) 50% 50% no-repeat;
	position: absolute;
	top:34px;
	left: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.downloads ul li.link-icon:before {
	background: url(img/link.jpg) 50% 50% no-repeat;
}



.downloads ul li.ac-c:before {
	background: url(img/ac-c.png) 50% 50% no-repeat;
}

.downloads ul li.ac-u:before {
	background: url(img/ac-u.png) 50% 50% no-repeat;
}

.downloads ul li.ac-e:before {
	background: url(img/ac-e.png) 50% 50% no-repeat;
}

.downloads ul li.ac-s:before {
	background: url(img/ac-s.png) 50% 50% no-repeat;
}





/*
.downloads ul li:hover:before,
.downloads ul li:focus:before {
	background: url(img/download-hover.jpg) 50% 50% no-repeat;	
}
*/

/*
.downloads ul li:hover,
.downloads ul li:focus {
	color: #f87f35;
}
*/

/*
.downloads ul li:hover a,
.downloads ul li:focus a {
	border-bottom: 1px #ccc solid;
}
*/

.downloads ul li strong {
	font-size: 20px;
}

.downloads ul li a {
	color: #696869;
	font-weight: 100;
	font-size: 16px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

.downloads ul li a:hover,
.downloads ul li a:focus {
	color: #8ac755;
}



.tp-bullet-image, .tp-bullet-imageoverlay, .tp-bullet-title {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}


.fl-builder-content .fl-button-width-full .fl-button {
	text-align: left;
}

.downloads.ondark.quotes blockquote {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	font-style: italic;
	border-top: 2px #0076C0 solid;
	border-bottom: 2px #0076C0 solid;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
}

.downloads.ondark.quotes {
	color: #0076C0 !important;	
}

.downloads.ondark.quotes blockquote p {
	color: #0076C0 !important;
}

.custom-cta {
color:#0076C0;
}

@media screen and (min-width:769px) {
	.custom-cta .fl-callout-photo-left .fl-callout-photo {
		width: 25%;
	}
	
	.custom-cta .fl-callout-photo-left .fl-callout-photo img {
		position: relative;
		top: 10px;
	}
}

.border-top {
	border-top: 6px #4a4a4a solid;
	font-size: 16px;
}

.blue-numbers ol {
	margin-left: 0;
	padding-left: 0;
}

.blue-numbers ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}

.blue-numbers ol li:before {
  color: #0076C0;
  font-weight: bold;
  content: counter(list) " ";
  left: 0;
  position: absolute;
  text-align: right;
  width: -16px;
}

.fl-accordion-button-label {
	font-weight: bold;
}

@media screen and (min-width:769px) {
	.eq-col {
		min-height: 400px;
	}
}

.eq-col.white .fl-module {
	border-bottom: 6px #58595B solid;
	border-top: 6px #58595B solid;
}

.downloads.callout .fl-callout-photo-left .fl-callout-photo {
	width: 10%;
}

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

.fl-callout-photo-left .fl-callout-content {
	display: table-cell;
}

.downloads.callout .fl-callout-photo-left .fl-callout-photo {
	width: 25%;
	display: table-cell;
}
}
 
.downloads.callout p {
	font-weight: 100;
}



@media screen and (min-width:769px) {
	.fl-full-width .container {
	    padding-left: 0;
	    padding-right: 0;
	    width: auto;
	}
}

.modal-body input[type=text], 
.modal-body input[type=password], 
.modal-body input[type=email], 
.modal-body input[type=tel], 
.modal-body input[type=date], 
.modal-body input[type=month], 
.modal-body input[type=week], 
.modal-body input[type=time], 
.modal-body input[type=number], 
.modal-body input[type=search], 
.modal-body input[type=url] {
    margin-bottom: 10px;
}


.modal-body button, 
.modal-body input[type=button], 
input[type=submit] {
	background: #0078bc;
	color: white;
	border-color: #2aaaef;
	border-radius: 0;
	font-size: 20px;
	padding: 10px 30px;
}

.modal-body button:hover,
.modal-body button:focus, 
.modal-body input[type=button]:hover,
.modal-body input[type=button]:focus, 
input[type=submit]:hover,
input[type=submit]:focus {
	background: #2aaaef;
	color: white;
	border-color: #0078bc;	
}


.fl-accordion-item .fl-accordion-button-label:after {
	content: "Click to expand";
	float: right;
	font-weight: normal;
}

.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label:after {
	content: "Click to collapse";
}


.fl-accordion-content.display {
	display: block;
}


.learn-btn .fl-button-text:after {
	content: "Click to learn more";
	display: block;
	font-size: 18px;
	margin-top: 10px;
	text-decoration: underline;
}

.next-btn .fl-button-text:after {
	content: "Click to see the next step";
	display: block;
	font-size: 18px;
	margin-top: 10px;
	text-decoration: underline;
}




#cues.downloads ul li a {
	font-size: 30px !important;
}




.bordered > .fl-module-content {
	border: 1px solid #037cb8;
	padding: 20px;
}















