/*
Theme Name: IFGM
Theme URI: 
Author: 
Author URI: 
Description:
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready
Version: 1.1.0
*/




/* ----- START [4] Custom Styles ----- */

@font-face {
    font-family: 'BellGothicStdBlack';
    src: url('font/bellgothicstd-black_0.eot');
    src: url('font/bellgothicstd-black_0.eot') format('embedded-opentype'),
         url('font/bellgothicstd-black_0.woff') format('woff'),
         url('font/bellgothicstd-black_0.ttf') format('truetype'),
         url('font/bellgothicstd-black_0.svg#BellGothicStdBlack') format('svg');
}

@font-face {
    font-family: 'Schoolbook';
    src: url('font/SCHLBKB_0.TTF.ttf') format('truetype');
}

@font-face {
    font-family: 'duepu';
    src: url('font/duepuntozero.ttf') format('truetype');
}



/* -- Body Styles -- */

body {
	color:#444;
	font-family: 'Open Sans', sans-serif;
	background:url(images/bg.png) repeat-x top center;
	margin:0px auto;
	padding:0px;
	}
	
.wrapper {
	width:1140px;
	margin:0px auto;
	padding:0px;
	background: url(images/bg.png) repeat-x top #FFF;
	box-shadow:0px 6px 10px #333;
}
.form_head{
font-size:16px !important;
font-weight:bold !important;
color:#000000 !important;
margin:15px 0 !important;
}
/* -- Header -- */

header {
	width:1140px;
	margin:0px auto;
	padding:0px;
	}
	
header .logo {
	width:203px;
	margin:0px 0px 0px -4px;
	padding:0px;
	height:174px;
	float:left;
	position:absolute;
	z-index:99;
	border:0;
	}
img{
border:0;
}
	
.top-strip {
	float: right;
	margin: 0px;
	font-size: 13px;
	color: #FFFFFF;
	width: 82%;
	height: 30px;
}

.follow {
	float:left;
	text-align:left;
	margin:7px 15px 0px 0px
}
.top-strip ul {
	float:left;
	margin:0px;
	font-size:13px;
	color:#FFFFFF;
	padding:0px;
	text-align:left
}

.top-strip ul li {
	list-style-type:none;
	float:left
}

.top-strip ul li {
	list-style-type:none;
	float:left;
	margin:10px 10px 0px 0px;
}

.top-strip ul li a.in {
	list-style-type:none;
	float:left;
	background: url(images/in.png) no-repeat center top;
	width:12px;
	height:13px;
	text-indent:-999px;
	position:relative
}

.top-strip ul li a.in:hover {
	list-style-type:none;
	float:left;
	background: url(images/in.png) no-repeat center bottom;
	width:12px;
	height:12px;
	text-indent:-999px;
	position:relative;
}

.top-strip ul li a.twitter {
	list-style-type:none;
	float:left;
	background: url(images/twitter.png) no-repeat center top;
	width:20px;
	height:14px;
	text-indent:-999px;
	position:relative
}

.top-strip ul li a.twitter:hover {
	list-style-type:none;
	float:left;
	background: url(images/twitter.png) no-repeat center bottom;
	width:20px;
	height:14px;
	text-indent:-999px;
	position:relative
}

.contact-no {
	font-size: 15px;
	color: #FFFFFF;
	float: right;
	margin: 7px 10px 0px 0px;
	padding: 0px 0px 0px 25px;
	background: url(images/phone-icon.png) no-repeat left center;
}
	
/* -- Main Navigation -- */

nav.main {
	background:url(images/main-nav-bg.png) repeat-x;
	margin:70px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:48px;
	float:left;
	}
	
nav.main ul {
	width:750px;
	margin:0px 0px 0px 235px;
	padding:0px;
	text-align: center;
	float:left;
	text-align:right;
	border:0px solid #91c61e;
	}
	
nav.main ul .menu {
	width:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align: center;
	float:right;
	text-align:right
	}
	
nav.main ul li {
	width:auto;
	margin:0px auto;
	padding:0px;
	text-align: center;
	float:left;
	text-align:center;
	list-style-type:none;
	display: inline-block;
	position: relative;
	border:0px solid #91c61e;
	}
	
nav.main ul li a {
	width:auto;
	margin:0px;
	text-align: center;
	float:left;
	text-align:center;
	list-style-type:none;
	color:#232222;
	font-size:16px;
	font-weight:bold !important;
	text-decoration:none;
	padding:13px;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
nav.main ul li a:hover {
	width:auto;
	margin:0px auto;
	text-align: center;
	float:left;
	text-align:center;
	list-style-type:none;
	color:#232222;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:13px;
	/*background:#e2f1b9;*/
}


nav.main li ul.sub-menu {
    display:none;
    position: absolute;
    top: 47px;
    left: 0;
    width:260px;
	margin:0px auto;
	background:#91c61e;
	z-index:999

}

nav.main li ul.sub-menu li {
	font-size:13px !important;
	text-align:left !important;
	width:100% ;
	border-bottom:1px #73a20e solid;
}

nav.main li ul.sub-menu li:hover {
background:#e2f1b9;
}
nav.main li ul.sub-menu li a {
	font-size:13px !important;
	
	text-align:left !important;
	width:100%;
	padding:13px 0 13px 13px;
}

nav.main li:hover ul.sub-menu {
    display:block;
}
	
.current_page_item {
	width:100%;
	margin:0px auto;
	text-align: center;
	float:left;
	text-align:center;
	list-style-type:none;
	color:#232222;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:13px;
	background:#e2f1b9;
	}
	
.blog-button {
	float:right;
	margin:-8px 40px 0px 0px;
	padding:0px;
}



.items_group .one{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	
	}

.items_group .one:first-child{
	border-top:1px solid #DDDDDD;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}
	
.items_group .one:last-child{
		border-left:0px solid #DDDDDD;
	    border-right:0px solid #DDDDDD;
	    padding-top: 20px;
		border-top:0px solid #DDDDDD;
	}
	
	
.items_group .one:nth-last-child(2){
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom:1px solid #DDDDDD;
	}

	
.tp-caption.boxed_large_dark {
	color:#191919 !important;
	font-size:23px !important;
	font-weight:200 !important;
	text-align:center !important;
	margin:55px 20px !important;
	padding:0px !important;
	background:none !important
}

#Subheader {
	background:none !important;
}

#Subheader h1 {
	font-size: 25px !important;
	color: #000000 !important;
	width: auto !important;
	float: left !important;
	font-weight: bold !important;
	margin: -80px 0px 0px 0px !important;
	padding: 0px 0px 0px 35px !important;
	position: relative;
}

#mfn-rev-slider {
	box-shadow:0px 2px 5px #CCCCCC;
	height:auto !important;
	padding-top:0px;
}
.slotholder{
	background:url(http://ifgm.com.au/wp-content/plugins/revslider/images/transparent.png) repeat !important;
	padding-top:30px;
}

/* -- Marketing Area -- */

.marketing-area {
	background:#f6f6f6;
	width:100%;
	margin:0px auto;
	padding:0px;
	box-shadow:0px 2px 5px #CCCCCC
	
	}
	
.marketing-area h1 {
	color:#191919;
	font-size:23px;
	font-weight:200;
	text-align:center;
	margin:45px 20px;
	padding:0px;
	float:left;
	position:relative
	}
	
ul.breadcrumbs {
	margin:-40px 0px 0px 0px;
	padding:0px 0px 0px 35px;
	float:left;
	position:relative
}



ul.breadcrumbs li {
	margin:0px auto;
	padding:0px;
	float:left;
	list-style-type:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#656563;
}

ul.breadcrumbs li a {
	margin:0px auto;
	padding:0px;
	float:left;
	list-style-type:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none
}

ul.breadcrumbs .home a {
	margin:0px auto;
	padding:0px;
	float:left;
	list-style-type:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5c880d !important;
	text-decoration:none
}

ul.breadcrumbs .home span {
	margin-left:5px;
	margin-right:5px;
}



/* -- Mid-Section -- */

.mid-section {
	width:100%;
	margin:0px auto;
	padding:0px;


	}

/* -- Sidebar -- */

aside {
	}

/* -- Main Content Block -- */


		
.content {
	width:92.2%;
	padding:20px 45px;
	margin:0px auto;
	float:left
	}

.content-inner {
	width: 94.2%;
	padding: 20px 35px;
	margin: 0px auto;
	float: left;
}

.widget-area {
	width:300px;
	margin:0px auto;
	padding:0px;
	float:left;
}

.the_content {
	width:68%;
	float:right;
	margin:0px auto;
	padding:0px;
}

.the_content p {
	color:#3b3b3b;
	font-size:14px;
	font-weight:500;
	float:left;
	 margin: 10px 0;
	 width:100%;
}
.widget > h3 {
	color: #000 !important;
	font-size:16px !important;
	background:#a4cd39 !important;
	margin:0px auto !important;
	padding:13px 32px !important;
	float:left !important;
	width:79% !important;
	font-weight:bold !important;
	line-height:normal
}

.widget ul.menu {
	float:left;
	margin:0px auto;
	padding:0px;
	border:1px #dddddd solid;
	width:99.9%;
	
}

.menu-main-menu-container {
	/*background:url(images/shadow.png) no-repeat bottom;*/
	padding-bottom:37px;
	float:left;
	width:100%;
	margin-bottom:40px;
}

.menu-main-menu-container ul{
	float:left;
	margin:0px auto;
	padding:0px;
	border:1px #dddddd solid;
	width:99.9%;
	}


.menu-main-menu-container ul li {
    border-bottom: 1px dotted #333333;
    float: left;
    list-style-type: none;
    margin: 0 auto;
    padding: 10px;
    width: 93%;
}

.menu-main-menu-container ul li:last-child {
    border-bottom: 0px dotted #333333;
}

.menu-main-menu-container ul li a {
    background: url("images/links.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000000;
    float: left;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 0 0 21px;
    text-decoration: none;
}

.menu-main-menu-container ul li a:hover {
    color: #628507;
    float: left;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 0 0 21px;
    text-decoration: none;
}

.menu-sidebar-container{
/*	background:url(images/shadow.png) no-repeat bottom;
	padding-bottom:37px;
	float:left;
	width:100%;
	margin-bottom:40px;*/
}



.widget ul.menu li {
	float:left;
	margin:0px auto;
	padding:10px 10px;
	list-style-type:none;
	border-bottom:1px #333 dotted;
	width:93.2%;
	
}


.widget ul.menu  .current_page_item a{
  background: url("images/activelinks.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: rgb(98, 133, 7);
	}
#sidebar-1 {
	float:left;
	width:300px;
}

.widget ul.menu li:last-child {
	float:left;
	margin:0px auto;
	padding:10px 10px;
	list-style-type:none;
	border-bottom:none;
	width:93%
}

.widget ul.menu li a {
	font-size:14px;
	margin:0px auto;
	padding:0px 0px 0px 21px;
	float:left;
	text-decoration:none;
	color:#000;
	background:url(images/links.png) no-repeat left;
}

.widget ul.menu li a:hover {
	font-size:14px;
	margin:0px auto;
	padding:0px 0px 0px 21px;
	float:left;
	text-decoration:none;
	color:#628507;
	
}

.widget ul.sub-menu li.current-menu-item a {
	font-size:14px;
	margin:0px auto;
	padding:0px 0px 0px 21px;
	float:left;
	text-decoration:none;
	color:#628507;
	background:#e2f1b9
}
	
.brochure-button {
	float:right;
	margin:0px 30px 0px 0px;
	padding:0px;
}

.brochure-button a {
	float:right;
	margin: 0px 0px 0px 0px;
	padding:0px;
	-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
}



.signup {
	float:right;
	margin:0px auto;
	padding:0px;
}

.signup a {
	float:right;
	margin: 0px 0px 0px 0px;
	padding:0px;
	-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
}



.programs {
	float:left;
	margin:0px auto;
	padding:0px;
	width:100%;
}

.programs ul {
	width:100%;
	margin:0px auto;
	padding:0px;
	float:left;
}

.programs ul li {
	width:324px;
	margin:10px 39px 29px 0px;
	padding:0px;
	float:left;
	list-style-type:none
}

.programs ul li:nth-child(3n) {
	width:324px;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style-type:none
}

.programs ul li a {
	text-decoration:none;
	float:left;
	width:auto;
	height:auto
}

.programs ul li a images {
	width:324px;
	height:254px;
	margin:0px auto;
	padding:0px;
	float:left
}

.programs ul li a images:hover {
	width:324px;
	height:254px;
	margin:0px auto;
	padding:0px;
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
float:left
}

.programs ul li a h2 {
	width: 322px;
	height: auto;
	margin: 0px auto;
	padding: 17px 0px 10px 0px;
	border: 1px #a7a7a7 solid;
	font-size: 18px;
	color: #486300;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	background: url(images/arror-bg.png) no-repeat top;
	border-top: none;
	text-align: center;
}

.paragraph {
	font-size:23px;
	color:#444444;
	text-align:center;
	margin:0px auto;
	padding:0px;
	float:left;
	font-weight:100;
	line-height:1.5em;
}

.latest_posts_wrapper {
background: #f6f6f6;
margin: 30px 0px 20px -45px;
padding: 20px 45px;
float: left;
width: 99.9%;
box-shadow: 0px 2px 5px #CCCCCC;
}

.latest_posts_wrapper h5 {
font-size: 21px;
color: #232323;
margin: 0px auto;
padding: 0px;
float: left;
font-weight: bold;
text-transform: uppercase;
width:100%
}

.desc {
	background:#FFF;
	border:1px #dcdada solid;
	margin:15px 30px 0px 0px;
	padding:17px;
	float:left;
	width:27.5%;
	min-height: 200px;
}

.desc:last-child {
	background:#FFF;
	border:1px #dcdada solid;
	margin:15px 0px 0px 0px;
	padding:17px;
	float:left;
	width:27.5%;
	min-height: 200px;
}

.desc h6 {
	margin:0px auto !important;
	padding:0px;
	float:left;
	font-size:16px;
	color:#1e1e1e;
	width:100%;
	font-weight:normal;
	min-height: 48px;
	
}

.desc h6 a {
	margin:0px auto !important;
	padding:0px;
	float:left;
	font-size:16px;
	color:#1e1e1e;
	width:100%;
	text-decoration:none;
}

.desc h6 a:hover {
	margin:0px auto !important;
	padding:0px;
	float:left;
	font-size:16px;
	color:#91c61e !important;
	width:100%;
	text-decoration:none;
}

.desc .date {
	margin:0px auto !important;
	padding:5px 0px 7px 0px;
	float:left;
	font-size:12px;
	color:#3f3f3f;
	width:100%;
	border-bottom:1px #dcdcdc solid;
}

.desc p {
	font-size:13px;
	color:#464646;
	float:left;
	width:100%;
	margin-bottom:0px;
	padding-bottom:0px;
}

.desc p a {
	font-size:13px !important;
	color:#464646 !important;
	text-decoration:none !important;
}

.menu-main-menu-container .Recent_posts .desc {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #DCDADA;
    float: none;
    margin: inherit;
    padding: inherit;
    width: auto;
	min-height:inherit;
}


.menu-main-menu-container .Recent_posts .desc:last-child {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #DCDADA;
    float: none;
    margin: inherit;
    padding: inherit;
    width: auto;
	min-height:inherit;
}

.menu-main-menu-container .Recent_posts .desc h6 {
    color: inherit;
    float: none;
    font-size: inherit;
    font-weight: normal;
    margin: inherit;
    padding: 0;
    width: auto;
	min-height:24px;
	
}

.menu-main-menu-container .Recent_posts .desc h6 a {
    color: #1E1E1E;
    float: left;
    font-size: 16px;
    margin: inherit !important;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.menu-main-menu-container .Recent_posts .desc p {
    display:none;
}


.menu-main-menu-container .Recent_posts .title {
    color: inherit !important;
    float: inherit !important;
    font-family: inherit;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: normal;
    margin: inherit !important;
    padding: inherit !important;
    width: auto !important;
}

.section-post-content ul  {
    float: left;
    margin: 2px 0;
    padding: 0;
}


.section-post-content ul li {
color: #3b3b3b;
font-size: 15px;
float: left;
list-style:none;
background: url(images/links.png) no-repeat 0px 8px;
margin: 2px auto;
padding: 2px 10px 2px 10px;
width: 93%;
}


.section-post-content ol  {
    float: left;
    margin: 2px 0;
    padding: 0;
}

.section-post-content ol li {
color: #3b3b3b;
font-size: 15px;
float: left;
list-style:decimal;
list-style-position:inside;
margin: 2px auto;
padding: 2px 10px 2px 10px;
width: 93%;
}
.contact-no {
	font-size: 15px;
	color: #FFFFFF;
	float: right;
	margin: 7px 10px 0px 0px;
	padding: 0px 0px 0px 25px;
	background: url(images/phone-icon.png) no-repeat left center;
	text-decoration:none;
}

.partners-logo {
	width:100%;
	margin:0px auto;
	padding:0px;
	float:left;
	text-align:center;
}

.partners-logo img {
	margin-left:25px;
	text-align:center;
	margin-right:25px;
}

.photo {
margin-left: 25px;
text-align: center;
margin-right: 25px;
float:left
}

.image {
	text-align:center;
}

.join-linkedin {
	float:left;
	width:100%;
	margin:0px auto;
	padding:0px;
	background:url(images/linkedin-header.png) no-repeat left top;
}

.join-linkedin ul {
	float:left;
	width:98.7%;
	margin:84px 0px 0px 0px;
	padding:0px;
	background:#f9f9f9;
	border:1px #dddddd solid
}

.join-linkedin ul li {
	float:left;
	width:90%;
	font-size:14px;
	color:#3b3b3b;
	list-style-type:none;
	border-bottom:1px #f6f6f6 solid;
	margin:0px auto;
	
}

.join-linkedin ul li:last-child {
	float:left;
	width:90%;
	font-size:14px;
	color:#3b3b3b;
	list-style-type:none;
	border-bottom:none;
	margin:0px auto;
	
}

.join-linkedin ul li span {
	float:left;
	width:auto;
	font-size:20px;
	color:#cfcfcf;
	list-style-type:none;
	border-bottom:1px #f6f6f6 solid;
	font-family: 'Schoolbook';
	font-weight:bold;
	margin-right:10px;
}

.join-linkedin ul li a {
	text-decoration:none;
	color:#3b3b3b;
	font-size:14px;
}

.join-linkedin ul li a:hover {
	text-decoration:none;
	color:#628507;
	font-size:14px;
}

.join-linkedin ul li:nth-child(even) {
	float:left;
	width:90%;
	font-size:14px;
	color:#3b3b3b;
	list-style-type:none;
	background:#ffffff;
	padding: 10px 15px;
}

.join-linkedin ul li:nth-child(odd) {
	float:left;
	width:90%;
	font-size:14px;
	color:#3b3b3b;
	list-style-type:none;
	padding: 10px 15px;
}

.tell-us {
	background:#a4cd39;
	float:right;
	font-size:15px;
	color:#010101;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	border:2px #FFF solid;
	padding:7px 7px;
}

.tell-us a {
	text-decoration:none
}


.tell-us a:hover {
	text-decoration:none;
	color:#FFFFFF
}


.outer {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	float:right;
	margin: 10px 5px;
	border:2px solid #a4cd39;
}

.outer h4 {
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: right;
border: 2px solid #fff;
background: #a4cd39;
margin: 0px auto;
padding: 2px 5px 2px 5px;
font-size: 20px;
font-family: 'duepu';
font-weight: bold;
}
.outer h4 a{
font-size: 20px;
font-family: 'duepu';
font-weight: bold;
text-decoration:none;
}
.outer h4 a:hover{
font-size: 20px;
font-family: 'duepu';
font-weight: bold;
text-decoration:none;
}


.program-full{
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top: -5px;
}

.program-image{
	width:17%;
	float:left;
}
.program-image img {
float: left;
display: inline;
margin: 14px 5px 0px 0px;
width: 100px;
height: 100px;
border: 2px #a7a7a7 solid;
}

.program-para{
	width:80%;
	float:left;
}

.faq-question{
	width:100%;
	float:left;
	}
.faq-question a{
	text-decoration:none;
	color:#628507;
	}
.faq-question a:hover{
	text-decoration:none;
	color:#000;
	}


.faq-answer{
	width:100%;
	float:left;
	}
	
	
.program-list{width:100%;
padding:0;
margin:0;
float: left;
border: 1px solid #e3e3e3;}

.program-list li{border-bottom: 1px dotted rgb(51, 51, 51);
    float: left;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background-color: #f4f2f3;}
	
	.program-list li:last-child {
border-bottom: 0px dotted rgb(51, 51, 51);
	}

.program-list li .program-one{
width: 17%;
float: left;
text-align: right;
color: #000;
font-size: 15px;
background-color: #f4f2f3;
padding: 6px 10px 6px 11px;
	}

.program-list li .program-two{
width: 77%;
float: left;
text-align: left;
font-weight: 500;
color: #3b3b3b;
font-size: 14px;
background-color: #f8f8f8;
padding: 6px 10px 6px 11px;
	}
	
.accordion .accordion_wrapper {
padding-left: 0px;
overflow: hidden;
border:0px #dddddd solid;
width:100%;
border-radius:0px;
}

.accordion .question h5, .faq .question h5 {
color: #23384e;
}

.accordion .question>h5 {
	border-bottom:0px #dddddd solid;
	float:left;
	cursor:pointer;
	width:100%;
	margin:0px auto;
	padding:7px 0px 7px 10px;
	font-size:15px;
	color:#3b3b3b;
	font-weight:bold;
	/*border-top:1px #dddddd solid;*/
}

.accordion .active h5 {
color: #608e0e !important;
font-weight:bold;

}


.accordion .question .answer p {
color: #3b3b3b;
font-weight: 500;
float: left;
padding:0px 0px 0px 20px;
}

.accordion .question .answer p a{

color: rgb(96, 142, 14) !important;
text-decoration:none;
}

.accordion .question .answer p a:hover{
color: #000!important;
}


.accordion .question .answer ul{
margin: 0px 0;
padding: 10px 0px 10px 20px;}

.accordion .question .answer li {

color: #3b3b3b;
font-weight: 500;
float: left;
background:url(images/accordian-content-tick.png) no-repeat left top;
padding:0px 0px 0px 30px;
background-position: 0px 3px;
list-style-type:none;
clear:both;
}

.accordion .question.active h5 span.icon {
background: url("images/accordian.png") no-repeat left bottom !important;
height:19px;
width:19px;
float:left;
margin:4px 10px 0px 0px
}

.testi{
/*background:url(images/user_male.png) no-repeat left top;
padding:0px 0px 0px 30px;*/
}

.readmore{text-align:right;
}

.readmore span{
margin-right:20px;}


.accordion .question h5 span.icon {
background: url("images/accordian.png") no-repeat left top !important;
height:19px;
width:19px;
float:left;
margin:4px 10px 0px 0px
}

.accordion .question .answer {
     border-top: 1px #dddddd solid !important;
    display: none;
    float: left;
    overflow: hidden;
    padding: 0 15px 15px;
}


.entry-meta {
color: #628507;
font-size: 12px;
margin-top: 5px;
margin-left: 0;
}

.bottom-para{
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
	text-decoration:none;
	}

.bottom-para a{
	text-decoration:none;
	}
	
	.content hr {
		}
		
	.content blockquote {
		}
		
	.content a,
	.content a:visited {
		
		}
	
	.content a:hover,
	.content a:active,
	.content a:focus {
		
		}
	
	.content ul a, .content ol a {
		
		}
	
	.content ul a:hover, .content ol a:hover {
		
		}
		
	.content p {
		
		}
		
	.content table {
		
		}
		
		.body-liststyle{
	float: left;
    margin: 0 ;
    padding: 0;	
		}
	
	
		.body-liststyle li{	 
    background: url("images/links.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #3b3b3b;  
    text-decoration: none
    float: left;   
    padding: 0 0 0 10px;
    text-decoration: none;
	width: 93%;	
    font-size: 15px;
    font-weight: 500;
	list-style-type:none;}
			
	.past{float: left;
    margin: 0 ;
    padding: 0;
	width: 30%;
	margin-bottom: 20px;
	}
		.past li, .past li{	 
		    background: url("images/links.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
		    padding: 0 0 0 10px;	
			float: left;
			list-style-type: none;
			margin: 2px auto;
			width: 93%;
			color: #3b3b3b;}
			
	.link-past{float:right;}
	
	.body-list{
	float: left;
    margin: 0 ;
    padding: 0;	
		}
		
	.body-list li, .body-list li{	 
    float: left;
    list-style-type: none;
    margin: 0 auto;
    padding: 2px 10px;
    width: 93%;
	color: #3b3b3b;}
			
			
			
.body-list li a, 	.body-list li a {
    background: url("images/links.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #628507;
    font-size: 15px;
    text-decoration: none
    float: left;  
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;}
	
			
		.body-list li a:hover, 	.body-list li a:hover {    
	 color: #000000;
 
    }
			
	.content h1 {
		font-size:21px;
		color:#232323;
		margin:0px auto;
		padding:0px;
		float:left;
		font-weight: bold;
		text-transform:uppercase;
		width: 100%;		
		}
		
		.entry-meta a {
text-decoration: none;
color: #628507;
}
	
			.entry-meta a:hover {
text-decoration: none;
color: #000;
}




.calender{float: left;
margin: 10px 0;
padding: 0;
width: 100%;
}

#color{float: left;
width: 100%;
border:1px #dddddd solid;
margin:15px 0;
border-radius:5px;
}

#color:hover{background: none repeat scroll 0 0 rgb(226, 241, 185);}

.eventdate{float: left;
width: 40%;
display: inline;
padding: 0 0 0 5px;
margin: 10px 0 10px 20px;
color: #3b3b3b;
font-size: 14px;
font-weight: 500;
}

.eventtext{float: left;
width: 50%;}

.eventtext h4{ 
font-size: 16px !important;
color: #608e0e !important;
font-weight: bold;
border-top: none;
float: left;
width: 100% !important;
margin: 5px 0 2px 0;
padding: 0;}

.eventtext h4 a{ 
font-size: 16px !important;
color: #608e0e !important;
font-weight: bold;
text-decoration:none;}



.eventtext h4 a:hover{ 
color: rgb(0, 0, 0); !important;
}


	.content h2 {
		
		}
	
	.content h3 {
		
		
		}
	
		.content h4 {
		
		}
	
	.content h5 {	
		
		}
	
	.links a{
		color:rgb(96, 142, 14) !important;
	    text-decoration:none;
	}
	
	
	.links a:hover{color:#000;}


#respond h3 {
margin: 0px;
color: #444;
font-family: 'Open Sans', sans-serif;
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}


#comment{
border: 1px solid #E7E7E7;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 11px;
height: 200px;
line-height: 22px;
margin: 0;
padding-left: 7px;
resize: none;
width: 60%;
}

.comment-form-comment label{
	float: left;
width: 100%;
	}

.form-allowed-tags{
	display:none;}
/* -- Client Center -- */

iframe.client-center {
	width:940px;
	min-height:900px;
	overflow-y: scroll;
	overflow-x: hidden;
	border:none;
	}	


.form-submit input[type="submit"] {
background-color: #a4cd39 !important;
color: #000;
border:1px solid #a4cd39;
border-radius:5px;
padding: 3px 5px;
}

.logged-in-as a{
text-decoration: none;
color: #628507
	}
	
.logged-in-as a:hover{
text-decoration: none;
color: #628507;
	}
/* -- Footer -- */

footer {
	background:#000000;
	margin:0px auto;
	padding:0px;
	
	}
	
.foot {
	width:1140px;
	margin:0px auto;
	padding:0px;
	font-size:13px;
	color:#FFF
}

.copyright {
	float:left;
	width:400px;
	margin:0px auto;
	padding:15px 0px 15px 0px;
}

ul.footer-menu {
	float:right;
	margin:0px auto;
	padding:15px 0px 15px 0px;
	line-height:12px;
}

ul.footer-menu li {
	float:left;
	margin:0px auto;
	padding:0px 10px 0px 10px;
	list-style-type:none;
	border-right:1px #FFFFFF solid;
}

ul.footer-menu li:last-child {
	float:left;
	margin:0px auto;
	padding:0px 10px 0px 10px;
	list-style-type:none;
	border-right:none;
}

.footer-menu ul .current_page_item {
    background: none;
    color: rgb(35, 34, 34);
    float: left;
    font-size: 13px; 
    list-style-type: none;
	width:inherit;
  
}




ul.footer-menu li a {
	float:left;
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	text-decoration:none;
	color:#FFF
}

ul.footer-menu li a:hover {
	float:left;
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	text-decoration:none;
	color:#a4cd39
}
	
.one {
	width:100%;
	float:left;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.one h4{
color: #000 !important;
font-size: 16px !important;
margin: 20px 0px 20px 0px !important;
padding: 0px !important;
float: left !important;
width: 100% !important;
font-weight: bold !important;
line-height: normal;
}

.menu-sidebar{
	}


.title{	
     color: rgb(0, 0, 0) !important;
    float: left !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: normal;
    margin: 10px 0 10px 0 !important;
    padding: 0 !important;
    width: 100% !important;	
	}
	
.headingfive{
font-size: 16px !important;	
color: #608e0e !important;
font-weight: bold;
border-top: none;
float: left;
width: 100% !important;	
    margin:5px 0 2px 0;
    padding:  0;
    }	
	
.headingsix{
font-size: 14px !important;
color: #608e0e !important;
font-weight: bold;
border-top: none;
float: left;
  width: 100% !important;
    margin: 2px 0 -5px 0;
    padding: 0;
}	
	
.feature_box {
width: 324px;
margin: 10px 27px 29px 0px;
padding: 0px;
float: left;
list-style-type: none;
}

.feature_box:nth-child(4n) {
width: 324px;
margin: 10px 0px 0px 0px;
padding: 0px;
float: left;
list-style-type: none;
}

.feature_box:last-child {
width: 324px;
margin: 10px 0px 0px 0px;
padding: 0px;
float: left;
list-style-type: none;
}

.feature_box_wrapper a h2{
width: 322px;
height: auto;
margin: 0px auto;
padding: 17px 0px 10px 0px;
border: 1px #a7a7a7 solid;
font-size: 16px;
color: #486300;
font-weight: bold;
text-transform: uppercase;
float: left;
background: url(images/arror-bg.png) no-repeat top;
border-top: none;
text-align: center;
letter-spacing: -0.8px;
}

.feature_box_wrapper a img {
width: 324px;
height: 254px;
margin: 0px auto;
padding: 0px;
float: left;
}

.feature_box_wrapper a img:hover {
width: 324px;
height: 254px;
margin: 0px auto;
padding: 0px;
float: left;
opacity: 0.4;
filter: alpha(opacity=40);
}

.full-div{
	float:right;
	width:100%;
	}
.contact-form{
	float:right;
	width:50%;
	}
	.contact-details{
	float:right;
	width:50%;
	}
.contact-form p{
	color: rgb(59, 59, 59);
    float: left;
    font-size: 15px;
    font-weight: 500;
    width: 99%;
	margin:0px 0;
	padding:0;}
	
.formheading{
margin: 6px 3px 0 0 !important;
width: 99%;
}

.required{
	color: red}

.formtitle{background-color: #FAFAFA;
border: 1px solid #E2E2E2;
border-radius: 5px;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px 0px 3px;
padding-left: 5px;
width: 20%;}

.formtext{background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px 0px 3px;
padding-left: 5px;
width: 98%;
border: 1px solid #E2E2E2;
border-radius: 5px;
}


.formmessage{background-color: #FAFAFA;
border: 1px solid #E2E2E2;
border-radius: 5px;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 50px;
margin: 5px 3px;
padding-left: 5px;
width: 98%;
}

.wpcf7-submit{
background-color: #89B127!important;
border: 2px solid #FFF!important;
color: #FFF!important;
margin-top: 10px;
margin-right: -4px;
padding: 5px 0;
width: 96px;
float: right;
cursor: pointer;
}



.entry-title {
    margin-bottom: 5px;
    margin-top: 0;
}


.entry-title a {
    color: rgb(0, 0, 0);
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.entry-content {
    float: left;
    margin-top: 1px;
}


.entry-content p {
    margin-top: 5px;
}


.entry-utility {
    background: url("images/post-btm-strip.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    border-top: 1px solid rgb(228, 228, 228);
    float: left;
    font-size: 12px;
    min-height: 50px;
    padding-top: 10px;
    width: 100%;
}

.entry-utility .comments-link a {
    color: rgb(98, 133, 7);
    text-decoration: none;
}

.resources ul {
margin: 0;
list-style-type: none;
padding: 0;
font-size: 100%;
float: left;
width: 100%;
}

.resources ul li {
border-bottom: 1px solid #F1F1F1;
color: #424242;
line-height: 17px;
margin-bottom: 0px;
width: 100%;
background: none;
float: left;
width: 95%;
}

.resources ul li:hover {
background: #e2f1b9;}

.resources-pdf-logo{
width: 10%;
float: left;
margin: 15px 10px;}

.resources-content {
width: 85%;
float: left;
margin: 15px 0px;
}
.resources ul li a{
color: rgb(98, 133, 7);
text-decoration: none;
line-height: 17px;
}


.resources ul li a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.sidebarblog{float:left;}



#comments h3{
font-size: 16px;
color: #232323;
margin: 0px auto;
padding: 0px;
float: left;
font-weight: bold;
text-transform: uppercase;
width: 100%;
}

.commentlist{
	float: left;
    margin: 0px auto;
    padding: 0px;
    width: 99%}

.commentlist li{
float: left;
width: 90%;
font-size: 14px;
color: #3b3b3b;
list-style-type: none;
padding: 10px 15px;
}
.comment-author img{
margin-left: 0px;
}



.comment-author .fn a{color: #628507;
font-size: 16px;
font-style:normal;
font-weight:bold;
margin: 0px;
padding: 0px;
text-decoration: none;
}

.comment-meta a{
margin: 0px;
padding: 0 px;
color: #628507;
font-size: 12px;
text-decoration: none;
}

.reply a{
margin: 0px;
padding: 0 px;
color: #628507;
font-size: 12px;
text-decoration: none;
}

.comment-body p{color: #3b3b3b;
font-size: 13px;
font-weight: 500;
float: left;
margin: 10px 0;
width: 100%}
/* -- Shadowbox Styles -- */

#sb-container, #sb-wrapper { text-align:left; }
#sb-container, #sb-overlay { position:absolute; top:0; left:0; width:100%; margin:0; padding:0; }
#sb-container { height:100%; display:none; visibility:hidden; z-index:999; }
body>#sb-container { position:fixed; }
#sb-overlay { height:expression(document.documentElement.clientHeight+'px'); }
#sb-container>#sb-overlay { height:100%; }
#sb-wrapper { position:relative; }
#sb-wrapper images { border:none; }
#sb-body { position:relative; margin:0; padding:0; overflow:hidden; border:1px solid #303030; height:100%; }
#sb-body-inner { position:relative; height:100%; }
#sb-content.html { height:100%; overflow:auto; }
#sb-loading { position:absolute; top:0; width:100%; height:100%; text-align:center; padding-top:10px; }
#sb-body, #sb-loading { background-color:#060606; }
#sb-title, #sb-info { position:relative; margin:0; padding:0; overflow:hidden; }
#sb-title-inner, #sb-info-inner { position:relative; font-family:'Lucida Grande', Tahoma, sans-serif; line-height:16px; }
#sb-title, #sb-title-inner { height:26px; }
#sb-title-inner { font-size:16px; padding:5px 0; color:#fff; }
#sb-info, #sb-info-inner { height:20px; }
#sb-info-inner { font-size:12px; color:#fff; }
#sb-nav { float:right; height:16px; padding:2px 0; width:45%; }
#sb-nav a { display:block; float:right; height:16px; width:16px; margin-left:3px; cursor:pointer; }
#sb-nav-close { background-image:url(images/shadowbox/close.png); background-repeat:no-repeat; }
#sb-nav-next { background-image:url(images/shadowbox/next.png); background-repeat:no-repeat; }
#sb-nav-previous { background-image:url(images/shadowbox/previous.png); background-repeat:no-repeat; }
#sb-nav-play { background-image:url(images/shadowbox/play.png); background-repeat:no-repeat; }
#sb-nav-pause { background-image:url(images/shadowbox/pause.png); background-repeat:no-repeat; }
#sb-counter { float:left; padding:2px 0; width:45%; }
#sb-counter a { padding:0 4px 0 0; text-decoration:none; cursor:pointer; color:#fff; }
#sb-counter a.sb-counter-current { text-decoration:underline; }
div.sb-message { font-family:'Lucida Grande', Tahoma, sans-serif; font-size:12px; padding:10px; text-align:center; }
div.sb-message a:link, div.sb-message a:visited { color:#fff; text-decoration:underline; }






/* ----- END [4] Custom Styles ----- */













/* ----- [5] Non-Semantic Helper Classes ----- */


/* for image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}

/* Hide for both screenreaders and browsers  [ css-discuss.incutio.com/wiki/Screenreader_Visibility ] */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { 
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px; 
	}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto; 
	}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { 
	visibility:hidden; 
	}

/* >> The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 

.clearfix:after { clear:both; }

/* Fix clearfix:blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom:1; clear:both; }


/* ----- END [5] Non-Semantic Helper Classes ----- */





/* ----- [6] Media Queries ----- */
/* ----- These follow after primary styles so they will successfully override. ----- */


@media all and (orientation:portrait) { 
	/* Style adjustments for portrait mode goes here */
	}


@media all and (orientation:landscape) { 
	/* Style adjustments for landscape mode goes here */
	}


/* 
	Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
	Consider this:www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ 
*/

@media screen and (max-device-width:480px) {
	/* ----- Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you (j.mp/textsizeadjust ) ----- */
	/*html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	}


/* ----- END [6] Media Queries ----- */





/* ----- [7] Print Styles ----- */
/* ----- inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ ----- */


@media print {

	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, images { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	
	}


/* ----- END [7] Print Styles ----- */

.right-div{
	float:right;
	}


.wp-member form label{color: rgb(59, 59, 59);
float: left;
font-size: 15px;
font-weight: 500;
width: 99%;
margin: 0px 0;
padding: 0;}


.eemail_caption {
color: rgb(0, 0, 0) !important;
float: left !important;
font-size: 16px !important;
font-weight: bold !important;
line-height: normal;
margin: 20px 0 !important;
padding: 0 !important;
width: 100% !important;
}

.eemail_textbox input[type="text"]{
	background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px 0px 3px;
padding-left: 5px;
width: 38%;
border: 1px solid #E2E2E2;
border-radius: 5px;
}


.eemail_textbox_button {
background-color: #89B127!important;
border: 1px solid #E2E2E2;
border-radius: 5px;
color: #FFF!important;
margin-top: 10px;
margin-left: 5px;
padding: 5px 15px;
width: auto;
float: left;
cursor: pointer;
}



.signup p{margin-top:0;}


.signup input[type="text"]{
 background-color: rgb(250, 250, 250);
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    font-family: calibri;
    font-size: 16px;
    font-style: italic;
    height: 25px;
    margin: 0 3px;
    padding-left: 5px;
    width: 40%;

}



.signup input[type="email"]{
 background-color: rgb(250, 250, 250);
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    font-family: calibri;
    font-size: 16px;
    font-style: italic;
    height: 25px;
    margin: 0 3px;
    padding-left: 5px;
    width: 40%;

}

.signup select{
 background-color: rgb(250, 250, 250);
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    font-family: calibri;
    font-size: 16px;
    font-style: italic;
    height: 25px;
    margin: 0 3px;
    padding-left: 5px;
    width: 40%;

}


.signup input[type="submit"]{
background-color: #89B127!important;
border: 1px solid #E2E2E2;
border-radius: 5px;
color: #FFF!important;
margin-top: 10px;
margin-left: 5px;
padding: 5px 15px;
width: auto;
float: left;
cursor: pointer;
}






.first-form{
	width:100%;
	left:left;}


.second-form{
	width:100%;
	left:left;}

.first-form .formheading {
margin: 15px 3px 0px 13px!important;

}


.second-form .formheading {
margin: 15px 3px 0px 13px!important;

}

.bottom-para p{display:none;}

.first-form p{margin-top:0;}
.second-form p{margin-top:0;}


.first-form img{margin-left:13px;border: 1px solid #E2E2E2;border-radius: 5px;}
.second-form img{margin-left:13px;border: 1px solid #E2E2E2;border-radius: 5px;}
.close-btn img{border:none;}


.first-form .formheading{
margin: 15px 3px 0px 13px!important;
width: 99%;
}


.second-form .formheading{
margin: 5px 3px 0 10px !important;
width: 99%;
}




.first-form input[type="text"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: 80%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}



.first-form input[type="email"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: 80%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}

.first-form input[type="tel"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: 80%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}


.first-form select{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: auto;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}


.second-form input[type="text"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px;
padding-left: 5px;
width: 96%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}

.second-form input[type="email"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px;
padding-left: 5px;
width: 96%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}

.second-form input[type="tel"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 3px;
padding-left: 5px;
width: 96%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}

.second-form input[type="date"]{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: 91%;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}



.second-form select{
background-color: #FAFAFA;
font-family: calibri;
font-size: 16px;
font-style: italic;
height: 25px;
margin: 0px 10px;
padding-left: 5px;
width: auto;
border: 1px solid rgb(164, 205, 57);
border-radius: 5px;
}

.wpcf7-list-item{
	float:left;
	width: 100%;}
	
	
.first-form input[type="submit"]{
background-color: #89B127!important;
border: 1px solid #E2E2E2;
border-radius: 5px;
color: #FFF!important;
margin-top: 10px;
margin-left: 5px;
padding: 5px 15px;
width: auto;
float: left;
cursor: pointer;
}

	
.second-form input[type="submit"]{
background-color: #89B127!important;
border: 1px solid #E2E2E2;
border-radius: 5px;
color: #FFF!important;
margin-top: 10px;
margin-left: 5px;
padding: 5px 15px;
width: auto;
float: left;
cursor: pointer;
}


.light-box-quote {
position: fixed;
right: 0px;
top: 90px;
z-index: 999;
}

.white_content {
border-radius: 5px;
    display: none;
    left: 37%;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 50px;
    width: 380px;
    z-index: 1002;
	height: 550px;
}


.close-btn {
  position: absolute;
    right: 0;
    z-index: 1003;
}



  
#lightbox-header-main {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(226, 241, 185);
border-color: rgb(164, 205, 57);
    border-image: none;
    border-radius: 6px 6px 0 0;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 25px;
    padding: 0 15px;
    position: relative;
	 width: 86.5%;
}



	
#lightbox-header-main h2 {
color: #000 !important;
display: block;
font-size: 15px;
font-weight:bold;
margin: 0 0 0 10px;
line-height:21px;
}


#loginbox-top {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(226, 241, 185);
    border-color: rgb(164, 205, 57);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    float: left;
    padding: 5px 5px 0 !important;
    transition: all 0.3s ease 0s;
    width: 92%;
	min-height:500px;
	height: auto;
}

.black_overlay {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);

}


span.wpcf7-not-valid-tip {
    color: #FF0000;
    display: block;
    font-size: 0.8em!important;
}

.wpcf7-form p{
	margin-top:0px;
    margin-bottom: 4px;	
	}

.pulkit-pdf input[type="text"], .pulkit-pdf input[type="email"], .pulkit-pdf input[type="tel"] {
    background-color: #FAFAFA;
    border: 1px solid #A4CD39;
    border-radius: 5px;
    font-family: calibri;
    font-size: 16px;
    font-style: italic;
    height: 25px;
    margin: 0 2px;
    padding-left: 5px;
    width: 97%;
}


div.wpcf7-mail-sent-ok{{
border: 2px solid rgb(164, 205, 57);
float: left;
color: #000000;}

div.wpcf7-validation-errors {
border: 2px solid rgb(164, 205, 57);
float: left;
color: rgb(255, 0, 0);
}


.items_group{
	border:1px solid #DDDDDD;
	}


.ContentLearningPadding {
padding: 36px 25px 30px 22px;
width:100%;
float:left;
}

.Events-Date {
width: 170px;
display: inline;
float: left;
padding: 0 0 0 5px;
font-size: 12px;
font-weight: bold;
margin: 20px 0 20px 20px;
}

.Events-Text {
float: left;
line-height: 1.9em;
padding:0;
margin: 20px 0 20px 20px;}




.calender{
	padding: 36px 25px 30px 22px;
width:100%;
float:left;}

/**/
.rev_slider_1_1_wrapper{
	max-height:200px !important;
	height:200px !important;
}
.muffin-slider-all{
	width:100%;
	min-height:200px;
	height:auto;
	padding:20px 0;
	box-shadow: 0 2px 5px #CCCCCC;
	background-color:#f6f6f6;
	color: #191919 !important;
    font-size: 23px !important;
    font-weight: 200 !important;
    text-align: center !important;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700 !important;
}














