/*
 Theme Name:     Hebrew Free Loan
 Theme URI:      http: //hflasf.org
 Description:    Hebrew Free Loan theme based on Divi
 Author:         Mission Minded
 Author URI:     http: //www.mission-minded.com00669f
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/* Theme customization starts here

FONTS

font-family: 'Cabin', Verdana, sans-serif;
font-family: 'Source Serif Pro', Georgia, serif;

------------------------------------------------------- */

html, body {
	font-family: 'Cabin', Verdana, sans-serif;
	font-size: 17px;
	font-weight: 400;
}
#main-content .container:before { /* this is stupid */
	background-color: transparent;
}
#main-header, #main-header.et-fixed-header { /* also stupid */
	*box-shadow: none !important;  
}
h1	{ font-size: 3.5em; font-family: 'Source Serif Pro', Georgia, serif; letter-spacing: -2px; padding: 16px 0 10px; }
h2	{ font-size: 2em; font-family: 'Source Serif Pro', Georgia, serif; padding: 16px 0; }
h3	{ font-size: 1.4em; text-transform: uppercase; }
h4	{ font-size: 1.2em; line-height: 1.5em; color: #000 !important; }
h4 a { color: #428f44; }
h5	{ font-size: 1em; font-weight: 700; }
h5 a { transition: all 0.5s; }
h6	{ font-size: 0.9em; font-weight: 700; text-transform: uppercase; }

h3, h4, h5, h6 {
	font-family: 'Cabin', Verdana, sans-serif;
	padding: 16px 0;
}
hr {
	clear: both;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}
article div.entry-content {
    padding-top: 0 !important;
}
p.post-meta {
    font-style: italic;
}
p.post-meta .published:before {
    content: 'Posted: ';
}
.entry-content h4 a,.entry-content p a, .entry-content li a, a.read-more {
	font-weight: bold;
	transition: all 0.5s;
}
.entry-content h4 a:hover,.entry-content p a:hover, .entry-content li a:hover, a.read-more:hover, h5.entry-title a:hover {
	color: #f18920 !important;
	text-decoration-color: #f18920 !important;
	text-decoration: underline;
	text-decoration-skip: ink;
}
.cabin {
	font-family: 'Cabin', Verdana, sans-serif;
}
.s-serif {
	font-family: 'Source Serif Pro', Georgia, serif;
}
.lleaf {
	border-radius: 24px 0 50px 0;
	-moz-border-radius: 24px 0 50px 0;
	-webkit-border-radius: 24px 0 50px 0;
	border: 0;
}
.lleaf h3 {
	font-size: 30px;
	padding: 0 0 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.leaf, a.et_pb_button {
	border-radius: 20px 0 20px 0 !important;  
	-moz-border-radius: 20px 0 20px 0 !important;  
	-webkit-border-radius: 20px 0 20px 0 !important;  
	border: 0;
}
.sleaf {
	border-radius: 12px 0 12px 0;
	-moz-border-radius: 12px 0 12px 0;
	-webkit-border-radius: 12px 0 12px 0;
	border: 0;
}
a.et_pb_button {
	font-family: 'Cabin', Verdana, sans-serif;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	color: #fff !important;
	padding: 10px 20px !important;
	margin-top: 20px;
	transition: color 0.5s, background-color 0.5s;
}
a.et_pb_button.bigbutton {
	font-size: 1.25em;
	font-weight: 600;
}
a.et_pb_button:hover {
	padding: 10px 20px !important;
	text-decoration: none !important;
}
a.et_pb_button.subfoot {
	margin: 5px 0 0 16px;
	min-width: 135px;
}
input[type="button"], input[type="submit"] {
	font-family: 'Cabin', Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	color: #fff;
	padding: 10px 20px !important;
	margin-top: 20px;
	transition: color 0.5s, background-color 0.5s;
	background-color: #f18920;
	border-radius: 20px 0 20px 0 !important;  
	-moz-border-radius: 20px 0 20px 0 !important;  
	-webkit-border-radius: 20px 0 20px 0 !important;  
	border: 0;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #eeeeee;
	color: #f18920;
	text-decoration: none !important;
}
.hidden {
	display: none !important;
}


/* COLORS -------------------------------------------- */

.blue	{ color: #00669f !important; }
.green	{ color: #428f44 !important; }
.lgreen	{ color: #b7d8ab !important; }
.orange	{ color: #f18920 !important; }
.dtaupe	{ color: #403929 !important; }
.taupe	{ color: #a49c89 !important; }
.ltaupe	{ color: #edebe7 !important; }
.lgray	{ color: #dcdcdc !important; }
.gray	{ color: #dcdcdc !important; }

.bg-blue	{ background-color: #00669f; }
.bg-teal	{ background-color: #217a72; }
.bg-green	{ background-color: #428f44; }
.bg-lgreen	{ background-color: #b7d8ab; }
.bg-orange	{ background-color: #f18920; }
.bg-dtaupe	{ background-color: #403929; }
.bg-taupe	{ background-color: #a49c89; }
.bg-ltaupe	{ background-color: #edebe7; }
.bg-ltaupe	{ background-color: #dfdcd6; }
.bg-lgray	{ background-color: #dcdcdc; }

/*
::-webkit-input-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; opacity: 1; }
*/

/* HEADER & MENUS
------------------------------------------------------- */

#main-header, .et-search-form, #main-header .et_mobile_menu, .blue-teal {
	background: rgba(0,101,159,1);
	background: -moz-linear-gradient(left, rgba(0,101,159,1) 0%, rgba(0,101,159,1) 33%, rgba(0,101,159,0.8) 66%, rgba(0,101,159,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,101,159,1)), color-stop(33%, rgba(0,101,159,1)), color-stop(66%, rgba(0,101,159,0.8)), color-stop(100%, rgba(0,101,159,0.8)));
	background: -webkit-linear-gradient(left, rgba(0,101,159,1) 0%, rgba(0,101,159,1) 33%, rgba(0,101,159,0.8) 66%, rgba(0,101,159,0.8) 100%);
	background: -o-linear-gradient(left, rgba(0,101,159,1) 0%, rgba(0,101,159,1) 33%, rgba(0,101,159,0.8) 66%, rgba(0,101,159,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(0,101,159,1) 0%, rgba(0,101,159,1) 33%, rgba(0,101,159,0.8) 66%, rgba(0,101,159,0.8) 100%);
	background: linear-gradient(to right, rgba(0,101,159,1) 0%, rgba(0,101,159,1) 33%, rgba(0,101,159,0.8) 66%, rgba(0,101,159,0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00659f', endColorstr='#00659f', GradientType=1 );
}
.et-search-form input {
	font-family: 'Cabin', Verdana, sans-serif;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding: 45px 0 0 0 !important;
}
#top-menu .menu-item-has-children > a:first-child {
}
#top-menu .menu-item-has-children > a:first-child:after{
	content: '';
	margin-top: -2px;
}
#top-menu ul.children li.page_item_has_children > a:after {
    font-family: 'FontAwesome';
	content: '\00a0\00a0 \f055';
    white-space: pre;
    color: #fff;
}
.et_header_style_left #logo, .et_header_style_split #logo {
	max-width: 70%;
}
#top-menu li {
	padding: 6px 10px 0;
}
#top-menu li ul li {
	border-right: 0;
}
#top-menu > li:last-child {
	border-right: 0;
}
#top-menu a {
	font-family: 'Cabin', Verdana, sans-serif;
	color: #fff;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-top: 26px;
	padding-bottom: 20px !important;
	margin-bottom: 19px;
}
.nav li ul {
	padding: 0 0 10px;
	margin-left: -35px;
	border-right: 0 !important;
}
#top-menu li ul li a {
	text-transform: capitalize;
	font-size: 1em;
}
#top-menu > li > a {
	border-bottom: 5px solid transparent;
}
#top-menu > li.current_page_item > a, #top-menu > li.current_page_ancestor > a {
	border-bottom: 5px solid #f9a21a;
}
a.loginbtn {
	font-family: 'Cabin', Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	background-color: rgba(255,255,255,0.2);
	padding: 3px 16px;
	float: right;
	z-index: 10000;
	transition: background-color 0.5s;
}
a.loginbtn:hover {
	background-color: #428f44;
	text-decoration: none !important;
}
#et_top_search {
	margin-top: 34px;
	margin-left: 40px;
}
/*
#et_search_icon:before {
	font-family: 'FontAwesome';
	content: '\f002';
}
*/

/* HOMEPAGE
------------------------------------------------------- */

.et_pb_row_0 .et_pb_text_0 h1 { text-shadow: 1px 1px 1px rgba(255,255,255,0.7); }

body #page-container .et_pb_button_0:before, body #page-container .et_pb_button_0:after {
	display: none !important;
}
div.et_pb_section.et_pb_section_4 {
	background-position: top center;
	background-image: url(images/bg_tree.gif) !important;
}
a.et_pb_button.grn {
	color: #ffffff !important;
	background: #428f44;
	margin-top: 16px !important;
}
a.et_pb_button.grn:hover {
	color: #ffffff !important;
	background: #f18920 !important;
	text-decoration: none !important;
}
.et_pb_section_4.et_pb_section { padding-top: 0; }
.et_pb_column_7 { padding: 10px 20px 30px 50px; }
.et_pb_section_1.et_pb_section { padding: 0; }
.et_pb_row_1.et_pb_row { padding-top: 0; }
.et_pb_section_1 { margin-top: -50px }
.et_pb_text_0 { max-width: 400px; }
.et_pb_row_0.et_pb_row { padding-top: 50px; padding-bottom: 100px; }
.et_pb_row_5.et_pb_row { padding-top: 0; }

.et_pb_column_1, .et_pb_column_2, .et_pb_column_3 {
	padding: 12px 12px 12px 20px;
}
.blue95	{ background-color: rgba(0,102,159,0.95); }
.green95	{ background-color: rgba(66,143,68,0.95); }
.teal95	{ background-color: rgba(33,122,114,0.95); }

div.et_pb_section.et_pb_section_0 { padding-top: 200px; }

/*
#gform_wrapper_5 .gfield_label, #gform_wrapper_5 .gfield_description,
#gform_wrapper_7 .gfield_label, #gform_wrapper_7 .gfield_description {
	display: none;
} 
#gform_wrapper_5, #gform_wrapper_7 {
	position: relative;
	margin-top: 50px;
}
#gform_wrapper_5 input[type=text], #gform_wrapper_7 input[type=text] {
	font-family: 'Cabin', Verdana, sans-serif;
	color: #00669f !important;
	background-color: #d9e8f1;
	border: 0;
	border-radius: 24px 0 0 0;
	padding: 10px 10px 10px 16px;
	width: 250px;
}
#gform_wrapper_5 input[type=submit], #gform_wrapper_7 input[type=submit] {
	font-family: 'Cabin', Verdana, sans-serif;
	color: #fff;
	font-weight: 700;
	background-color: #428f44;
	border: 0;
	border-radius: 0 0 24px 0;
	padding: 10px 16px 10px 10px;
	transition: background-color 0.5s;
}
#gform_wrapper_5 input[type=submit]:hover, #gform_wrapper_7 input[type=submit]:hover {
	background-color:  #f18920;
	text-decoration: none !important;
}
body #gform_wrapper_5 .gform_footer, body #gform_wrapper_7 .gform_footer {
    width: auto;
    position: absolute;
    top: 0;
    left: 250px;
    padding: 0;
    margin: 0;
}
*/
/*
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	list-style-type: none;
	padding: 0;
}
*/
#left-area ul, .entry-content ul { 
	list-style-type: disc; 
	list-style-position: inside; 
}
#left-area ol, .entry-content ol { 
	list-style-type: decimal; 
	list-style-position: inside; 
}
#left-area ul ul, .entry-content ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
#left-area ol ol, .entry-content ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}
h2.vidhead {
	font-size: 2.2em;
	line-height: 1.2em;
	*text-indent: -12px;
}
.lright {
	border-radius: 0 0 50px 0;
	-moz-border-radius: 0 0 50px 0;
	-webkit-border-radius: 0 0 50px 0;
	border: none;
}
h3.homestory {
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 20px;
}
h4.homestory {
	font-family: 'Cabin', Verdana, sans-serif !important;
	color: #428f44 !important;
	font-size: 20px;
	font-weight: 700;
	padding-top: 0;
}	
.circle {
	text-align: center;
}
.circle img {
	border-radius: 50%;
}
.oring img {
	border: 5px solid #f18920;
}
p.quote {
	font-size: 30px;
	line-height: 36px !important;
	padding-bottom: 0.5em;
}
p.quotee {
	font-family: 'Cabin', Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.et_pb_section_3.et_pb_section { padding-top: 0; padding-bottom: 0; }
.et_pb_text_4 { font-size: 18px; }
.et_pb_section_2.et_pb_section { padding-top: 0; padding-bottom: 0; }

.homeslidecontain {
    height: 500px;
    min-height: 500px;
    padding-right: 40%;
    text-align: left;
}
h2.et_pb_slide_title.hometitle {
	font-family: 'Cabin', Verdana, sans-serif;
    font-weight: bold;
    color: #00669f !important;
    text-shadow: none !important;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #f18920;
}
.et-pb-controllers a {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5) !important;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
    font-size: 72px;
}

/* MAIN STYLES
------------------------------------------------------- */

#main-content .container {
	padding: 0 0 50px;
	margin-top: -30px;
}
#main-content .container.home {
	padding: 0;
	margin-top: 0;
}
.fimage {
	margin-bottom: 20px;
}
h1.entry-title.main_title {
	padding: 0;
}
#loans {
	margin: 30px 0 0;
}
.fadecontainer {
	position: relative;
	width: 230px;
	height: 230px;
	float: left;
	margin: 0 12px 16px 0;
	overflow: hidden;
}
.fadeimage {
	display: block;
	width: 100%;
	height: auto;
}
.fadeoverlay {
	position: absolute;
	top: 180px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 230px;
	transition: .5s ease;
	background-color: rgba(66,143,68,0.8);
}
.fadecontainer:hover .fadeoverlay {
	top: 0;
}
.fadecontainer a:link {
	font-weight: normal !important;
	color: #fff !important;
}
.fadecontainer a:hover {
	text-decoration: none !important;
}
.fadetext {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	padding: 12px 20px;
}
.fadetext strong {
	font-family: 'Cabin', Verdana, sans-serif;
	font-size: 1.1em;
}

.commrow {
	width: 100%;
}
div.commsection {
	background-position: center center;
	background-image: url(images/bg_tree.gif) !important;
	background-size: contain;
	background-repeat: no-repeat;
}
h3.commstory {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 16px;
}
h4.commstory {
	font-family: 'Cabin', Verdana, sans-serif !important;
	color: #428f44 !important;
	font-size: 18px;
	font-weight: 700;
	padding-top: 0;
}
.alignleft {
	margin-right: 30px;
}
.alignright {
	margin-left: 30px;
}
#listing {
	margin-top: 20px;
}
.story {
	margin-bottom: 30px;
}
.entry-content > .biz table {
	border: 0;
}
.biz {
	display: block;
	width: 190px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 12px 5px 0 !important;
	border: 1px solid #ccc;
	text-align: center;
	min-height: 230px;
	max-height: 230px;
}
.biz tr td {
	width: 190px !important;
	text-align: center !important;
	border: none !important;
	padding: 10px 0 0 !important;
    line-height: 1em;
}
.biz td a {
	font-size: 0.9em;
}
.biz td img {
	max-width: 140px;
	max-height: 140px;
}
.et-learn-more {
	border: none;
}
.et-learn-more h3.heading-more {
	background: none;
	font-size: 17px;
	font-weight: 700;
	color: #428f44;
	text-transform: none;
	cursor: pointer;
	padding: 0 50px 10px 0;
}
.et-learn-more h3.heading-more span.et_learnmore_arrow {
	display: none;
}
.et-learn-more .learn-more-content {
	border-top: 0;
	padding: 10px 0 20px !important;
}
strong.bcmember:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f111';
    color: #f18920;
    padding-left: 5px;
}
.et-learn-more.bcd h2.heading-more {
    background-color: #f1f1f1;
    padding: 10px 20px;
    transition: background 0.5s;
}
.et-learn-more.bcd h2.heading-more:before, .et-learn-more.bcd h2.heading-more.open:before {
    font-family: 'FontAwesome';
    font-size: 24px;
}
.et-learn-more.bcd h2.heading-more:before {
    content: "\f13a";
}
.et-learn-more.bcd h2.heading-more.open:before {
    content: "\f139";
}
.et-learn-more.bcd h2.heading-more:hover {
    background-color: #edebe7;
}
/* Pagenavi */
.wp-pagenavi {
	border-top: 0;
	text-align: right;
	font-family: 'Cabin', Verdana, sans-serif;
}
.wp-pagenavi span.current {
	background-color: #00669f;
	color: #fff !important;
}
.wp-pagenavi a:hover {
	background-color: #f18920;
	color: #fff !important;
	text-decoration: none !important;
}
.wp-pagenavi .current, .wp-pagenavi a {
	padding: 5px 10px;
}
.wp-pagenavi a {
	color:  #428f44;
	background-color: #edebe7;
}
.staffblock {
	display: inline-block;
	float: left;
	text-align: center;
	width: 21%;
	margin: 0 2% 20px;
	min-height: 300px;
}
/*
a.staffblock img		{ border: 5px solid #fff; }
a.staffblock img:hover	{ border: 5px solid #f18920; }
*/
span.small {
	font-size: 0.8em;
}
/* SimpleModal Basic Modal Dialog - http://simplemodal.com / Copyright (c) 2013 Eric Martin - http://ericmmartin.com
   Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php */

.hide {
	display: none;
}
#simplemodal-overlay {
	background-color: #dddddd;
}
#simplemodal-container {
	height: 90%;
	max-height: 600px;
	width: 75%;
	color: #333;
	background-color: #fff;
	border: none;
	padding: 5%;
	border-radius: 24px 0 50px 0;
	-moz-border-radius: 24px 0 50px 0;
	-webkit-border-radius: 24px 0 50px 0;
	border: 0;
}
#simplemodal-container i {
	color: #a49c89;
}
#simplemodal-container h2 {
	font-family: 'Source Serif Pro', Georgia, serif;
	font-size: 2.5em;
	font-weight: 400;
}
#simplemodal-container .simplemodal-data {
	padding-right: 2%;
}
#simplemodal-container a.modalCloseImg {
	background: url(images/x.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.5s;
}
#simplemodal-container a.modalCloseImg:hover {
	opacity: 1;
}
/* Printing (yes, printing) 
@media print {
	.entry .staff {
		visibility: hidden;
	}
	.modal-modal {
		visibility: visible;
	}
	.simplemodal-overlay {
		background: #fff !important;
		opacity: 1 !important;
	}
	.simplemodal-container {
		position: absolute !important;
		width: 100% !important;
		max-height: 800px !important;
		top: 0 !important;
		left: 0 !important;
		padding-right: 100px !important;
	}
	h3.flame {
		padding-left: 5px;
		background: none;
	}
	h3.flame:before {
		content: url(images/lil_flame.png);
		margin-right: 5px;
	}
}
*/
#left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
	margin-left: 15px;
	padding: 0 0 25px 0;
	list-style-position: outside;
	list-style-type: decimal;
}


/* GRAVITY FORMS
------------------------------------------------------- */

/* RESET ---------------------------------------------- */
/*
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li { 
	list-style-type: none !important; 
	list-style-image: none !important;
	list-style: none !important; 
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
	content: "";
}

.gform_wrapper h2.gsection_title {
	border-top: 10px solid #fff !important;
	border-top: 10px solid #fff !important;
}
.gform_wrapper label.gfield_label {
	padding-top: 20px !important;
}
*/

/* multi-page form paging ------------------------------------------------------*/

.gform_wrapper .gform_page_footer {
	margin: 20px 0;
	width: 99%;
	border-top: 1px dotted #CCC;
	padding: 16px 0 0 0;
	clear: both;
}
.gform_wrapper .gform_page_footer .button.gform_button  {
	margin-right: 10px;
}

/* multi-page progress bar  ------------------------------------------------------*/

.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 99%;
	margin: 0 0 8px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px dotted #0f0;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	font-size: 13px;
	line-height: 1em !important;
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
	clear: both;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
	width: 99%;
	height: 20px;
	overflow: hidden;
	line-height: 20px !important;
	border: 1px solid #ACACAC;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	background-image: url(../images/percentbar_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.gform_wrapper .gf_progressbar_percentage {
	height: 20px;
	text-align: right;
	font-family: helvetica,arial,sans-serif;
	font-size: 13px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}
.gform_wrapper .gf_progressbar_percentage span {
	margin-right: 5px;
	margin-left: 5px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
	color: #959595;
	text-shadow: none;
}
.gform_wrapper .percentbar_blue {
	background-image: url(../images/percentbar_blue.png);
	background-repeat: repeat-x;
	background-color: #0072BC;
	color: #FFF;
}
.gform_wrapper .percentbar_gray {
	background-image: url(../images/percentbar_gray.png);
	background-repeat: repeat-x;
	background-color: #666;
	color: #FFF;
}
.gform_wrapper .percentbar_green {
	background-image: url(../images/percentbar_green.png);
	background-repeat: repeat-x;
	background-color: #94DC21;
	color: #FFF;
}
.gform_wrapper .percentbar_orange {
	background-image: url(../images/percentbar_orange.png);
	background-repeat: repeat-x;
	background-color: #DC7021;
	color: #FFF;
}
.gform_wrapper .percentbar_red {
	background-image: url(../images/percentbar_red.png);
	background-repeat: repeat-x;
	background-color: #DC2521;
	color: #FFF;
}
.gform_wrapper .percentbar_custom {
	background-image: url(../images/percentbar_custom.png);
	background-repeat: repeat-x;
}
.gsection_description {
	font-size: 17px;
}

/* multi-page steps ------------------------------------------------------*/
.gform_wrapper .gf_step {
	font-size: 0.75em !important;
	height: 36px !important;
	padding: 10px;
	margin: 16px 0 !important;
	border-radius: 12px 0 12px 0;
	-moz-border-radius: 12px 0 12px 0;
	-webkit-border-radius: 12px 0 12px 0;
	border: 0;
	opacity: 0.5 !important;
}
.gform_wrapper .gf_step_active {
	background-color: #b7d8ab;
	opacity: 1 !important;
}
/*
.gform_wrapper .gf_page_steps {
	width: 99%;
	margin: 0 0 8px 0;
	padding: 0;
}
.gform_wrapper .gf_step {
	width: auto !important;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 11px;
	height: 20px;
	line-height: 20px !important;
	color: #999;
	font-family: arial,sans-serif;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background: #dddddd;
}
.gform_wrapper .gf_step span.gf_step_number {
	font-size: 16px;
	float: left;
	font-family: arial,sans-serif;
	color: #fff;
	padding-right: 4px;
}
.gform_wrapper .gf_step.gf_step_active {
	color: #000;
	background: #ccc;
}
.gform_wrapper .gf_step_clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*/
/* Donate Form ------------------------------------------------------------- */
.ginput_price {
    display: none;
}
.gfp_huge_button ul.gfield_radio li input[type=radio], .gfp_big_button ul.gfield_radio li input[type=radio] {
    display:none;
}
/* HUGE buttons ------------------------------------------------------------ */
.gfp_huge_button ul.gfield_radio label {
	max-width: 300px;
	min-width: 220px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 25px 0 0 !important;
	float: none;
	background-color: #428f44;
	color: #fff;
	letter-spacing: 0.09375rem;
	-webkit-border-radius: 12px 0 25px 0;
	-moz-border-radius: 12px 0 25px 0;
	-ms-border-radius: 12px 0 25px 0;
	-o-border-radius: 12px 0 25px 0;
	border-radius: 12px 0 25px 0;
	font-family: Open Sans, sans-serif;
	display: block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1em !important;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-size: 1.8em !important;
	box-sizing: border-box;
	overflow: auto;
}
.gfp_huge_button .gfield_radio label:hover {
	background-color: #f18920;
}
.gfp_huge_button ul.gfield_radio input[type="radio"]:checked + label {
	background-color:  #00659f !important;

}
/* BIG buttons ------------------------------------------------------------- */
.gfp_big_button ul.gfield_radio li input[type=radio] {
    display:none;
}
.gfp_big_button ul.gfield_radio label {
	max-width: 300px;
	min-width: 160px;
	width: 100%;
	height: 70px;
	margin: 0 auto 10px !important;
	padding: 10px 30px !important;
	float: none;
	background-color: #428f44;
	color: #fff;
	letter-spacing: 0.09375rem;
	-webkit-border-radius: 12px 0 25px 0;
	-moz-border-radius: 12px 0 25px 0;
	-ms-border-radius: 12px 0 25px 0;
	-o-border-radius: 12px 0 25px 0;
	border-radius: 12px 0 25px 0;
	font-family: Open Sans, sans-serif;
	display: block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 0.8em;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 2em !important;
	font-weight: 300;
	box-sizing: border-box;
}
.gfp_big_button .gfield_radio label:hover {
	background-color: #f18920;
}
.gfp_big_button ul.gfield_radio input[type="radio"]:checked + label {
	background-color:  #00659f !important;
}
form .gform_body ul.gfield_radio li input {
	margin: 5px 5px 0 15px !important;
}
.ginput_container_fileupload > span.screen-reader-text {
	display: block;
}
@media only screen and ( max-width: 1220px ) {
	.gfp_huge_button ul.gfield_radio label { font-size: 1.5em !important; height: 70px; padding: 10px !important; min-width: 150px; }
	.gfp_big_button ul.gfield_radio label { font-size: 1.5em !important; height: 50px; padding: 10px !important; min-width: 120px; }
}
@media only screen and ( max-width: 980px ) {
	.gfp_huge_button ul.gfield_radio label { font-size: 1.5em !important; height: 70px; padding: 10px !important; min-width: 160px; }
	.gfp_big_button ul.gfield_radio label { font-size: 1.5em !important; height: 50px; padding: 10px !important; }
}

/* SIDEBAR / WIDGETS
------------------------------------------------------- */
#sidebar {
	padding-bottom: 0;
}
#sidebar .et_pb_widget {
	margin-bottom: 0;
}
.et_right_sidebar #main-content .container:before{
	left: 25% !important;
	right: auto !important;
}
body #page-container #left-area {
	float: right;
	padding-left: 3%;
	padding-right: 0;
}
body #page-container #sidebar {
	padding-left: 0;
	float: left;
}
.et_right_sidebar #sidebar {
	padding-left: 0;
}
.et_pb_widget_area_left {
	border-right: 0;
}
.advanced-sidebar-menu > ul {
	padding: 20px;
}
.advanced-sidebar-menu li a {
	font-family: 'Cabin', Verdana, sans-serif;
	padding: 0 10px 10px;
	display: block;
}
.advanced-sidebar-menu .parent-sidebar-menu > li > a {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0054a3;
	margin-bottom: 20px;
}
.advanced-sidebar-menu .child-sidebar-menu li a {
	color: #428f44;;
}
ul.grandchild-sidebar-menu, ul.children {
	padding: 10px 0 0;
}
.advanced-sidebar-menu .grandchild-sidebar-menu li a, .advanced-sidebar-menu .children li a {
	font-size: 0.9em;
	line-height: 1.1em;
	text-transform: none;
}
.advanced-sidebar-menu li.current_page_item > a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f054';
	color: #f18920;
	padding: 0 8px 0 0;
	margin-left: -20px;
}
.advanced-sidebar-menu li.current_page_item > a {
	font-weight: 700;
}
h4.widgettitle {
	font-size: 1em;
	font-weight: 700;
}
#sidebar .sidestory p {
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
}
#sidebar .sidestory a {
	color: #00a289;
}


/* FOOTER
------------------------------------------------------- */

#subfooter .fleaf {
	padding: 20px 10px 30px 40px !important;
}
#subfooter .et_pb_row_1.et_pb_row {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 20px 0 20px;
}
div.grayout {
	background-color: #d2d2d2 !important;
}
div.grayout img {
	filter: grayscale();
	opacity: 0.35;
}
div.grayout .et_pb_button {
	background-color: #bbbbbb;
}
div.grayout a {
	pointer-events: none;
	cursor: default;
}
#main-footer {
}
#footer-widgets {
	padding: 30px 0 0;
	font-family: 'Cabin', Verdana, sans-serif;
	line-height: 2em;
}
.fwidget h4.title {
	padding-top: 0 !important;
}
.et_pb_gutters3 .footer-widget {
	margin: 0 5.5% 10px 0;
}
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 1%;
}
.footer-widget h4.title {
	font-family: 'Cabin', Verdana, sans-serif !important;
	font-size: 1.2em !important;
	color: #cce0ec !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 0 0;
	margin-bottom: 10px;
}
.fwidget .textwidget {
	line-height: 1.7em !important;
}
.fwidget .textwidget a {
	color: #fff;
}
.fwidget img.iajfl {
	float: left;
	padding: 0 10px 50px 0;
	overflow: hidden;
}
#footer-bottom {
	background-color: transparent !important;
}
div.sicons {
	min-width: 300px;
	margin: 20px 0 0 50px;
}
.sicon {
	margin: 0 5px 10px 0;
	float: left;
}
.sicon:before {
	font-family: 'FontAwesome' !important;
	position: relative; /* this is the key to put it visually inside the search field */
	font-size: 28px;
	color: #fff;
	top: 0; /* tune this vertical alignment inside the search field, as needed */
	left: 0; /* tune this horizontal alignment inside the search field, as needed */
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	padding: 6px 8px;
	-webkit-border-radius: 5px 0 10px 0;
	-moz-border-radius: 5px 0 10px 0;
	-ms-border-radius: 5px 0 10px 0;
	-o-border-radius: 5px 0 10px 0;
	border-radius: 5px 0 10px 0;
	transition: color 0.5s, background-color 0.5s;
	-webkit-transition: color 0.5s, background-color .5s;
}

.yt:before { content: '\f167'; }
.in:before { content: '\f16d'; }
.li:before { content: '\f0e1'; }
.tw:before { content: '\f099'; padding: 6px 7px; }
.fb:before { content: '\f09a'; padding: 6px 12px; }

.fb:hover:before, .tw:hover:before, .li:hover:before, .in:hover:before, .yt:hover:before { background-color: #fff; }

.yt:hover:before { color: #bb0000; }
.in:hover:before { color: #e95950; }
.li:hover:before { color: #007bb5; }
.tw:hover:before { color: #55acee; }
.fb:hover:before { color: #3b5998; }

div.awards {
	text-align: left;
	float: right;
	margin: 0 0 20px;
}
.laward {
	float: left;
	margin-right: 20px;
}
/*
#gform_widget-2 #gform_wrapper_5, #gform_widget-2 #gform_wrapper_7 {
	position: relative;
	margin-top: 0;
}
#gform_widget-2 #gform_wrapper_5 input[type=text], #gform_widget-2 #gform_wrapper_7 input[type=text] {
	font-family: 'Cabin', Verdana, sans-serif;
	color: #fff !important;
	background-color: #00548d;
	border: 0;
	border-radius: 24px 0 0 0;
	padding: 10px 10px 10px 16px;
	width: 230px;
}
#gform_widget-2 #gform_wrapper_5 .gform_footer, #gform_widget-2 #gform_wrapper_7 .gform_footer {
    width: auto;
    position: absolute;
    top: 0;
    left: 230px;
}
#gform_widget-2 .gform_wrapper ul li {
	padding-left: 0;
}
*/
#footer-widgets .footer-widget li:before { /* Divi footer bullets! */
	display: none; 
}

.desktop-only	{ display: block; }
.mobile-only	{ display: none; }

/* RESPONSIVE
------------------------------------------------------- */

@media screen and ( min-width: 1000px ) and ( max-width: 1350px ) {
}

@media only screen and ( max-width: 1080px ) {
	#top-menu li { padding: 6px 10px 0 0; }
	.et_pb_text_0 h1 { font-size: 4em; }
	h2.vidhead { font-size: 1.2em; }
	.et_pb_text_6 p { font-size: 1em; line-height: 1.2em; }
	p.quote { font-size: 1.5em; }
	.advanced-sidebar-menu .parent-sidebar-menu > li > a { font-size: 1.2em; }
	.fwidget img.iajfl { padding-bottom: 80px;}
}

@media only screen and ( max-width: 1120px ) {
	#subfooter img { display: none; }
}
@media only screen and ( max-width: 980px ) {
    div.homeslidecontain .et_pb_slide_description { padding: 0.5% 16% 8%; }
    h2.et_pb_slide_title.hometitle { font-size: 2.5em !important; font-weight: bold !important; }
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header { position: fixed !important; background-color: #00669f !important; }
	.et_mobile_menu { overflow: scroll !important; max-height: 83vh; }
	#et_top_search { margin-top: 0; }
	#main-header .et_mobile_menu { background-color: #00669f !important; }
	.mobile_menu_bar:before { color: #fff !important; }
	h1.entry-title { font-size: 4em; }
	article { margin-bottom: 20px; }
	.staffblock {
		width: 29%;
		margin: 0 2% 20px;
		min-height: 280px;
	}
	#subfooter img { display: block; }
	.fwidget img.iajfl { padding-bottom: 150px;}
}

@media screen and ( max-width: 800px ) {
    .et_pb_slide { height: 500px !important; padding: 120px 2% 0; }
    .et_pb_container.homeslidecontain .et_pb_slider_container_inner { display: block !important; }
    .et-pb-controllers { bottom: 10px !important; }
    .et_pb_section.et_pb_section_1.et_section_regular.et_section_transparent { margin-top: 30px; }
    div.homeslidecontain .et_pb_slide_description { padding: 0.5% 16% 8%; }
    h2.et_pb_slide_title.hometitle { font-size: 2em !important; font-weight: bold !important;   }
}
@media screen and ( max-width: 770px ) {
	div.et_pb_section.et_pb_section_0 { padding-top: 150px; }
	.et_pb_text_0 {max-width: 350px; }
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) { margin-bottom: 2% !important }
	.sicons { margin: 0; }
	.fwidget img.iajfl { padding-bottom: 50px;}
}
@media screen and ( max-width: 720px ) {
    div.homeslidecontain .et_pb_slide_description { padding: 0.5% 8% 8%; }
    h2.et_pb_slide_title.hometitle { font-size: 2em !important; font-weight: bold !important;  }
	div.awards { display: block; width: 100%; clear: left; float: none; margin: 1px 0 20px; }
}
@media screen and ( max-width: 600px ) {
    .et-pb-arrow-prev, .et-pb-arrow-next { font-size: 60px; }
    .et_pb_slide { height: 400px !important; }
    .et_pb_container.homeslidecontain .et_pb_slider_container_inner { display: block !important; }
    h2.et_pb_slide_title.hometitle { font-size: 1.5em !important; font-weight: bold !important; }
	#sidebar, #subfooter, #et_top_search { display: none; }
	div.et_pb_section.et_pb_section_0 { padding-top: 100px; }
	.et_pb_text_0 {max-width: 250px; }
	.et_pb_text_0 h1 { font-size: 2.5em; }
	p.quote { font-size: 1.2em; }
	h1.entry-title { font-size: 3em; }
	.fwidget img.iajfl { display: none; }
	div.sicons { margin: 20px 0 0 0; }
}
@media screen and ( max-width: 480px ) {
    .et-pb-arrow-prev, .et-pb-arrow-next { font-size: 48px; }
    .et_pb_slide { height: 350px !important; }
    h2.et_pb_slide_title.hometitle { font-size: 1.25em !important; font-weight: bold !important; }
    div.homeslidecontain .et_pb_slide_description { padding: 0.5% 0% 0%; }
	.desktop-only	{ display: none; }
	.mobile-only	{ display: block; }
	.et_pb_row_0 .et_pb_text_0 h1 { color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }
	div.et_pb_section.et_pb_section_0 { background-position: 80% 50%; }
	.et_pb_section_0 .et_pb_row_0 { padding: 120px 0 30px; background-position: right; }
	.et_pb_row_0  .et_pb_text { max-width: 100%; }
	.staffblock {
		width: 100%;
		margin: 0 0 20px;
		min-height: 250px;
	}
	.simplemodal-data img { }
}
@media screen and ( max-width: 420px ) {
	h1.entry-title { font-size: 2.5em; }
	.alignleft.circle.oring, img.alignleft, img.alignright { float: none; }
}
@media screen and ( max-width: 380px ) {
    .et_pb_slide { height: 320px; }
    h2.et_pb_slide_title.hometitle { font-size: 1.1em !important; font-weight: bold !important; }
	.laward { margin-right: 0; margin-left: 27px; }
}