/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template:  Divi
Version: 1.1.0
/* Add your own styles at the bottom */

/*@font-face {
font-family: 'Freeland';
src: url('/wp-content/fonts/Freeland.eot');
src: url('/wp-content/fonts/Freeland.eot?#iefix') format('embedded-opentype'),
url('/wp-content/fonts/Freeland.woff2') format('woff2'),
url('/wp-content/fonts/Freeland.woff') format('woff'),
url('/wp-content/fonts/Freeland.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Freeland Ornaments';
src: url('/wp-content/fonts/FreelandOrnaments.eot');
src: url('/wp-content/fonts/FreelandOrnaments.eot?#iefix') format('embedded-opentype'),
url('/wp-content/fonts/FreelandOrnaments.woff2') format('woff2'),
url('/wp-content/fonts/FreelandOrnaments.woff') format('woff'),
url('/wp-content/fonts/FreelandOrnaments.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}*/

.freeland h1, .freeland h2, .freeland h3, .freeland h4, .freeland h5, .freeland h6, .freeland.tp-caption {
	/*font-family: 'Freeland'!important;*/
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	text-transform: none!important;
	font-size: 100px;
}

@media (max-width: 1770px) {
	.freeland h1, .freeland h2, .freeland h3, .freeland h4, .freeland h5, .freeland h6, .freeland.tp-caption, #stats .impact-counter .percent-value {
		font-size: 80px;
	}
}

@media (max-width: 1400px) {
	#boxes h1, #stats .impact-counter .percent-value {
		font-size: 70px;
	}
}

@media (max-width: 1300px) {
	#boxes h1, #stats .impact-counter .percent-value {
		font-size: 60px;
	}
}

@media (max-width: 1160px) and (min-width: 981px) {
	#boxes h1, #stats .impact-counter .percent-value {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.freeland h1, .freeland h2, .freeland h3, .freeland h4, .freeland h5, .freeland h6, .freeland.tp-caption, #stats .impact-counter .percent-value {
		font-size: 60px;
	}
}

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/*TOGGLE OPEN FROM A LINK ON ANOTHER PAGE

<script type="text/javascript">
(function($){
$(window).load(function(){
var et_hash = window.location.hash;
if(window.location.hash) {
$( '.et_pb_toggle' + et_hash )
.removeClass('et_pb_toggle_close')
.addClass('et_pb_toggle_open')
}
});
})(jQuery)
</script>*/

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 45px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshysites-logo-black.svg")!important;
	background-repeat: no-repeat;
	background-size: 45px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 980px) {
	/* hide on mobile */
	.hide-mobile {
		display: none !important;
	}
}

/* do for desktop */
@media screen and (min-width: 981px) {
	/* hide on desktop */
	.hide-desktop {
		display: none !important;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'FontAwesome';
	content: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #002494;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.drk-blue ul li::before {
	color: #002494;
}

.pink ul li::before {
	color: #ff5151;
}

.lgt-blue ul li::before {
	color: #6dcff6;
}

.white ul li::before {
	color: #ffffff;
}

.staff ul li::before {
	content: '\f2bd';
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type {
	padding-bottom: 1em;
}
p:last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraph in the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* if blurb has the custom Blurb Click class, then the blurb link likely wraps the entire blurb,
so let's set the text of the link back to the desired color */
.et_pb_blurb.blurb-click > a {
	color: inherit;
}

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the ROW module settings needs to be set to fullwidth, and the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be set to fullwidth, with no gutters, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* ================================================================================================================================= */

/* -- PBE FIX -- */

div[id^='pbe'][id$='wa-wrap'] {
	top: 0!important;
	z-index: unset!important;
}

div[id^='pbe'][id$='wa-wrap'] > .et_pb_widget {
	margin: 0!important;
	float: none!important;
}

/* -- GLOBAL CSS -- */

.entry-content {
	overflow: hidden;
}

body {
	font-weight: 400;
}

.inverse-link a {
	color: #ffffff;
	font-weight: bold;
}

/* hides loading screen progress bar */
.lp-screen-graphic {
	display: none!important;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	min-width: 225px;
	text-align: center;
	padding: 16px 35px!important;
	line-height: 1em!important;
}

.et_pb_button.et_pb_bg_layout_light:hover {
	border-color: #002494!important;
}

/* -- HEADER -- */

/*#page-container {
	margin-top: 0!important;
}

@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container,
	.et_fullwidth_secondary_nav #top-header .container,
	#footer-bottom .container,
	#sub-footer .et_pb_row.et_pb_row_fullwidth {
		width: 100%!important;
		max-width: 100%!important;
		padding-left: 30px!important;
		padding-right: 30px!important;
	}

	#sub-footer .et_pb_column_1_5 {
		width: calc(19.5% - 42px);
	}
}

#top-header {
	border-bottom: 1px solid #ffffff;
}

body #top-header.et-fixed-header {
	border-color: #002494;
}

#et-secondary-menu {
	line-height: 1.2em;
}

#main-header #top-menu > li > .sub-menu {
	top: 59px;
}

#main-header .sub-menu a {
	font-size: 14px;
	line-height: 1.3em!important;
	padding: 10px 20px;
}*/

/* adds shadow to fixed header 
body #main-header.et-fixed-header {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1)!important;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1)!important;
	box-shadow: 0 1px 0 rgba(0,0,0,.1)!important;
}

#main-header .mobile_menu_bar:before {
	color: #ffffff!important;
}

#main-header .et_mobile_menu {
	background-color: #ffffff!important;
}

.give-button a {
	padding: .75em 20px!important;
	background-color: #ff5151;
}

@media only screen and (min-width: 981px) {
	.et-fixed-header#top-header .give-button a {
		color: #ffffff!important;
	}
}

@media (max-width: 1550px) and (min-width: 1325px) {
	#top-menu li a {
		font-size: 15px!important;
		padding-bottom: 60px!important;
	}

	#et-top-navigation {
		padding-top: 60px!important;
	}
}

@media (max-width: 1324px) and (min-width: 1281px) {
	#top-menu li a {
		font-size: 12px!important;
		padding-bottom: 50px!important;
	}

	#et-top-navigation {
		padding-top: 50px!important;
	}
}

@media (max-width: 1280px) and (min-width: 1151px) {
	#top-menu li a {
		font-size: 12px!important;
		padding-bottom: 40px!important;
	}

	#et-top-navigation {
		padding-top: 40px!important;
	}
}
@media (max-width: 1150px) and (min-width: 981px) {
	#top-menu li a {
		font-size: 12px!important;
		padding-bottom: 30px!important;
	}

	#et-top-navigation {
		padding-top: 30px!important;
	}
}


@media (min-width: 981px) {
	.give-button a {
		margin-top: -.75em!important;
	}
}

.et_mobile_menu li a {
	text-transform: uppercase;
}

.et_mobile_menu li:not(.give-button) a {
	color: #002494!important;
}

@media (max-width: 981px) {
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 40px!important;
	}

	.et_header_style_left #et-top-navigation {
		padding-top: 40px!important;
	}
}
*/
/* -- END HEADER -- */

/* removes padding added to code section */
.home .et_pb_section_first .et_pb_fullwidth_code.et_pb_module, 
.page-id-417 .et_pb_section_first .et_pb_fullwidth_code.et_pb_module {
	padding-top: 0!important;
}

@media (max-width: 980px) {
	.slider-wrapper .tp-caption {
		padding: 0 10%!important;
	}
}

/* -- BOXES SECTION -- */

@media (min-width: 981px) {
	#boxes.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 140px 3%;
	}
}

/* -- UNITED WE FIGHT SECTION -- */

#logo-section {
	background: transparent!important;
}

#logo-section .et_pb_image, #logo-section .et_pb_image_wrap {
	position: unset;
	height: 100%;
	width: 100%;
}

body:not(.is_IE) #logo-section .et_parallax_bg {
	mix-blend-mode: multiply;
}

body:not(.is_IE) #logo-section .logo-column {
	z-index: -1;
}

body.is_IE #logo-section .large-logo img {
	opacity: .9;
}

@media (min-width: 981px) {
	#logo-section .large-logo img {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		min-width: 993px;
		min-height: 993px;
		max-width: unset;
	}
}

@media (max-width: 980px) {
	#logo-section .large-logo img {
		margin-top: -50%;
	}
}

/* -- IMPACT CALCULATOR -- */

/* aligns right column center */
@media (min-width: 981px) {
	#impact-calculator .et_pb_row {
		display: flex;
		align-items: center;
	}
}

#impact-calculator .et_pb_blurb_content {
	width: 100%!important;
	max-width: 100%!important;
}

/* -- ICON BARS -- */

#student-icons img {
	width: 44px;
	height: 50px;
	min-width: 44px;
	min-height: 50px;
}

#senior-icons img {
	width: 46px;
	height: 50px;
	min-width: 46px;
	min-height: 50px;
}

#backpack-icons img {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}

.icon {
	margin: 0;
}

.icon .et_pb_image_outer_wrap {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.icon .et_pb_image_outer_wrap:not(:last-child) {
	margin-right: 10px;
}

.icon .et_pb_image_wrap {
	overflow: hidden;
	display: inline-block;
}

.icon .et_pb_image_wrap img {
	max-width: unset!important;
}

/* -- DONATION BAR -- */

#fbuilder .impact-slider .uh {
	font-size: 100%!important;
}

#fbuilder .fields.impact-slider {
	padding: 1em 0!important;
}

#fbuilder .impact-slider .dfield.slider-container {
	padding: 0!important;
}

.corner_captions.large {
	margin-top: -11.5px;
	height: 50px;
	position: relative;
}

.corner_captions.large span:not(:first-child) {
	transform: translateX(-50%);
}

.corner_captions.large span:last-child {
	transform: translateX(-100%);
}

.corner_captions.large span:before {
	content: '';
	margin: 0 auto 5px;
	display: block;
	height: 20px;
	width: 3px;
	background-color: #d7d7d7;
}

.corner_captions.large span:first-child:before {
	margin: 0 auto 5px 0;
}

.corner_captions.large span:last-child:before {
	margin: 0 0 5px auto;
}

.corner_captions.large .left-corner {
	position: absolute;
	left: 0%;
}

.corner_captions.large .left-middle {
	position: absolute;
	left: 25%;
}

.corner_captions.large .middle {
	position: absolute;
	left: 50%;
}

.corner_captions.large .right-middle {
	position: absolute;
	left: 75%;
}

.corner_captions.large .right-corner {
	position: absolute;
	left: 100%;
}

.ui-slider-horizontal {
	border-radius: 0!important;
	border: none!important;
	background: #f5f5f5!important;
	height: 3px!important;
	margin: 0!important;
}

.ui-widget-header {
	background: #d7d7d7!important;
}

.ui-slider-horizontal .ui-slider-handle {
	height: 30px!important;
	width: 28px!important;
	margin: 0!important;
	transform: translateX(-50%) translateY(-50%);
	background: url(/wp-content/uploads/slider-button.png)!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	top: 50%!important;
	border: none!important;
}

/* -- STATS SECTION -- */

#stats .impact-counter .percent {
	height: auto!important;
}

#stats .impact-counter .percent-value {
	/*font-family: 'Freeland'!important;*/
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	height: auto!important;
	display: block!important;
	line-height: 1em!important;
}

/* -- BLOG SECTION -- */

/*#blog .et_pb_row_inner, #blog .et_pb_column {
padding: 0!important;
overflow: hidden;
}

#blog .et_pb_portfolio {
height: 100%;
display: table;
padding: 50px 10%;
min-height: 425px;
overflow: hidden;
position: relative;
}

#blog .et_pb_portfolio_item {
vertical-align: bottom;
display: table-cell;
}

#blog .et_pb_portfolio h2 a {
text-transform: none!important;
font-family: 'Freeland'!important;
font-size: 150%!important;
}

#blog .et_pb_portfolio .more-link {
display: table;
text-align: center;
padding: 16px 35px!important;
line-height: 1em!important;
font-size: 15px;
text-transform: uppercase;
border: 1px solid #ffffff;
color: #ffffff;
margin-top: 1em;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
}

#blog .et_pb_portfolio .more-link:active {
pointer-events: none;
}

#blog .et_pb_portfolio .more-link:hover {
background-color: rgba(255,255,255,.2);
}

#blog .et_pb_portfolio .background {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(1);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity: .2;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
}

#blog .et_pb_portfolio:hover .background {
transform: scale(1.1);
}

@media (max-width: 980px) {
#blog.et_pb_specialty_fullwidth>.et_pb_row {
width: 100%!important;
}
}
*/

/* -- SPONSORS SECTION -- */

.slick-slide {
	padding: 0!important;
}

.slick-slide p:empty {
	display: none;
}

.slick-slide .et_pb_module {
	margin: 0!important;
}

.slick-slide .et_pb_module img {
	margin: auto!important;
}

.slick-prev:before {
	/*content: '\e824'!important;
	font-family: revicons!important;*/
	line-height: 20px!important;
	font-size: 40px!important;
}

.slick-next:before {
	/*content: '\e825'!important;
	font-family: revicons!important;*/
	line-height: 20px!important;
	font-size: 40px!important;
}

/* -- I WANT TO SECTION -- */

#want-slider li .tp-caption.freeland {
	text-shadow: 0 0 25px rgba(0,0,0,.4);
	-webkit-transition: color 1s!important;
	-moz-transition: color 1s!important;
	transition: color 1s!important;
}

#want-sliderli:not(.active-revslide) .tp-caption.freeland {
	color: #ffffff!important;
}

#want-slider li .slider-button {
	opacity: 1;
	-webkit-transition: opacity 1s, background-color .2s!important;
	-moz-transition: opacity 1s, background-color .2s!important;
	transition: opacity 1s, background-color .2s!important;
}

#want-slider li:not(.active-revslide) .slider-button {
	opacity: 0!important;
	pointer-events: none!important;
}

/* -- FOOTER -- */

#footer-bottom, #sub-footer {
	border-top: 1px solid #002494;
}


#sub-footer .et-last-child {
	max-width: 168px;
}

#sub-footer .footer-logo h4 {
	display: none!important;
}

#sub-footer h4 {
	padding: 0;
}

#sub-footer .et_pb_widget {
	float: none!important;
	width: 100%!important;
	margin-right: 0!important;
}

#sub-footer .et_pb_widget ul li {
	margin-bottom: 0;
}

#sub-footer .et_pb_widget + .et_pb_widget {
	margin-top: 1.5em;
}



#main-header:not(.et-fixed-header), #top-header:not(.et-fixed-header) {
	position: absolute;
}

.gform_wrapper {
	margin: -16px 0 0!important;
}

.gform_wrapper .gfield_required {
	color: #ff5151!important;
}

.gform_button {
	min-width: 225px;
	text-align: center;
	padding: 16px 35px!important;
	line-height: 1em!important;
	border-color: #002494!important;
	text-transform: uppercase;
}

.et_fixed_nav #et-top-navigation, #top-menu a {
	-webkit-transition: padding 0s!important;
	-moz-transition: padding 0s!important;
	transition: padding 0s!important;
}

.timeline .et_pb_column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.timeline .et_pb_row .et_pb_column_1_3:nth-child(1), .timeline .et_pb_row .et_pb_column_1_3:nth-child(3) {
	width: 35.5%;
}

.timeline .et_pb_row .et_pb_column_1_3:nth-child(2) {
	width: 20%;
}

.timeline .et_pb_row .et_pb_column_1_3:nth-child(2) img {
	max-width: 228px;
	width: 100%;
}

.timeline h2 {
	padding: 0;
}

@media (min-width: 981px) {
	.timeline:after {
		content: '';
		display: block;
		background-color: #5f5f5f;
		width: 12px;
		position: absolute;
		height: 70%;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
}

.circle-blurb .et_pb_module_header {
	padding-top: .5em;
}

.circle-blurb:hover .et-pb-icon {
	transform: scale(1.2);
}

.circle-blurb .et-pb-icon {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.et_pb_button:before {
	line-height: 1em!important;
}

.internal-header .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
	padding: 1em 0 1em!important;
}

#main-header:not(.et-fixed-header) #top-menu > li > a {
	text-shadow: 0 0 5px rgba(0,0,0,.2);
}

.flex-wrap .et_pb_text {
	flex-basis: 100%;
}

.flex-wrap .et_pb_column {
	display: flex;
	flex-wrap: wrap;
}

.flex-wrap .et_pb_module {
	margin-right: 30px;
}

.underline .et_pb_module_header, .underline h1, .underline h2, .underline h3, .underline h4 {
	border-bottom: 1px solid #002494;
	padding-bottom: .2em;
	margin-bottom: .5em;
	display: table;
}

.underline.checklist ul {
	margin-top: .5em;
}

.timeline-history .cd-timeline-content-liner  h2 {
	display: none;
}

.timeline-history .et-pb-icon {
	display: none;
}

.timeline-history .cd-timeline-content {
	box-shadow: none!important;
}

.timeline-history .cd-timeline-img {
	background-color: #ffffff;
	box-shadow: 0 0 0 5px #6dcff6;
}

.timeline-history #cd-timeline::before {
	background-color: #5f5f5f;
}

.timeline-history .cd-date {
	color: #002494;
	font-size: 23px;
	opacity: 1!important;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
	padding-right: 0!important;
}

.white .underline .et_pb_module_header, .white  .underline h1, .white .underline h2, .white .underline h3, .white .underline h4 {
	border-color: #ffffff!important;
}

/* Accordion */

.accordion-style .et_pb_toggle {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #002494;
}

.accordion-style .et_pb_toggle_title:before {
	font-size: 20px;
}

/* Gravity forms progress bar */

.gform_wrapper .percentbar_blue {
	background-color: #ff5151!important;
}

/* ---------- Divi Overlays ---------- */ 

/* -- Stay Informed - Close Button -- */
.home .overlay-close {
	color: #002494;
}

@media (min-width: 981px) {
	.overlay-hugeinc.open, .overlay-door.open {
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* ---------- Social Media Follow ---------- */
.social-media li a.icon::before {
	font-size: 32px;
	line-height: 64px;
	width: 64px;
	height: 64px;
}

.social-media li a.icon {
	width: 64px;
	height: 64px;
}

/* ---------- CTA Bar ---------- */
/* -- use this class on a skinny cta bar - remember to set the row padding to 0px though -- */
@media (min-width: 981px) {
	.bar-padding {
		padding: 40px 0px !important;
	}
}

@media (max-width: 980px) and (min-width: 768px) {
	.bar-padding {
		padding: 35px 0px !important;
	}
}

@media (max-width: 767px) {
	.bar-padding {
		padding: 30px 0px !important;
	}
}

/* ---------- Align Middle Row ---------- */
.align-middle h4 {
	padding-bottom: 0px;
}

.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}

/* ---------- Staff ---------- */
.staff-image .et_pb_team_member_image img {
	border-radius: 50%;
}

/*-----Meet the board menu ----*/
.fullwidth-menu-nav .menu-item:before{
	content: '  /';
	font-size: 30px;
	color: #002494;
	position: absolute;
	right: -8px; /* adjust this number as you see fit. This may depend on the spacing of your menu items */
}

.fullwidth-menu-nav .menu-item:last-child:before{
	content:'';
}

.fullwidth-menu-nav .menu-item-has-children .sub-menu .menu-item:before{
	content:'';
}

/*titles*/
.et_pb_fullwidth_section .et_pb_title_container {
	max-width: 1900px!important;
}

/* ---------- Colored Blurbs ---------- */

#colored-blurbs .et_pb_main_blurb_image {
	background-color: #67cef3;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10%;
	margin-left: auto;
	margin-right: auto;
}

#colored-blurbs:hover .et_pb_main_blurb_image {
	background-color: #f05355;
}

#colored-blurbs img {
	max-width: 110px;
	width: 110px;
}

#colored-blurbs a img {
	margin-bottom: -2px;
}

.hover-blurb:hover .et_pb_main_blurb_image {
	-ms-transform: translateY(-10px); /* IE 9 */
	-webkit-transform: translateY(-10px); /* Safari */
	transform: translateY(-10px);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.hover-blurb .et_pb_main_blurb_image {
	-ms-transform: translateY(0px); /* IE 9 */
	-webkit-transform: translateY(0px); /* Safari */
	transform: translateY(0px);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* Styling mailchimp generated form on Stay Informed page */

#mc_embed_signup .mc-field-group label {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
}

#mc_embed_signup .button {
	background-color: #ffffff!important;
	color: #002494!important;
	border-radius: 0px!important;
	border: 1px solid #002494!important;
	text-transform: uppercase!important;
}

#mc_embed_signup .button:hover {
	background-color: rgba(0,0,0,.05)!important;
}

/* impact calculator styling----------------------------------------------------------*/
/*center form*/
#gform_fields_16.gform_fields.top_label.form_sublabel_below.description_below{
	text-align: center!important;
}
/*price field styling*/
#gform_fields_16 input#input_16_2.small {
	font-size: 100px!important;
	width: 292px;
	color:#ff5151!important;
	background-color:#fff!important;
	text-align: center!important;
}
@media (max-width:425px) and (min-width:320px){
	#gform_fields_16 input#input_16_2.small {
		font-size: 80px!important;
		width: 200px;
	}
}

/* adding dollar sign and equal sign */
#field_16_2 label.gfield_label{
	float: left!important;
	font-size: 120px!important;
	text-align: center!important;
}
@media (max-width:425px) and (min-width:320px){
	#field_16_2 label.gfield_label{
		font-size: 80px!important;
	}
}

/*remove submit button*/
input#gform_submit_button_16.gform_button.button{
	display:none!important;
}

/*end --------------------------------------------------------*/

/* HLC Main Page -----------------------------------------------------*/
/* removes padding added to code section 
.page-id-1529 #pbe-above-content-wa-wrap, 
.page-id-1580 #pbe-above-content-wa-wrap,
.page-id-1583 #pbe-above-content-wa-wrap, 
.page-id-1585 #pbe-above-content-wa-wrap,
.page-id-1587 #pbe-above-content-wa-wrap,
.page-id-1589 #pbe-above-content-wa-wrap, 
.page-id-1609 #pbe-above-content-wa-wrap
{
	display:none!important;
}*/

/* remove UW header default section*/

.hlc_header .et_pb_module.et_pb_fullwidth_code.et_pb_fullwidth_code_0,.et_pb_module.et_pb_fullwidth_code.et_pb_fullwidth_code_0 {
    padding-top: 0px!important;
}
.dnxte_image_hover_box_2 .dnext-neip-ihb.neip-ihb-effect11 .neip-ihb-info .neip-ihb-heading {
    background: #00249400!important;
}

/*remove UW top bar - all pages under HLC 
.page-id-1529 #top-header, /*main landing HLC page
.page-id-1580 #top-header, /*about
.page-id-1583 #top-header, /*get involved
.page-id-1585 #top-header, /*programs
.page-id-1587 #top-header, /*calendar of events
.page-id-1589 #top-header, /*resources
.page-id-1609 #top-header{
	display: none;
}*/

/*remove UW top (right side items ) bar - all pages under HLC 
.page-id-1529 li.menu-item-459,
.page-id-1529 li.menu-item-337,
.page-id-1529 .give-button, /*main landing HLC page
.page-id-1580 li.menu-item-459,
.page-id-1580 li.menu-item-337,
.page-id-1580 .give-button,/*about
.page-id-1583 li.menu-item-459,
.page-id-1583 li.menu-item-337,
.page-id-1583 .give-button,/*get involved
.page-id-1585 li.menu-item-459,
.page-id-1585 li.menu-item-337,
.page-id-1585 .give-button,/*programs
.page-id-1587 li.menu-item-459,
.page-id-1587 li.menu-item-337,
.page-id-1587 .give-button,/*calendar of events
.page-id-1589 li.menu-item-459,
.page-id-1589 li.menu-item-337,
.page-id-1589 .give-button,/*resources
.page-id-1609 li.menu-item-459,
.page-id-1609 li.menu-item-337,
.page-id-1609 .give-button{
	display: none;
}

/*social media / phone in main menu hlc stlying 

@media (max-width:768px) and (min-width:320px){
	li#menu-item-2104{
		margin-top: -43px;
		margin-left: 30px;
		text-align: center;
		font-size: 20px!important;
	}
}

@media (max-width:768px) and (min-width:320px){
	li#menu-item-2103{
		text-align: center;
		margin-left: -30px;
		font-size: 20px!important;
	}
	li.menu-item-2102{
		padding: .75em 20px!important;
		text-align: center;
		font-size: 20px;
	}
}

/*remove UW footers - all pages under HLC 
.page-id-1529 #footer-widgets, /*main landing HLC page
.page-id-1580 #footer-widgets, /*about
.page-id-1583 #footer-widgets, /*get involved
.page-id-1585 #footer-widgets, /*programs
.page-id-1587 #footer-widgets, /*calendar of events
.page-id-1589 #footer-widgets, /*resources
.page-id-1609 #footer-widgets,
.page-id-7581 #footer-widgets /*HLC > Our Work > Health,
.page-id-7587 #footer-widgets /*HLC > Our Work > Education,
.page-id-7590 #footer-widgets /*HLC > Our Work > Financial Stability,
.page-id-7593 #footer-widgets /*HLC > Our Work > Basic Needs {
	display: none;
}
/*change copyright on all HLC pages
.page-id-1529 .copyright_text, 
.page-id-1580 .copyright_text, 
.page-id-1583 .copyright_text, 
.page-id-1585 .copyright_text, 
.page-id-1587 .copyright_text, 
.page-id-1589 .copyright_text, 
.page-id-1609 .copyright_text,
.page-id-7581 .copyright_text /*HLC > Our Work > Health,
.page-id-7587 .copyright_text /*HLC > Our Work > Education,
.page-id-7590 .copyright_text /*HLC > Our Work > Financial Stability,
.page-id-7593 .copyright_text /*HLC > Our Work > Basic Needs {
	visibility: hidden;
}

.page-id-1529 .copyright_text:after, 
.page-id-1580 .copyright_text:after,
.page-id-1583 .copyright_text:after,
.page-id-1585 .copyright_text:after,
.page-id-1587 .copyright_text:after, 
.page-id-1589 .copyright_text:after, 
.page-id-1609 .copyright_text:after,
.page-id-7581 .copyright_text:after /*HLC > Our Work > Health,
.page-id-7587 .copyright_text:after /*HLC > Our Work > Education,
.page-id-7590 .copyright_text:after /*HLC > Our Work > Financial Stability,
.page-id-7593 .copyright_text:after /*HLC > Our Work > Basic Needs {
	content:'© 2018 Healthy Lifestyles Coalition of Broome County'; 
	visibility: visible;
	display: block;
	position: absolute;
	padding: 5px;
	top: 2px;
	margin-top:-5px;
}
@media (min-width: 400px){
	.page-id-1529 #freshy_copyright a.copyright_fs, 
	.page-id-1580 #freshy_copyright a.copyright_fs,
	.page-id-1583 #freshy_copyright a.copyright_fs,
	.page-id-1585 #freshy_copyright a.copyright_fs,
	.page-id-1587 #freshy_copyright a.copyright_fs, 
	.page-id-1589 #freshy_copyright a.copyright_fs, 
	.page-id-1609 #freshy_copyright a.copyright_fs,
	.page-id-7581 #freshy_copyright a.copyright_fs /*HLC > Our Work > Health,
	.page-id-7587 #freshy_copyright a.copyright_fs /*HLC > Our Work > Education,
	.page-id-7590 #freshy_copyright a.copyright_fs /*HLC > Our Work > Financial Stability,
	.page-id-7593 #freshy_copyright a.copyright_fs /*HLC > Our Work > Basic Needs {
		display: inline-block;
		margin-left:110px!important;
	}
}

@media (max-width:768px) and (min-width:320px){
	.page-id-1529 .copyright_text:after, 
	.page-id-1580 .copyright_text:after,
	.page-id-1583 .copyright_text:after,
	.page-id-1585 .copyright_text:after,
	.page-id-1587 .copyright_text:after, 
	.page-id-1589 .copyright_text:after, 
	.page-id-1609 .copyright_text:after,
	.page-id-7581 .copyright_text:after /*HLC > Our Work > Health,
	.page-id-7587 .copyright_text:after /*HLC > Our Work > Education,
	.page-id-7590 .copyright_text:after /*HLC > Our Work > Financial Stability,
	.page-id-7593 .copyright_text:after /*HLC > Our Work > Basic Needs {

		padding-top:30px!important;
		text-align:center;
	}
}

/*calendar styling edits*/

.page-id-1529 #evcal_head.calendar_header {
	display:none;
}

.page-id-1529 .evo_arrows {
	display:none;
}

@media (min-width: 981px){
	.page-id-1580 #boxes.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 33px 2%!important;
	}
}

/* End HLC Main Page -----------------------------------------------------*/

/*main menu header background fix - 10/31/18 

#main-header {
background-color: rgba(255,255,255,0)!important;
}
#main-header.et-fixed-header {
background-color: #002494!important;
}

.container {

	width: 95%!important;

}*/
/*Revisions*/
.et_pb_team_member_description .et_pb_member_position {
	font-weight:700 !important;
	color: #002494 !important;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0px !important;
}

/* search in header */
#main-header .et_search_outer .et_search_form_container form.et-search-form {
	background-color: rgb(0 0 0 / 70%) !important;
    height: 50px;
    margin: auto 0;
    max-width: 300px !important;
}

#main-header .et_search_outer .et_search_form_container form.et-search-form input {
	height: 50px;
    background-color: rgb(0 0 0 / 70%) !important;
	padding-left: 10px;
}

/* responsive header */
@media (min-width: 1205px) and (max-width: 1344px) {
	#page-container #main-header #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px;
	}
}

@media (min-width: 1075px) and (max-width: 1204px) {
	#page-container #main-header #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px !important;
	}
	
	#page-container #main-header #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.custom-menu-button a {
		padding: 12px 10px 2px 10px !important;
	}
}

@media (min-width: 981px) and (max-width: 1074px) {
	#page-container #main-header #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px !important;
		padding: 0px 3px 0px 3px;
	}
	
	#page-container #main-header #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.custom-menu-button a {
		padding: 12px 7px 2px 7px !important;
	}
}

@media (max-width: 667px) {
	html body.divibar-open .divibars-container .divibars-close {
		right: 20px !important;
	}
}

span.mobile_menu_bar:before,
.mobile_menu_bar:before,
.et_pb_module .mobile_menu_bar:before, 
.et_pb_menu__wrap .mobile_menu_bar:before {
	color: #ffffff !important;
}
