/*
Theme Name: Avenue Theme
Theme URI: https://wordpress.org/themes/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.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; padding-right: 10px; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 30px;
}
li  {padding-left: 5px;font-size:14px; line-height:21px; padding-bottom:5px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


body								{ margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif;}
.wrapper							{ overflow-y:hidden; position:relative;}
.container							{ padding:0; margin:0 auto; width:1004px;}
.careerlink							{font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color: #039147; float: right;line-height: 36px;}
.careerlink	 a						{color: #039147;text-decoration: none;}
.clear								{ clear:both ; display:block !important; font-size:0px!important; line-height:0px!important; float:none!important; height:0!important; width:0!important; padding:0!important; margin:0!important; background:none!important; float:none!important;}
h1									{ font-size:36px; line-height:38px; color:#665e46; font-family: 'Open Sans', sans-serif; padding-bottom:25px;}
h2									{ font-size:28px; line-height:30px; color:#000000; font-family: 'Open Sans', sans-serif; padding-bottom:18px;}
h3									{ font-size:21px; line-height:24px; color:#000000; font-family: 'Open Sans', sans-serif; padding-bottom:6px; }
h4									{}
h5									{ font-size:18px; line-height:20px; font-style:italic; padding-bottom:17px;}
ul li h5							        { font-size:16px; line-height:24px; font-style:italic; padding-bottom:17px;}
p									{ font-size:16px; line-height:24px; color:#333333; font-family:Georgia, "Times New Roman", Times, serif; margin:0; padding-bottom:30px;}

.banner								{ position:absolute; left:0; top:0; width:100%; height:auto;}
.banner	 img						{ width:100%; height:auto;}

.header								{ position:relative; z-index:99; background:#fff;}
.top_header							{ padding:26px 0 37px;}
a.logo								{ margin-left:5px;}
.Navigation_wrap					{ background:#333333;}
.navigation ul						{ margin:0;}
.navigation ul li					{ list-style:none; position:relative;}
.navigation ul li a					{ text-decoration:none;}
.navigation >ul						{ float:left; }
.navigation >ul>li					{ float:left; margin-right:40px !important;}
.navigation >ul>li>ul,
.navigation >ul>li>ul>li>ul         { height: auto !important; }
.navigation >ul>li:last-child		{ margin-right:0;}
.navigation >ul>li:hover >a			{ background:#039147;}
.navigation >ul>li.active >a		{ background:#039147;}
.navigation >ul>li.current-menu-item >a		{ background:#039147;}
.navigation >ul>li>a				{ font-family: "trajanpro-regular"; font-size:18px; color:#fff; line-height:48px; height:48px; display:block;   padding: 2px 12px 0;
  box-sizing: border-box;}
.navigation ul li ul				{ position:absolute; left:0; top:100%; background:url(images/submenubg.png) left top repeat; width:214px; padding:10px 0 11px; display:none;}
.navigation ul li ul li				{ padding:4px 12px;}
.navigation ul li ul li a			{ font-family: 'Open Sans', sans-serif; font-size:16px; line-height:18px; color:#ffffff; }
.navigation ul li ul li ul			{ left:100%; top:0; display:none;}
.navigation ul li ul li:hover > a		{ color:#66ff99;}

.main_container						{ position:relative; z-index:9; padding:40px 0;}
.inner_container					{ position:relative; z-index:9; padding:40px 0;}
.main_container	.content			{ padding-bottom:85px; padding-top:85px;}
.content							{ background:url(images/maincontbg.png) left top repeat; padding:28px 35px; border-radius:13px;}
.content a                                                 {color:#039147; font-family: 'Open Sans', sans-serif; text-decoration:none;}
.content a:hover			                {color:#000;}
.left_cont							{ width:65.5%; float:left; padding-top:0px;}
.left_cont p						{ font-size:18px; line-height:31px; color:#333333; padding-bottom:39px;}
.left_cont img						{ float:left; margin:-26px 18px 0; display:block;}
.right_cont							{ width:23.5%; float:right; padding-top:0px; padding-right: 3%;}
.content a.read_more				{ float:right; font-size:14px; color:#000; text-decoration:none; font-style:italic; line-height:16px; } 
.right_cont	h5						{ color:#019146;}
.right_cont p						{ font-size:14px; line-height:21px; padding-bottom:12px;}
.right_cont img						{ display:block; margin-bottom:35px;}

.footer								{ position:relative; z-index:99; background:#fff; padding:52px 0 50px;}
.footer_links						{ float:right;}
.footer_links ul					{ margin:0; float:right;  padding-right:28px;}
.footer_links ul li					{ float:left; list-style:none;}
.footer_links ul li					{ background:url(images/sep.png) left 4px no-repeat; padding:0 6px 0 11px;}
.footer_links ul li:first-child		{ background:none; padding-left:0;}
.footer_links ul li	a				{ font-size:13px; line-height:16px; color:#000000; font-family: 'Open Sans', sans-serif; text-decoration:none;}
.footer_links ul li	a:hover			{color:#039147;}
em.copyright						{ float:right; font-size:13px; line-height:16px; color:#666666; font-family: 'Open Sans', sans-serif; font-style:normal; padding-right:34px;}
em.copyright a						{ color:#666666; text-decoration:none; }
em.copyright a:hover				{ color:#039147;}
.subtitle.center					{ text-align:center;}
.subtitle							{ padding-top:20px; padding-bottom:3px;}
.inner_container .content p:last-child{ padding-bottom:0;}

.side_links							{ float:left; width:23%; padding-top:22px;}
.inner_right_cont					{ float:right; width:72.5%;}
.side_links ul						{ margin:0;}
.side_links ul	li					{ list-style:none; padding-bottom:6px;}
.side_links ul	li	a				{ font-size:17px; line-height:19px; color:#333333; text-decoration:none; font-family: 'Open Sans', sans-serif;}
.side_links ul	li	a:hover			{ color:#029146;}
.side_links ul	li.active 	a		{ color:#029146;}
.side_links ul	li.current_page_item 	a		{ color:#029146;}

.twocol_cont ul						{ float:left; width:100%; margin:0;}
.twocol_cont ul li					{ float:left; width:47%; list-style:none; padding-bottom:22px; padding-top:15px; margin-right: 20px;}
.twocol_cont ul li.odd				{ float:right;}
.twocol_cont .subtitle				{ padding-top:14px; padding-bottom:0;}
.twocol_cont ul li span			{ padding-bottom:12px; display:block; font-size: 18px;
    font-style: italic;
    line-height: 20px; color: #019146; display:block;}
.twocol_cont ul li p				{ padding-bottom:2px;}
.twocol_cont ul li a				{ font-size:16px; line-height:24px; color:#029146; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif;}
.twocol_cont ul li a:hover			{ text-decoration:underline;}
a.menubtn							{ display:none;}
.navigation ul li span				{ display:none;}

body {	
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
 
.navigation >ul>li.current-page-parent >a {
  background: #039147;
}


