body
{
	background-color: #30923f;
	font-family: 'Georgia', serif;
}
.bg-wrapper
{
	background-color: #237d30;
	padding-bottom: 40px;
}
main#main
{
	margin: 0;
	padding: 0;
}



#top-bar-menu.top-bar
{
	background-color: transparent;
	padding: 0;
}



.entry-content p
{
	font-size: 17px;
}

#top-bar-menu.top-bar .width-wrapper
{
	background-color: transparent;
}

#top-bar-menu.top-bar ul
{
	background-color: transparent;
} 

#top-bar-menu.top-bar ul ul.submenu
{
	background-color: #2c963c;
	border: 0;
}

#top-bar-menu.top-bar ul li a:hover
{
	background-color: #2c963c;
}

#top-bar-menu.top-bar ul ul.submenu li a:hover
{
	background-color: #39ac4a;
} 


#top-bar-menu.top-bar ul li a
{
	color: #ffffff;
	padding: 12px 22px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}




#top-bar-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after
{
	border-color: #67a735 transparent transparent;
	margin-top: -2px;
}

#upper-wrapper
{
	margin-top: 20px;
	padding: 8px 0px 0px 0px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    width: 100%;
}

#upper-wrapper #top-streamer
{
	text-align: center;
	font-size: 42px;
	letter-spacing: 0px;
	color: #81a56d;
	padding: 18px 0px 0px 5px;
	margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    flex: 1;
    margin-bottom: 0px;
}

#upper-wrapper img#top-logo
{
	width: 200px;
	height: 68px;
	display: block;
	flex: 1;
}

.upper-white-box
{
	position: relative;
}
.upper-white-box h3
{
	
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: 500;
}
.upper-white-box h2
{
	font-family: 'Domine', serif;
	color: #287c34;
	font-weight: 700;
	font-size: 74px;
	margin-top: 0px;
	line-height: 1;
	letter-spacing: -2px;
}
.upper-white-box h4
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.lower-whitebox h2
{
	font-family: 'Domine', serif;
	color: #287c34;
	font-weight: 700;
	font-size: 62px;
	line-height: 1;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 50px;
}

.lower-whitebox .two-column
{
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    max-width: 680px;
    margin: 20px auto;
}

.width-wrapper
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.white-wrapper.width-wrapper
{
	background-color: #ffffff;
	padding: 20px;
}

.featured-box
{
	background-color: #ffffff;
}

.featured-box h3
{
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Domine', serif;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.featured-boxes
{
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	
	
	/*justify-content: space-between;*/
	margin-left: -20px;
	margin-top: 30px;
}
.featured-boxes .featured-box
{
	-webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
	
	/*
	flex-grow: 1;
	flex-basis: 0;
	*/
	justify-content: space-between;
	margin-left: 20px;
	padding: 10px 20px;
	max-width: 387px;
	width: 32%; /* fallback for ie 10 etc */
}

.featured-boxes .featured-box .featured-box-text
{
	padding-bottom: 15px;
}
.featured-boxes .featured-box .featured-box-text i
{
	padding-right: 0px;
	color: #237d30;
	font-weight: bold;
}

.lower-whitebox
{
	margin-top: 45px;
}

.start-links-wrapper
{
	background-color: pink;
}

#start-links-wrapper
{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    
	justify-content: space-between;
	margin-left: -50px;
	margin-top: 40px;
	position: relative;
}

.corner-triangle
{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 135px 135px 0 0;
	border-color: #237f2f transparent transparent transparent;
	left: 7px;
	top: 7px;
	margin: auto;
	font-family: 'Lato', sans-serif;
}

.corner-triangle .rotated-text
{
	-webkit-transform: rotate(-45deg);
	/* Firefox */
	-moz-transform: rotate(-45deg);
	/* IE */
	-ms-transform: rotate(-45deg);
	/* Opera */
	-o-transform: rotate(-45deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.corner-triangle .big-text
{
	text-align: center;
	width: 140px;
	font-weight: 800;
	position: absolute;
	bottom: 65px;
	left: -14px;
	right: 0;
	margin: auto;
	line-height: 1;
	font-size: 30px;
	color: #fff;
}

.corner-triangle .small-text
{
	text-align: center;
	width: 110px;
	font-weight: 600;
	position: absolute;
	bottom: 90px;
	left: -15px;
	right: 0;
	margin: auto;
	line-height: 1;
	font-size: 16px;
	color: #fff;
}


.start-link
{
	-webkit-flex: 1 1 0;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    -o-flex: 1 1 0;
    flex: 1 1 0;
	
	justify-content: space-between;
	margin-left: 90px;
	margin-bottom: 60px;
	
	width: 22%;
	max-width: 240px;
}

.start-link:nth-of-type(4)
{
	margin-bottom: 70px;
}

.start-link:nth-of-type(4) a p
{
	bottom: -70px;
}



.start-link a
{
	display: block;
	text-align: center;
	background: url('../images/f_dot.png') no-repeat bottom center transparent;
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 80px;
	
		  display: flex;
  align-items: center;
  justify-content: center;
	
}

.start-link a:hover
{
	background: url('../images/f_dot_hover.png') no-repeat bottom center transparent;
}
.start-link a p
{
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	
}

.start-link a img
{

	
}

/*
.start-link:nth-of-type(2) a img
{
	margin-top: 180px;
}
*/
.top-menu-wrapper
{
	padding: 4px 0px 8px 0px;
}

body:after{
 display:none;
 content: url('../images/f_dot_hover.png');
}

footer.footer,
footer.footer a
{
	color: #fff;
	font-size: 15px;
}

footer.footer .copyright
{
	text-align: center;
	font-size: 15px;
	color: #e8ffec;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 10px;
}

.menu .active > a 
{
    background: #3d9c4b;
    color: #effff1 !important;
}


h1.page-title,
h1.entry-title
{
	font-family: 'Domine', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
}

h1.page-title
{
	margin-bottom: 20px;
}

.content-page
{
	padding-top: 10px;
}

.sidebar
{
	margin-top: 75px;
	max-width: 320px;
}

.sidebar .nf-form-title h3,
.sidebar h4.widgettitle
{
	background-color: #287c34;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 7px 4px 5px 12px;
	font-size: 20px;
	font-weight: 600;
}

.sidebar .nf-form-title h3 i,
.sidebar h4.widgettitle i
{
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	color: #287c34;
	font-size: 18px;
}

.sidebar .widget
{
	background-color: #fafafa;
	border: 1px #e8e8e8 solid;
	margin-bottom: 30px;
}

.sidebar .nf-form-wrap,
.sidebar .textwidget
{
	padding: 15px;
}


.sidebar .nf-form-wrap .submit-wrap input
{
	border: 1px #da8a09 solid;
	padding: 4px 8px;
	background-color: #da8a09;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.sidebar .nf-form-wrap .submit-wrap input:hover
{
	background-color: #e89000;
	cursor: pointer;
}

.sidebar .nf-field-container
{
	margin-bottom: 12px;
}

div.widescreen.flex-video
{
	margin-bottom: 35px;
}

.page-template-default #content .width-wrapper.white-wrapper,
.page-template #content .width-wrapper.white-wrapper
{
	padding: 30px 50px;
}


/* Presssidan */
.page-id-13 .widescreen.flex-video
{
	max-width: 700px;
}

.page-id-13 .entry-content h3
{
	margin-top: 40px;
	border-bottom: 2px #287c34 dotted;
	display: inline-block;
	width: auto;
	clear: both;
	margin-bottom: 30px;
}
.page-id-13 h1.page-title
{
	margin-bottom: 0px;
}

.white-wrapper.width-wrapper.single-wrapper
{
	padding: 30px 50px;
}
.single-wrapper .entry-content img
{
	margin: 20px 0px;
}
.page-template-default.page .page-image-content
{
	margin-bottom: 25px;
}
.page-template-default.page .entry-content p
{
	max-width: 870px;
}

#content #inner-content
{
	padding-top: 0px;
}


/* RESPONSIVE MENU */

#off-canvas
{
	background-color: #195b23;
	color: #fff;
	padding-top: 50px;
}

#off-canvas #menu-main > li > a
{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
#off-canvas #menu-main > li:nth-child(2n+2) a
{
	background-color: #217c2f;
}
#off-canvas #menu-main .submenu
{
	border-top: 1px #ddffd7 solid;
	border-bottom: 1px #ddffd7 solid;
}
#off-canvas #menu-main .submenu li
{
	background-color: #35a646;
}

#off-canvas #menu-main .submenu li a
{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

#off-canvas #menu-main .submenu li a::before
{
	content: " - ";
}

#off-canvas .is-accordion-submenu-parent > a::after {
    border-color: #fff transparent transparent !important;
}

#responsive-menu-logo
{
	max-width: 180px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.nf-form-fields-required
{
	display: none;
}

.meetup-container
{
	background-color: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	font-family:"Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
}



.meetup-container .submit-wrap input
{
	border: 1px #da8a09 solid;
	padding: 4px 25px;
	background-color: #da8a09;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
}

.meetup-container .submit-wrap input:hover
{
	background-color: #e89000;
	cursor: pointer;
}

.page-id-267 .nf-response-msg
{
	
}

.page-id-267 .nf-response-msg h1,
.page-id-267 .nf-response-msg h2,
.page-id-267 .nf-response-msg h3,
.page-id-267 .nf-response-msg h4,
.page-id-267 .nf-response-msg h5
{
	color: #262626;
	border-bottom: 2px #48a637 dotted;
	padding: 3px;
	margin: 3px;
}

.finance-calendar
{
	margin-top: 20px;
	background-color: #f1f1f1;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	max-width: 800px;
}

.finance-calendar .calendar-event
{
	margin-bottom: 15px;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 15px;
	max-width: 600px;
}

.finance-calendar .calendar-event.expired
{
	opacity: 0.5;
	text-decoration: line-through;
}

.finance-calendar .cal-title
{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 3px;
}

.finance-calendar .cal-title i
{
	color: #1d9519;
}
.finance-calendar .cal-text
{
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 3px;
	color: #373737;
}
.finance-calendar .cal-date
{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 3px;
}

iframe
{
	border: 0 !important;
	background-color: none;
}

.footer-logos
{
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.footer-logos img
{
	margin-right: 10px;
}

.box-arrow-link
{
	padding-left: 5px;
}

.featured-boxes .featured-box a
{
	color: #000000;
	border-bottom: 1px #45992f dotted;
}

.featured-boxes .featured-box strong a
{
	border-bottom: 0;
}
.featured-boxes .featured-box a.box-arrow-link
{
	border-bottom: 0;
}