/*
Theme Name: IPV Health
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;
}

.underline-links a {
	text-decoration: underline;	
}

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

.underlined-links a, .faq 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: black;
}

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

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

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

.blue-link a:hover,
.blue-link a:focus {
	color: black;
}


#home-btn .fl-button {
	background: #ffd25c url(img/brown-arrow.png) 99% 50% no-repeat !important;
	color: #b34c23 !important;
}

#home-btn .fl-button:hover, #home-btn .fl-button:focus {
	background: #f5b954 url(img/brown-arrow.png) 100% 50% no-repeat !important;
	color: #b34c23 !important;
}

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


	.fl-page-nav-right {
	    position: absolute;
	    z-index: 2;
/* 	    background: transparent; */
	}
	
	.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;
	}	
	
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li.current-menu-item > a {
		color: black;
		font-weight: bold;
	}			
	
	.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li.current-menu-item > a:hover,
		.fl-page-fixed-nav-wrap .fl-page-nav-wrap #menu-navigation.navbar-nav > li.current-menu-item > a:focus {
		color: #ffd04e;
	}
	
/* 	Nav Logo */
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.home-logo a {
		color: white !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-gray.svg) 50% 50% no-repeat;
		background-size: cover;
		content: " ";
		width: 70px;
		height: 40px;
		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;
	}	
	
	
.fl-page-nav ul.sub-menu.hovered {
	opacity: 1;
	left: 0;
}	
	
	
	

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

	li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
	    color: white;
	}

	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 rgba(256,256,256,0.2) solid;
	}
	
	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom {
		border: 4px #0078bc solid;
	}

	.fl-page-fixed-nav-wrap li.download-all-resources.menu-item.menu-item-type-custom.menu-item-object-custom a {
		color: #0078bc !important;		
	}
	
	.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 #d2e6f1 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 !important;
	}		

	.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: white;	 */
	}
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a {
		color: #017aba;
		font-weight: bold;
	}
	
	.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: #017aba;	
	}
	
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.download-all-resources a:focus {
		color: #ffd25c !important;
	}
	
	.fl-page-nav ul.sub-menu li a {
		border-bottom: 1px #e4e4e4 solid;
		text-transform: capitalize;
	    -webkit-transition: all 0.25s ease;
	    -moz-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;		
	}

	.fl-page-nav ul.sub-menu li a:hover,
	.fl-page-nav ul.sub-menu li a:focus {
		font-weight: bold;
	}
	
	.fl-page-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
}


.fl-page-nav-right .fl-page-nav ul.sub-menu .menu-item.current-menu-item a {
	color: black;
	font-weight: 900;
}

@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/#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.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: #222222;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 50px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}



#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 {

}

.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle .fa.fa-bars {
	color: #585a5b;
}


#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: 50px;
}



.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 .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;
	z-index: 1;
}

.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-box-shadow: -4px -4px 4px 2px rgba(248,127,53,0.3);
	-moz-box-shadow: -4px -4px 4px 2px rgba(248,127,53,0.3);
	box-shadow: -4px -4px 4px 2px rgba(248,127,53,0.3);
	
    -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.no-shadow .fl-photo-content:after { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}	

.image-plus.no-shadow:hover .fl-photo-content:after,
.image-plus.no-shadow:focus .fl-photo-content:after { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}		

.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);
	-webkit-box-shadow: -4px 4px 4px 2px rgba(248,127,53,0.4);
	-moz-box-shadow: -4px 4px 4px 2px rgba(248,127,53,0.4);
	box-shadow: -4px 4px 4px 2px rgba(248,127,53,0.4);    
}


.image-plus.blue-shadow .fl-photo-content:after {
	-webkit-box-shadow: -4px -4px 4px 2px rgba(0,120,188,0.2);
	-moz-box-shadow: -4px -4px 4px 2px rgba(0,120,188,0.2);
	box-shadow: -4px -4px 4px 2px rgba(0,120,188,0.2);	
}

.image-plus.blue-shadow:hover .fl-photo-content:after,
.image-plus.blue-shadow:focus .fl-photo-content:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	-webkit-box-shadow: -4px 4px 4px 2px rgba(0,120,188,0.2);
	-moz-box-shadow: -4px 4px 4px 2px rgba(0,120,188,0.2);
	box-shadow: -4px 4px 4px 2px rgba(0,120,188,0.2);    
}

.image-plus.green-shadow .fl-photo-content:after {
	-webkit-box-shadow: -4px -4px 4px 2px rgba(0,128,34,0.2);
	-moz-box-shadow: -4px -4px 4px 2px rgba(0,128,34,0.2);
	box-shadow: -4px -4px 4px 2px rgba(0,128,34,0.2);	
}

.image-plus.green-shadow:hover .fl-photo-content:after,
.image-plus.green-shadow:focus .fl-photo-content:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	-webkit-box-shadow: -4px 4px 4px 2px rgba(0,128,34,0.2);
	-moz-box-shadow: -4px 4px 4px 2px rgba(0,128,34,0.2);
	box-shadow: -4px 4px 4px 2px rgba(0,128,34,0.2);    
}


.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;	
}

.fl-photo.fl-photo-align-center {
	position: relative;
}

.image-plus.main .fl-photo-content:before {
	display: block;
	content: "Click to learn more";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20;	
	opacity: 0;
	color: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

@media screen and (max-width:1120px) {
	.image-plus.main .fl-photo-content:before {
		line-height: 16;		
	}
}

@media screen and (max-width:991px) {
	.image-plus.main .fl-photo-content:before {
		line-height: 14;		
	}
}

@media screen and (max-width:884px) {
	.image-plus.main .fl-photo-content:before {
		line-height: 12;		
	}
}

.image-plus.main:hover .fl-photo-content:before,
.image-plus.main:focus .fl-photo-content:before,
.image-plus.main.cta .fl-photo-content:before {
	opacity: 1;
}


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


.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,
.image-plus.cta img {
	opacity: 0;
}

.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;
}

@media screen and (max-width:768px) {
	.image-plus.captioned .fl-photo-caption-hover {
		font-size: 18px;
		bottom: 30px;
	}
	
	.image-plus.captioned .fl-photo-caption-hover br {
		content: ' ' !important ;
	}
	.image-plus.captioned .fl-photo-caption-hover br:after {
		content: ' ' !important ;
	}	
	
}

.image-plus.captioned .fl-photo-content:after {
	-webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.1);
	border: 2px #2aaaef solid;
	line-height: 90px;

}

.image-plus.captioned.green .fl-photo-content:after {
	border: 2px #4b852c solid;
}


.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;
}


.nice-ol h1, .nice-ol h2, .nice-ol h3, .nice-ol h4, .nice-ol h5, .nice-ol p {
	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 #b45820 solid;
}

.faq {
	border-bottom: 4px #b5e4fd 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: #f1f8fc;
}

.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 ::-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-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: #9B9B9B;
}

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

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

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

#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/#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 */
}

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

.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: white;	
	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;
    position: relative;
    z-index: 1;
}

@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 {
	font-weight: bold;
	vertical-align: middle;
	font-size: 19px;	
	line-height: 1.2;
	border-bottom: 2px #ebebeb solid;
	padding: 0;
	padding-left: 0px;
	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.link-icon a {
	padding-left: 68px;
}

.downloads ul li.link-icon:before {
	content: " ";
	width: 45px;
	height: 45px;
	display: block;
	background: url(img/link.jpg) 50% 50% no-repeat;
	position: absolute;
	top:20px;
	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.download-icon a {
	padding-left: 68px;
}

.downloads ul li.download-icon:before {
	content: " ";
	width: 45px;
	height: 45px;
	display: block;
	background: url(img/download.jpg) 50% 50% no-repeat;
	position: absolute;
	top:20px;
	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.download-icon:hover:before,
.downloads ul li.download-icon:focus:before {
	background: url(img/download-hover.jpg) 50% 50% no-repeat;	
}

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

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






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

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

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

@media screen and (max-width:768px) {
	.downloads ul li {
		padding-top:8px;
		padding-bottom: 8px;
	}
	.downloads ul li.link-icon:before {
		top:22px;
	}	
	.downloads.right-side {
		margin-top: -30px !important;
	}
	.downloads.right-side ul li:first-child {
		border-top: 2px #ebebeb solid;
	}

}

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


.downloads ul li a {
	vertical-align:middle;
	height: 74px;
	width: 100%;
	color: #4A4A4A;
	position: relative;
	display: table-cell;
	padding-top: 4px;
	line-height: 1.45;
	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;	
}

.downloads ul li {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px	
}

/*
.downloads ul li a:after {
	content: "";
	font-family: "fontawesome";
	margin-left: 20px;
	font-size: 24px;
	position: absolute;
	top: 15px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
    right: -24px;	
}
*/

.downloads ul li a:hover:after,
.downloads ul li a:focus:after {
	right: -34px;	
}

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

.downloads.blue-hover ul li a:hover,
.downloads.blue-hover ul li a:focus {
	color: #0078bc !important;
}

.downloads.green-hover ul li a:hover,
.downloads.green-hover ul li a:focus {
	color: #86c764 !important;
}



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




.universal-hover {
	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;	
}

.universal-hover:hover,
.universal-hover:focus {
	background: transparent;
	color: white;
}

.universal-hover:before {
	content: " ";
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;		
	
	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 */
}

.universal-hover:hover:before,
.universal-hover:focus:before {
	opacity: 1;
}

.light-font {
	font-size: 34px;
}


@media screen and (min-width:769px) {
	.fl-full-width .container {
	    padding-left: 0;
	    padding-right: 0;
	    width: auto;
	}
	.fl-page-header-row.row {
		margin: 0;
	}
	
	a.mobile-only {
		display: none !important;
	}
	
	.mb82 {
		margin-bottom: 82px
	}
}



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

	#top_title h1 {
	    padding-top: 60px;
	    font-size: 32px;
	}
	
	#top-banner h2 {
		font-size: 32px;
	}
	
	.light-font {
		font-size: 24px;
	}

	.big-comment.fl-module .fl-module-content {
		font-size: 18px;	
	}	
}


.downloads li {
	position: relative;
}

.downloads li a span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
}




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

/* ACTIVATE TO EDIT MODULES */
/*
.fl-node-588a3251e22f8,
.fl-node-588a3209eab81 {
	margin-top: 100px !important;
}
.light-box.no-pointer {
	pointer-events: auto;
}
*/
