/*
Theme Name: Twenty Fourteen Child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Template: twentyfourteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Tags: blog,news,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 2.3.1546274365
Updated: 2018-12-31 10:39:25

*/

	
	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #24890d !important;
		border: 0;
		border-radius: 2px;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		padding: 10px 30px 11px;
		text-transform: uppercase;
		vertical-align: bottom;
	}
}

#masthead,#page { max-width:100% !important}

.gform_wrapper .instruction {
	display:none !important;
}

body .gform_wrapper .gform_body select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper .gform_body select.medium.gfield_select + div.chosen-container-single[style] {
    width: 95% !important;
}

.dlr_user_results table, .dlr_user_results th, .dlr_user_results td {
    border: 0;
}

.site-content .entry-content {
	margin:0 !important;
	width:950px;
	max-width:950px !important;
}

.gfk_four_col {
	width:25%;
	float:left;
	clear:none !important;
}

.gfk_four_col_end {
	width:25%;
	float:left;
}
.feu-box {
	margin-left:250px;
}

.profile-secondary {
    position: absolute !important;
    top: 0;
    margin: 0 !important;
}
.entry-content .chosen-container-single .chosen-single {
	border: 1px solid rgba(0, 0, 0, 0.6);
}
.search-toggle {
	display:none;
}

/* Styles for all media */
#print_helper {
  display: none;
}

@media print {
	.section-to-print pre, .section-to-print textarea {
		height:100% !important;
	}
	.section-to-print code,.section-to-print textarea {
		white-space: pre-wrap !important;
	}
	.section-to-print {
		overflow:visible;
	}
	
	/* Styles for print (include this after the above) */
#print_helper { 
    display: block;
    overflow: visible;
    font-family: Menlo, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", Monaco, monospace;
    white-space: pre;
    white-space: pre-wrap;
	border:1px solid #000;
}
.section-to-print textarea {
  display: none;
}
}

