/*
	GRAY A  #495458
	
	GREEN a #89c765 - medium
	
	GREEN B #006d3c - dark
*/



html,
body {
	position: relative;
	-webkit-transition: background-color 245ms ease;
	-moz-transition: background-color 245ms ease;
	-ms-transition: background-color 245ms ease;
	-o-transition: background-color 245ms ease;
	transition: background-color 245ms ease;
}

/*
body { 
    zoom: 0.7; 
    -moz-transform: scale(0.7); 
    -moz-transform-origin: 0 0;
    margin: 0px auto !important;
} 
*/

body.font_increase_on * {
	font-size: larger;
}

.cnt {
	position: relative;
	width: 100%;
	max-width: 1630px;
	padding: 0px 15px 0px 15px;
	margin: 0px auto !important;
}


.c_table {
	display: table;
	position: relative;
	width: 100%;
}
.c_table_row {
	display: table-row;
	position: relative;
	width: 100%;
}
.c_table_cell {
	display: table-cell;
	position: relative;
}

.c_btn {
	display: inline-block;
	color: #fff;
	background: #89c765;
	min-height: 80px;
	min-width: 245px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding: 32px 59px 0px 59px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

.c_btn.c_btn_dark {
	background: #495458;
}
.c_btn.c_btn_light {
	background: #eff2f6;
	color: #222424;
}
.c_btn.c_btn_light:hover {
	background: #dfe4ea;
}



.c_btn_small {
	display: inline-block;
	color: #fff;
	background: #89c765;
	min-height: 50px;
	min-width: 140px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 19px 35px 0px 35px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

.c_btn_small.c_btn_small_dark {
	background: #495458;
}


.c_btn.c_btn_air {
	background: transparent;
	border: 4px solid #89c765;
	padding: 28px 35px 0px 35px;
	color: #89c765 !important;
}

#top {
	display: block;
	position: relative;
	background: #495458;
	min-height: 40px;
}


#top_search_form_cnt {
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
}
.search_input {
	display: inline-block;
	width: 275px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	float: left;
}

#searchform_submit {
	display: inline-block;
	width: 90px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	background: #495458 !important;
}
body.desktop_device #searchform_submit:hover {
	background: #89c765 !important;
}

#top ul {
	display: block;
	float: right;
	margin: 11px 0px 0px 0px;
}
#top ul,
#top ul * {
	line-height: 1em;
	font-size: 17px;
}
#top ul li {
	display: inline-block;
	padding: 0px 0px 0px 12px;
}
#top ul li a {
	color: #fff;
}
body.desktop_device #top ul li a:hover {
	color: #28a44a;
}

#top ul li a,
#top ul li a span {
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}


#top ul li a span {
	color: inherit;
}

#page_header,
#page_header * {
	overflow: visible;
	z-index: 999;
	vertical-align: top;
	line-height: 1em;
}
#page_header {
	position: relative;
}
#logo_top {
	float: left;
	margin: 17px 0px 0px 25px;
}

#mobile_nav_cnt {
	display: none;
}

#nav_btn,
#nav_btn * {
	line-height: 1em;
	font-size: 19px;
}
#nav_btn {
	display: none;
	float: right;
	margin: 20px 20px 0px 0px;
}
#nav_btn .touch-button {
	display: none !important;
}
#nav_btn > small {
	display: inline-block;
	float: left;
}
#nav_btn > .fa {
	color: #28a44a;
	float: left;
	font-size: 25px;
	margin: -2px 0px 0px 15px;
}

#mobile_nav > .mobile_menu > ul {
	display: none !important;
}
#mobile_nav > .mobile_menu > ul.flexnav {
	display: block !important;
}

#mobile_nav,
#mobile_nav * {
	overflow: hidden !important;
}


#top_nav_cnt {
	float: right;
	margin: 0px 39px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#top_nav > .main_menu > ul {
	min-height: 115px;
}
#top_nav > .main_menu > ul > li {
	display: inline-block;
	position: relative;
	float: left;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}
#top_nav > .main_menu > ul > li:hover {
	background: #495458;
}
#top_nav > .main_menu > ul > li > a {
	display: inline-block;
	min-height: 115px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 49px 20px 0px 20px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}
#top_nav > .main_menu > ul > li > a:hover,
#top_nav > .main_menu > ul > li:hover > a {
	background: #495458;
	color: #89c765;
}
#top_nav > .main_menu > ul > li > ul {
	display: none;
	position: absolute;
	background: #495458;
	width: 264px;
	height: auto;
	top:100%;
	left: calc(50% - 132px);
	padding: 4px 0px 8px 0px;
}
#top_nav > .main_menu > ul > li:hover > ul {
	display: block;
}
#top_nav > .main_menu > ul > li > ul > li {
	display: inline-block;
	width: 100%;
	padding: 0px 28px 0px 28px;
}
#top_nav > .main_menu > ul > li > ul > li > a {
	display: inline-block;
	width: 100%;
	padding: 21px 0px 10px 0px;
	min-height: 55px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height: 1.23em !important;
	border-top:1px solid rgba(255,255,255,0.25);
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}
#top_nav > .main_menu > ul > li > ul > li:first-child > a {
	border: none !important;
}
#top_nav > .main_menu > ul > li > ul > li > a:hover {
	color: #89c765;
}
#top_nav > .main_menu > ul > li > ul > li > ul {
	display: none;
}

#top_nav .current-menu-item > a,
#top_nav .current-menu-parent > a {
	color: #89c765 !important;
}


.cck_content_element {
	position: relative;
	padding: 59px 0px 59px 0px;
}
.cck_content_element:first-child {
	padding-top:0px !important;
}



.main_slideshow_cnt {
	position: relative;
}
.main_slideshow_slide,
.main_slideshow_slide * {
	line-height: 1em;
}
.main_slideshow_slide {
	padding: 0px 15px 0px 15px;
}
.main_slideshow_slide .c_table {
	width: 100%;
	max-width: 1250px;
	margin: 0px auto !important;
}
.main_slideshow_slide .c_table_cell {
	width: 100%;
	height: 850px;
	vertical-align: middle;
	overflow: visible;
}



.main_slideshow_slide_line {
	display: inline-block;
	width: 40px;
	height: 5px;
	margin: 0px 0px 20px 0px;
}
.main_slideshow_slide_pre_title {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 10px 0px 10px 0px;
	font-family: 'n_light';
	color: #fff;
	font-size: 49px;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	z-index: 3;
}

.main_slideshow_slide_pre_title.bg_color {
	text-shadow: none !important;
}

.main_slideshow_slide_pre_title.bg_color::before {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 25px);
	background: #89c765;
	content: '';
	z-index: -1;
}

.main_slideshow_slide_title {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 10px 0px 10px 0px;
	font-family: 'n_black';
	color: #fff;
	font-size: 99px;
	line-height: 0.9em;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	z-index: 5;
}


.main_slideshow_slide_title.bg_color {
	text-shadow: none !important;
}


.main_slideshow_slide_title.bg_color::before {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 25px);
	background: #006d3c;
	content: '';
	z-index: -1;
}

.main_slideshow_slide_sub_title {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 15px 0px 10px 0px;
	font-family: 'light';
	color: #fff;
	font-size: 59px;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	z-index: 3;
}


.main_slideshow_slide_sub_title.bg_color {
	text-shadow: none !important;
}

.main_slideshow_slide_sub_title.bg_color::before {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 25px);
	background: #89c765;
	content: '';
	z-index: -1;
}


.main_slideshow_slide .c_btn {
	margin: 10px 0px 10px 0px;
}


.main_slideshow_tabs,
.main_slideshow_tabs * {
	line-height: 1em;
	color: transparent !important;
	font-size: 0px !important;
}
.main_slideshow_tabs {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 0px 0px 24px 0px;
	z-index: 99;
}
.main_slideshow_tabs li {
	display: inline-block;
	padding: 0px 6px 0px 6px;
	text-align: center;
}
.main_slideshow_tabs li a {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 345ms ease;
	-moz-transition: all 345ms ease;
	-ms-transition: all 345ms ease;
	-o-transition: all 345ms ease;
	transition: all 345ms ease;
}

.main_slideshow_tabs li a:hover {
	border: 1px solid rgba(255,255,255,0.5);
}

.main_slideshow_tabs li a::after {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	top:calc(50% - 4px);
	left:calc(50% - 4px);
	background: #fff;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main_slideshow_tabs li.main_slideshow_here a {
	border: 1px solid #fff !important;
}


.main_slideshow_nav,
.main_slideshow_nav * {
	line-height: 1em;
	color: #fff;
	vertical-align: top;
}

.main_slideshow_nav {
	display: inline-block;
	position: absolute;
	top:calc(50% - 30px);
	width: 60px;
	height: 60px;
	text-align: center;
	background: #89c765;
	z-index: 99;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main_slideshow_nav.prev {
	left: -30px;
	padding: 9px 7px 0px 0px;
}
.main_slideshow_nav.next {
	right: -30px;
	padding: 9px 0px 0px 7px;
}

.main_slideshow_nav .fa {
	font-size: 38px;
}



.simple_slideshow_cnt {
	position: relative;
}


.simple_slideshow_tabs,
.simple_slideshow_tabs * {
	line-height: 1em;
	color: transparent !important;
	font-size: 0px !important;
}
.simple_slideshow_tabs {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 0px 0px 24px 0px;
	z-index: 99;
}
.simple_slideshow_tabs li {
	display: inline-block;
	padding: 0px 6px 0px 6px;
	text-align: center;
}
.simple_slideshow_tabs li a {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 345ms ease;
	-moz-transition: all 345ms ease;
	-ms-transition: all 345ms ease;
	-o-transition: all 345ms ease;
	transition: all 345ms ease;
}

.simple_slideshow_tabs li a:hover {
	border: 1px solid rgba(255,255,255,0.5);
}

.simple_slideshow_tabs li a::after {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	top:calc(50% - 4px);
	left:calc(50% - 4px);
	background: #fff;
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.simple_slideshow_tabs li.simple_slideshow_here a {
	border: 1px solid #fff !important;
}


.cck_content_element_text_slideshow_a .cnt {
	vertical-align: top;
}
.cck_content_element_text_slideshow_a .cnt > div {
	float: left;
	width: 50%;
	vertical-align: top;
	padding: 0px 35px 0px 50px;
}
.cck_content_element_text_slideshow_a .cnt > div .formatted_text {
	max-width: 725px;
}
.cck_content_element_text_slideshow_a .cnt > aside {
	float: left;
	width: 50%;
	vertical-align: top;
}

.side_slide.fbg img {
	float: left;
	width: 100%;
	height: auto;
	line-height: 1em;
}

.cck_content_element_text_slideshow_b::after {
	display: block;
	position: absolute;
	top:59px;
	left: 0px;
	width:100%;
	height: calc(100% - 59px - 59px);
	background: #475457;
	content: '';
	z-index: 5;
	display: none !important;
}

.cck_content_element_text_slideshow_b {
	background: #475457;
}

.text_slideshow_b_inner {
	position: relative;
	vertical-align: top;
	z-index: 10;
}
.text_slideshow_b_inner > div {
	float: right;
	width: 50%;
	vertical-align: top;
	padding: 54px 20px 0px 125px;
}
.text_slideshow_b_inner > div .formatted_text {
	width: 100%;
	max-width: 725px;
	float: left;
	clear: both;
}
.text_slideshow_b_inner > div .formatted_text,
.text_slideshow_b_inner > div .formatted_text * {
	color: #fff;
}
.text_slideshow_b_inner > aside {
	float: right;
	width: 50%;
	vertical-align: top;
}

.text_slideshow_b_inner .c_btn_air {
	color: #fff !important;
	border-color: #fff !important;
	float: left;
	clear: both;
	margin: 35px 0px 0px 0px;
}





.centers_search_block {
	position: relative;
	min-height: 200px;
	background-image:url("../img/bg_search_block.jpg");
}
.centers_search_block > div {
	width: 50%;
	float: left;
	text-align: center;
	padding: 45px 0px 0px 0px;
}
.centers_search_block > div > small {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
}
.centers_search_block > div > strong {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ultra';
	color: #fff;
	font-size: 25px;
	line-height: 1em;
	padding: 5px 0px 18px 0px;
	letter-spacing: 1px;
}

.centers_search_block .dropdown {
	width: 100%;
	max-width: 295px;
	height: 39px;
	margin: 0px auto !important;
}


















.choose_opt_btn {
	display: inline-block;
	background:rgba(0,0,0,0.25);
	width: auto;
	text-align: left;
	padding: 0px 0px 0px 20px;
	min-height: 38px;
	color: #fff;
	width: 100%;
}
.choose_opt_btn,
.choose_opt_btn * {
	line-height: 1em;
	color: #fff;
}
.choose_opt_btn > span {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin: 11px 0px 0px 0px;
	float: left;
}
.choose_opt_btn .fa {
	float: right;
	font-size: 21px;
	width: 38px;
	height: 38px;
	color: #89c765;
	text-align: center;
	padding: 9px 0px 0px 0px;
	background:rgba(0,0,0,0.15);
}
.centers_search_block .dropdown-menu,
.centers_search_block .dropdown-menu * {
	line-height: 1em;
	border-radius: 0px !important;
}
.centers_search_block .dropdown-menu {
	margin-top:0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 100%;
}
.centers_search_block .dropdown-menu li span {
	display: block;
	padding: 15px 20px 0px 20px;
	min-height: 39px;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
}
body.contrast_on .centers_search_block .dropdown-menu li span {
	color:#222220 !important;
}

.centers_search_block .dropdown-menu li span:hover {
	background: #f5f5f5;
}

.centers_search_block .dropdown-menu li span.selected {
	background: #e5e5e5 !important;
}




.do_search_btn {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 70px);
	opacity: 0;
	cursor: default;
	z-index: 99;
}
.centers_search_block.touched .do_search_btn {
	opacity: 1;
	cursor: pointer !important;
}




.intro_banner,
.intro_banner * {
	line-height: 1em;
}
.intro_banner {
	position: relative;
}

.intro_banner .cnt {
	position: relative;
	z-index: 10;
}
.intro_banner_bg {
	position: absolute;
	width: 100%;
	height: 195px;
	bottom:0px;
	left: 0px;
	z-index: 5;
}

#global_readspeaker {
	position: relative;
	z-index: 6;
	padding: 45px 0px 0px 0px;
}

.intro_banner .c_table_cell {
	width: 100%;
	height: 450px;
	vertical-align: middle;
	text-align: center;
	padding: 33px 20px 33px 20px;
}





.intro_banner .c_table_cell > figure {
	display: inline-block;
	width: 40px;
	height: 5px;
	background: #89c765;
	margin: 0px 0px 20px 0px;
}



.intro_banner_pre_title {
	display: inline-block;
	margin: 0px 10px 0px 10px;
	font-family: 'n_light';
	color: #fff;
	font-size: 49px;
	max-width: 1100px;
}
.intro_banner_title {
	display: inline-block;
	margin: 10px 0px 10px 0px;
	font-family: 'n_black';
	color: #fff;
	font-size: 99px;
	line-height: 0.9em;
}
.intro_banner_sub_title {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	font-family: 'light';
	color: #fff;
	font-size: 59px;
}

.one_col_text_cnt {
	position: relative;
	padding: 0px 0px 25px 0px;
}
.one_col_text .cnt {
	position: relative;
	z-index: 10;
}


.one_col_text_bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 5;
}


.block_pre_title {
	display: block;
	position: relative;
	font-size: 69px;
	font-family: 'ultra';
	letter-spacing: 1px;
	line-height: 1em;
	padding: 0px 0px 25px 0px;
}

.block_pre_title.align_center {
	text-align: center;
}



.block_title {
	display: block;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 35px 0px;
}
.block_title::after {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
	height: 5px;
	background: #89c765;
	content: '';
}

.block_title.align_center {
	text-align: center;
}
	

.block_title.align_center::after {
	left: calc(50% - 20px);
}


.easy_reading_text_block {
	padding: 0px 0px 45px 0px;
}
.readspeaker_btn_cnt {
	display: none;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.easy_reading_text_block.align_center {
	text-align: center;
}

.easy_reading_text > div {
	padding: 30px 30px 30px 30px;
	margin: 45px 0px 0px 0px;
	background: rgba(0,0,0,0.1);
/* 	border: 1px solid rgba(0,0,0,0.19); */
	text-align: left !important;
}
.easy_reading_text,
.easy_reading_text * {
	line-height: 2.5em;
	color: #000 !important;
	font-size: 21px !important;
}


.easy_reading_text .formatted_text a {
	text-decoration: underline !important;
}

/*
.easy_reading_text .formatted_text br {
	display: block !important;
	height: 15px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}
*/
.easy_reading_text .formatted_text p {
	min-height: 10px;
}
.easy_reading_text_block .c_btn {
/* 	background: #0a1396 !important; */
	padding-left:100px !important;
	background: #0a1396 url("../img/easy_reading_icon.png") no-repeat 30px 40% !important;
	background-size: auto 50px !important;
	background-size: auto 59% !important;
}
.easy_reading_text > div {
	background: #cbe4fe;
}


.serv_feed,
.serv_feed * {
	vertical-align: top;
}
.serv_feed {
	overflow: hidden;
}
.serv_feed > div {
	overflow: hidden;
	margin: 0px -20px 0px -20px;
}
.serv_feed > div > div {
	overflow: hidden;
	width: 50%;
	float: left;
	position: relative;
	padding: 0px 20px 60px 158px;
}


.serv_icon {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}



.serv_feed .serv_icon {
	float: left;
	margin: 0px 0px 0px -138px;
	-webkit-border-radius: 60px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 60px;
	-moz-border-radius-bottomright: 0;
	border-radius: 60px;
	border-bottom-right-radius: 0;
}

.serv_icon_small {
	width: 40px;
	height: 40px;
}
.serv_icon_large {
	width: 150px;
	height: 150px;
}

.serv_icon_bg_img {
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	top:20%;
	left: 20%;
	z-index: 10;
}
.serv_icon_bg_color {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 5;
}


.serv_item_title {
	padding: 0px 0px 10px 0px;
}






.centers_feed_cnt {
	position: relative;
	z-index: 10;
}
.centers_feed_cnt::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 62px;
	top:0px;
	left: 0px;
	background: #495458;
	content: '';
	z-index: 7;
}
.centers_feed {
	position: relative;
	z-index: 10;
}

.centers_feed_bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 5;
}




.c_table_row_centers_heading strong {
	display: inline-block;
	width: 100%;
	text-align: center;
	min-height: 62px;
	padding: 21px 0px 0px 0px;
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.c_table_centers .c_table_cell.c_table_cell_content {
	padding: 45px 15px 45px 15px;
	height: 140px;
	vertical-align: middle;
}

.center_logo_cnt img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 200px;
}


.c_table_centers .center_title {
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
}
.center_desc {
	display: inline-block;
	width: 100%;
	font-family: 'bold';
	font-size: 17px;
	color: #006d3c;
}
.center_phones {
	display: inline-block;
	width: 100%;
}

.c_table_cell_center_services {
	min-width: 235px;
}

.c_table_centers .serv_icon {
	margin: 0px 8px 8px 0px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 20px;
	border-bottom-left-radius: 0;
}

.serv_iconic {
	position: relative;
}
.serv_iconic::after {
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 33px);
	top:12px;
	left: 0px;
	background: #475457;
	content: '';
}
.serv_iconic .c_table {
	position: relative;
	z-index: 10;
}
.serv_iconic .c_table_cell {
	text-align: center;
}


.services_slider_cnt {
	position: relative;
	z-index: 10;
}

.services_slider_bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 5;
}

.serv_link_iconic {
	display: inline-block;
}
.serv_link_iconic .serv_icon {
	-webkit-border-radius: 75px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 75px;
	-moz-border-radius-bottomright: 0;
	border-radius: 75px;
	border-bottom-right-radius: 0;
}

.serv_link_iconic.collapsed .serv_icon_bg_color {
	opacity: 0;
}

.serv_accordion .formatted_text {
	padding: 45px 0px 25px 0px;
	max-width: 1500px;
	margin: 0px auto !important;
}
.serv_accordion .formatted_text h3 {
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}




.no_centers_found {
	display: block;
	text-align: center;
	padding: 95px 0px 30px 0px;
}


.scroller_container,
.scroller_container * {
	line-height:  1em;
}
.scroller_container {
	position: relative;
	overflow: hidden;
	padding: 0px 50px 0px 50px;
}



.scroller_item .c_table_cell {
	height:140px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

.scroller_item .c_table_cell .cbg {
	display: inline-block;
	width: 100%;
	max-width: 139px;
	height: 139px;
}


/*

.scroller_item img {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
*/
.scroller_item_inner {
	padding: 0px 15px 0px 15px;
}
.scroller_next {
	position: absolute;
	right: 15px;
	top:calc(50% - 15px);
	opacity: 0.8;
}
.scroller_next .fa {
	font-size: 35px;
	color: #89c765;
}
.scroller_prev {
	position: absolute;
	left: 15px;
	top:calc(50% - 15px);
	opacity: 0.8;
}
.scroller_prev .fa {
	font-size: 35px;
	color: #89c765;
}


.two_cols_content {
	position: relative;
	overflow: hidden;
}
body.home .two_cols_content {
	padding: 0px 49px 0px 49px;
}
.two_cols_content > div {
	position: relative;
	overflow: hidden;
	margin: 0px -25px 0px -25px;
}
.two_cols_content > div > div {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 25px 0px 25px;
}


.three_cols_content {
	position: relative;
	overflow: hidden;
}
.three_cols_content > div {
	position: relative;
	overflow: hidden;
	margin: 0px -25px 0px -25px;
}
.three_cols_content > div > div {
	position: relative;
	overflow: hidden;
	width: 33.333333%;
	float: left;
	padding: 0px 25px 0px 25px;
}



#events_feed_cnt {
/* 	background: #e4f2e8; */
	padding: 25px 0px 125px 0px;
}

#events_feed_cnt > div {
	max-width: 1340px;
	margin: 0px auto !important;
	padding: 0px 15px 0px 15px;
}

.events_feed {
	position: relative;
	overflow: hidden;
}
.events_feed > div {
	position: relative;
	overflow: hidden;
	margin: 0px -20px 0px -20px;
}
.events_feed > div > div {
	position: relative;
	overflow: hidden;
	width: 33.33333%;
	float: left;
	padding: 0px 20px 39px 20px;
}



.events_feed > div > div:nth-child(1),
.events_feed > div > div:nth-child(4),
.events_feed > div > div:nth-child(7),
.events_feed > div > div:nth-child(10),
.events_feed > div > div:nth-child(13) {
	clear: both;
}


.feed_item_event_data_cnt {
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	background: #5b5c5b;
}

.event_item .fbg {
	display: block;
	position: relative;
	height: 570px;
}
.event_item .fbg > small,
.event_item .fbg > small *,
.feed_item_event_data_cnt > small,
.feed_item_event_data_cnt > small * {
	color: #fff;
	font-size: 15px;
}
.event_item .fbg > small,
.feed_item_event_data_cnt > small {
	display: inline-block;
	position: absolute;
	width: 100%;
	padding: 0px 15px 0px 20px;
	line-height: 1em;
	left: 0px;
	bottom:125px;
	z-index: 3;
}
.event_item .fbg > small .fa,
.feed_item_event_data_cnt > small .fa {
	margin: 0px 10px 0px 0px;
}

.event_item .fbg > strong,
.feed_item_event_data_cnt > strong {
	display: inline-block;
	width: 100%;
	position: absolute;
	padding: 0px 15px 0px 20px;
	line-height: 1em;
	left: 0px;
	bottom: 0px;
	height: 100px;
	color: #fff;
	line-height: 1.3em;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 300;
	z-index: 3;
}


.event_item .fbg::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
    background: linear-gradient( transparent 50%, rgba(32,32,32,1.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    display: none !important;
}
.event_item .fbg:hover::after {
	opacity: 0.8;
}








.block_contact_form_cnt {
	position: relative;
	max-width: 1495px;
	margin: 0px auto !important;
	z-index: 10;
}
.block_contact_form {
	position: relative;
	padding: 15px 0px 0px 0px;
}
.block_contact_form > div {
	float: left;
	width: 41%;
	padding: 0px 30px 0px 0px;
}
.block_contact_form > aside {
	float: left;
	width: 59%;
}







.block_contact_form_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:0px;
	left: 0px;
	z-index: 5;
}







.cf_input {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	border:none;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	width: 100%;
	min-height: 59px;
	resize: none;
	margin: 0px 0px 34px 0px !important;
	padding: 0px 10px 0px 21px !important;
}
.form_cols {
	overflow: hidden;
}
.form_cols > div {
	overflow: hidden;
	margin: 0px -17px 0px -17px;
}
.form_cols > div > div {
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 17px 0px 17px;
}
textarea.cf_input {
	padding: 11px 10px 10px 21px !important;
}











.block_gmap_cnt {
	position: relative;
	max-width: 1495px;
	margin: 0px auto !important;
	z-index: 10;
}
.block_gmap_cnt {
	position: relative;
}







.block_gmap_bg {
	position: absolute;
	width: 100%;
	height: calc(50% + 59px);
	top:0px;
	left: 0px;
	z-index: 5;
}


.gmap {
	position: relative;
	width: 100%;
	height: 595px;
	border: 5px solid #fff;
	z-index: 15;
}







#news_feed_cnt {
	background: #e4f2e8;
	padding: 25px 0px 125px 0px;
}

#news_feed_cnt > div {
	max-width: 1495px;
	margin: 0px auto !important;
	padding: 0px 20px 0px 20px;
}

.news_feed {
	position: relative;
	overflow: hidden;
}
.news_feed > div {
	position: relative;
	overflow: hidden;
	margin: 0px -20px 0px -20px;
}
.news_feed > div > div {
	position: relative;
	overflow: hidden;
	width: 33.33333%;
	float: left;
	padding: 0px 20px 39px 20px;
}



.news_feed > div > div:nth-child(1),
.news_feed > div > div:nth-child(4),
.news_feed > div > div:nth-child(7),
.news_feed > div > div:nth-child(10),
.news_feed > div > div:nth-child(13) {
	clear: both;
}


.news_item > div {
	max-width: 425px;
}


.news_item .fbg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-border-radius: 210px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 210px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 210px;
	border-bottom-left-radius: 0;
}

.news_item .fbg > img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	line-height: 1em;
	opacity: 0;
}

.news_item .fbg:hover {
	opacity: 0.9;
}

.news_feed_post_date {
	display: block;
	color: #006135;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1em;
	padding: 21px 0px 9px 0px;
}

.news_title_cnt {
	display: block;
	min-height: 100px;
}
.news_title_cnt,
.news_title_cnt * {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}


.cck_content_element_counter {
	padding-bottom: 0px !important;
}


.counters_cnt {
	position: relative;
	z-index: 10;
	max-width: 1595px;
	margin: 0px auto !important;
}



.counters,
.counters * {
	vertical-align: top;
	text-align: center;
	line-height: 1em;
}

.counters {
	text-align: center;
	padding: 75px 0px 0px 0px;
}
.counter_item {
	display: inline-block;
	width: 100%;
	max-width: 259px;
	margin: 0px auto 59px auto !important;
}

.counter {
	display: inline-block;
	width: 100%;
	font-family: 'bold';
	color: #475457;
	font-size: 55px;
	padding: 0px 0px 4px 0px;
}
.counter_img_cnt {
	display: inline-block;
	width: 100%;
	padding: 0px 0px 27px 0px;
}
.counter_name {
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #475457;
}

.counters_cnt .formatted_text,
.counters_cnt .formatted_text * {
	text-align: center;
}


.block_counters_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:0px;
	left: 0px;
	z-index: 5;
}

.events_scroller_cnt {
	position: relative;
	max-width: 1395px;
	margin: 0px auto !important;
}


.events_scroller_item_inner {
	padding: 0px 20px 0px 20px;
}


















.line_green {
	display: inline-block;
    position: relative;
    width: 40px;
    height: 5px;
    background: #89c765;
    content: '';
}


.cck_content_element_events_block .line_green {
    margin: 10px 0px 0px 50px;
}
.cck_content_element_events_block .foramtted_text_cnt {
	position: relative;
	padding: 0px 0px 0px 50px;
}

.cck_content_element_events_block .foramtted_text_cnt .c_btn {
	position: absolute;
	right: 190px;
	top:0px;
}





.events_scroller_next,
.events_scroller_next * {
	line-height: 1em;
	vertical-align: top;
	color: #006d3c;
}


.events_scroller_next {
	display: inline-block;
	position: absolute;
	right: 50px;
	top:0px;
	background: #eff2f6;
	color: #222424;
	width: 50px;
	height: 50px;
	font-size: 29px;
	text-align: center;
	padding: 10px 0px 0px 3px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

.events_scroller_next:hover {
	background: #dfe4ea;
}



.events_scroller_prev,
.events_scroller_prev * {
	line-height: 1em;
	vertical-align: top;
	color: #006d3c;
}


.events_scroller_prev {
	display: inline-block;
	position: absolute;
	right: 120px;
	top:0px;
	background: #eff2f6;
	color: #222424;
	width: 50px;
	height: 50px;
	font-size: 29px;
	text-align: center;
	padding: 10px 3px 0px 0px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}

.events_scroller_prev:hover {
	background: #dfe4ea;
}






.cck_content_element_last_news_block .line_green {
    margin: 10px 0px 0px 50px;
}
.cck_content_element_last_news_block .foramtted_text_cnt {
	position: relative;
	padding: 0px 0px 0px 50px;
}

.cck_content_element_last_news_block .foramtted_text_cnt .c_btn {
	position: absolute;
	right: 190px;
	top:0px;
}



.cck_content_element_last_news_block .cnt {
	position: relative;
	z-index: 10;
}




.last_news_block_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:0px;
	left: 0px;
	z-index: 5;
}



.dl_block_cnt .cnt {
	position: relative;
	z-index: 10;
}

.dl_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom:0px;
	left: 0px;
	z-index: 5;
}


.dl_btn_cnt {
	padding: 29px 0px 0px 0px;
	text-align: center;
}





.aniv_block_cnt,
.aniv_block_cnt * {
	vertical-align: top;
}


.aniv_block_cnt {
	position: relative;
	max-width: 1354px;
	min-height: 300px;
	margin: 0px auto !important;
	z-index: 10;
}

.aniv_block_cnt .cbg {
	width: 375px;
	height: 375px;
	float: left;
	margin: -40px 0px 0px 0px;
}
.aniv_block_cnt .cnt > div {
	display: block;
	width: calc(100% - 375px);
	float: left;
}
.aniv_block_cnt .cnt > div {
	display: block;
	width: 100%;
	float: right;
	max-width: 745px;
}
.aniv_block_cnt strong {
	display: block;
	padding: 45px 0px 20px 0px;
	font-family: 'bold';
	font-size: 40px;
	color: #fff;
	line-height: 1.1em;
}
.aniv_block_cnt .c_btn {
	color: #fff !important;
	border-color:#fff !important;
}



.aniv_bg {
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 160px);
	top:60px;
	left: 0px;
	z-index: 5;
}







#accessibility_actions {
	display: block;
	position: fixed;
	left: 0px;
	width: 101px;
	height: auto;
	top:calc(50% - 50px);
	z-index: 999;
}
.accessibility_action_btn {
	display: inline-block;
	width: 50px;
	height: 50px;
}
.accessibility_action_btn:hover {
	opacity: 0.9;
}

.accessibility_action_increase_font_size {
	background: #006d3c url("../img/icon_accessibility_increase_font_size.png") no-repeat 10px 16px;
	background-size:29px auto !important;
	-webkit-border-radius: 25px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 25px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 25px;
	border-bottom-left-radius: 0;
}

.accessibility_action_change_contrast {
	background: #28a44a url("../img/icon_accessibility_change_contrast.png") no-repeat 10px 10px;
	background-size:29px auto !important;
	-webkit-border-radius: 25px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 25px;
	-moz-border-radius-topleft: 0;
	border-radius: 25px;
	border-top-left-radius: 0;
}



.publications_feed {
	max-width: 1200px;
	margin: 0px auto !important;
}

.publication_item {
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 55px 0px;
}
.publication_item > aside {
	width: 200px;
	height: auto;
	float: left;
	vertical-align: top;
	padding: 0px 0px 30px 0px;
}
.publication_item > div {
	width: calc(100% - 200px);
	height: auto;
	float: left;
	vertical-align: top;
	padding: 0px 0px 30px 50px;
}
.publication_item .cbg {
	display: block;
	width: 100%;
	height: 300px;
	border:1px solid rgba(255,255,255,0.25);
}

.publication_item_title {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px 0px 20px 0px;
	color: #006538;
}
.publication_item .formatted_text {
	padding: 0px 0px 25px 0px;
}

.publication_item .c_btn_small {
	float: left;
	margin: 0px 20px 20px 0px;
}




.c_btn_easy_reading {
	display: none;
    background: #0a1396 !important;
    padding-left: 70px !important;
    background: #0a1396 url("../img/easy_reading_icon.png") no-repeat 20px 9px !important;
    background-size: auto auto;
    background-size: auto 31px !important;
    margin: 0px 0px 0px 0px;
}




.publication_item.easy_reading .c_btn_easy_reading {
	display: inline-block;
}




.featured_links_feed {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.featured_links_feed,
.featured_links_feed * {
	vertical-align: top;
}
.featured_links_feed_item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 533px;
	text-align: center;
	padding: 0px 25px 70px 25px;
}

.featured_links_feed_item img {
	width: 100%;
	width: 80%;
	max-width: 295px;
	height: auto;
}

.team_feed {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.team_feed,
.team_feed * {
	vertical-align: top;
}
.team_feed_item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 533px;
	text-align: center;
	padding: 0px 25px 70px 25px;
}

.team_feed_item .fbg {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 350px;
	margin: 0px auto !important;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 0;
	border-radius: 50%;
	border-bottom-left-radius: 0;
	border: 1px solid #f2f2f2;
	
}
.team_feed_item .fbg img {
	display: inline-block;
	width: 100%;
	height: auto;
	opacity: 0;
	line-height: 1em;
	float: left;
}
.team_feed_item .formatted_text {
	padding: 25px 0px 0px 0px;
}
.team_feed_item .formatted_text strong {
	text-transform: uppercase;
}


#grants_feed_cnt {
	padding: 0px 0px 200px 0px;
}
.grants_feed_item {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	border-left: 1px solid #d4ebdc;
	border-right: 1px solid #d4ebdc;
}
.grants_feed_item.hidden {
	display: none !important;
}
.grants_feed_item > a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	padding: 18px 20px 14px 25px;
	background: #f0fcf4;
	border-top: 1px solid #d4ebdc;
	border-bottom: 1px solid #d4ebdc;
}

/*
.grants_feed_item:first-child > a {
	border-top: 1px solid #d4ebdc;
}
*/

.grants_feed_item > a:hover {
	background: #eaf9ee;
}


.grants_feed_item > a:hover > span {
	color: #0fb56b;
}

.grants_feed_item > a > span {
	display: inline-block;
	margin: 0px 18px 0px 0px;
	color: #006d3c;
	font-family: 'bold';
	font-size: 17px;
	line-height: 1.45em;
}
.grants_feed_item > a > small {
	display: inline-block;
	line-height: 1.45em;
	font-size: 17px;
	color: #686868;
	text-transform: none !important;
}



#single_grant_cnt {
	padding: 0px 0px 200px 0px;
}

#single_grant_title {
	display: block;
	padding: 0px 0px 15px 0px;
	color: #006d3c;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

#single_grant_date {
	display: block;
	font-size: 14px;
	padding: 0px 0px 25px 0px;
}

#sigle_grant_desc {
	padding: 0px 0px 25px 0px;
}

#sigle_grant_docs {
	
}
#sigle_grant_docs li {
	padding: 0px 0px 15px 20px;
}
#sigle_grant_docs a {
	display: inline-block;
	position: relative;
	line-height: 1.3em;
	color: #006d3c;
	padding: 2px 0px 0px 31px;
	min-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'bold';
}
#sigle_grant_docs a:hover {
	color: #89c765;
}

#sigle_grant_docs a .fa {
	position: absolute;
	top:0px;
	left: 0px;
	font-size: 21px;
	color: #006d3c;
	line-height: 1em;
}

.tooltip-inner {
	font-size: 13px;
	line-height: 1.45em;
}

.twitter_feed {
	max-width: 750px;
	margin: 0px auto !important;
}

.twitter_feed iframe {
	width: 100% !important;
}

.sharing_links_cnt {
	padding: 0px 0px 100px 0px;
}
.sharing_links_cnt a {
	margin: 0px 0px 0px 12px;
}
.sharing_links_cnt a .fa {
	font-size: 19px;
	color: #006d3c;
}
.sharing_links_cnt a:hover .fa {
	color: #89c765;
}

#grants_search_form_cnt {
	padding: 0px 0px 50px 0px;
	vertical-align: top;
}

#grant_for_select {
	display: block;
	float: left;
	vertical-align: top;
}
#grant_for_select,
#grant_for_select * {
	line-height: 1em;
}

#grant_for_select a {
	display: inline-block;
	float: left;
	padding: 15px 25px 0px 25px;
	min-height: 49px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#grant_for_select a:nth-child(1) {
	border-left: 1px solid #ddd;
}
#grant_for_select a:hover {
	background: #f6f6f6;
}
#grant_for_select a.selected {
	color: #fff;
	background: #006d3c !important;
}

#grants_search_form {
	width: 100%;
	max-width: 575px;
	float: right;
	vertical-align: top;
}
#grants_search_form,
#grants_search_form * {
	line-height: 1em;
}

#grants_search_input {
	display: block;
	width: calc(100% - 130px );
	float: left;
	padding: 0px 0px 0px 0px;
	height: 49px;
	border: none;
	background: #fff;
	box-shadow: none;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 2px 5px 0px 15px;
}

#grants_search_form_sumbit {
	display: block;
	width: 130px;
	height: 49px;
	float: left;
	text-align: center;
	background: #006d3c;
	padding: 15px 0px 0px 0px;
}
#grants_search_form_sumbit,
#grants_search_form_sumbit * {
	color: #fff;
}
#grants_search_form_sumbit .fa {
	margin: 0px 5px 0px 0px;
}

#grants_search_form_sumbit:hover {
	background: #28a44a;
}


#search_results {
	padding: 100px 0px 100px 0px;
}
#search_results_title {
	display: block;
	padding: 0px 0px 45px 0px;
	color: #006d3c;
	font-size: 22px;
}

#search_results_title > span {
	font-family: 'bold';
	font-size: 22px;
	color: #006d3c;
}


.search_result {
	padding: 0px 0px 35px 0px;
}
.search_result > a {
	color: #28a44a;
	font-size: 22px;
}
.search_result a:hover {
	color: #006d3c;
}

.search_bc,
.search_bc * {
	font-size: 17px;
}
.search_bc a,
.search_bc span,
.search_bc small {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

.search_bc a {
	-webkit-transition: all 145ms ease;
	-moz-transition: all 145ms ease;
	-ms-transition: all 145ms ease;
	-o-transition: all 145ms ease;
	transition: all 145ms ease;
}
.search_bc a:hover {
	color: #28a44a;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  overflow: hidden;
    background: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.swipe-wrap > div {
  position: relative;
}


#calendar-caption > a {
	display: block;
	position: absolute;
	width:49px;
	height:49px;
	top:0px;
	right:0px;
	text-align: center;
	font-size: 27px;
	-webkit-transition: all 145ms ease;
	-moz-transition: all 145ms ease;
	-ms-transition: all 145ms ease;
	-o-transition: all 145ms ease;
	transition: all 145ms ease;
}
#calendar-caption > a:hover {
	cursor: pointer;
	background-color: #28a44a !important;
}
#calendar-caption > a:active {
	background-color: #32b855 !important;
}
#calendar-caption > a.slide-left,
#calendar-caption > a.c-slide-left {
	right:49px !important;
	padding: 10px 15px 0px 0px;
	text-align: right;
}
#calendar-caption > a.slide-right,
#calendar-caption > a.c-slide-right {
	padding: 10px 0px 0px 19px;
	text-align: left;
}
#calendar {
	background:#c01521 !important;
}

#calendar * {
	color:#fff;
}
#calendar .c_month {
	padding:21px 20px 10px 20px;
	min-height: 300px;
	background:#e6e6e6 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#calendar .c_month table {
	width: 100%;
	height: auto;
}
#calendar .c_month tr {
	width: 100%;
	height: auto;
}
#calendar .c_month td {
	text-align: center;
	padding: 2px;
}
#calendar .c_month td,
#calendar .c_month td * {
	line-height: 1em;
}
#calendar .c_month td span,
#calendar .c_month td a {
	display: block;
	min-height: 39px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #696969 !important;
}
#calendar .c_month td a {
	background: #28a44a;
	color: #fff !important;
}
#calendar .c_month td a:hover {
	background: #006d3c;
}


.w_ev {
	display: block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 18px 0px;
}
.w_ev:first-child {
	padding-top:0px !important;
}

.w_ev > div {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.w_ev > div > a {
	display: block;
	font-weight: 700;
/* 	text-transform: uppercase; */
	min-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
	color: #006d3c;
}
.w_ev > div > a:hover {
	color: #28a44a;
}
.w_ev > div p {
	padding: 6px 0px 1px 0px;
	font-size: 15px;
	font-weight: 300;
}
.w_ev > div .fa-calendar {
	color: #28a44a;
	margin: 0px 7px 0px 0px;
	font-size: 19px;
}
.w_ev > div .fa-map-marker {
	color: #28a44a;
	margin: 0px 6px 0px 12px;
	font-size: 19px;
}

#calendar-caption {
	position: relative;
}

.widget-caption {
	position: relative;
}
.widget-caption,
.widget-caption * {
	line-height: 1em;
	color: #fff;
}
.widget-caption p {
	background: #006d3c;
	padding: 15px 15px 15px 23px;
	color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#tooltip {
	display:block;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px 10px 6px 10px;
	display:none;
	color:#fff;
	font-size:12px;
	line-height:13px;
	z-index:1000;
	width:150px;
	height:auto;
}

.widget-body {
	background:#e6e6e6;
	min-height:215px;
	overflow: hidden;
	padding:18px 20px 0px 20px;
}
.widget-body > a {
	display:block;
	width:100%;
	height:30px;
	margin-top:8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
	-webkit-transition: all 145ms ease;
	-moz-transition: all 145ms ease;
	-ms-transition: all 145ms ease;
	-o-transition: all 145ms ease;
	transition: all 145ms ease;
}
.widget-body > a:hover {
	color:#fff;
}
#calendar_wrapper {
	max-width: 1340px;
	padding: 0px 15px 45px 15px;
	margin: 0px auto !important;
}
#calendar_cnt {
	width: 50%;
	float: left;
	padding: 0px 19px 0px 0px;
}
#widget-links {
	width: 50%;
	float: left;
	padding: 0px 0px 0px 19px;
}
div.mce_inline_error {
	display: none !important;
}
#nl_form_wrapper {
	max-width: 645px;
	margin: 0px auto !important;
	padding: 20px 0px 45px 0px;
}
#nl_agree_cnt {
	padding: 20px 0px 0px 0px;
}

#nl_agree_cnt a {
	color: #28a44a;
}
#nl_agree_cnt a:hover {
	text-decoration: underline;
}
#nl_agree {
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	float: left !important;
	margin: 7px 10px 0px 0px !important;
}

#mc_embed_signup div#mce-responses {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100% !important;
}

body.post-type-archive-nl #news_feed_cnt {
	background: transparent !important;
}

#news_tags a {
	color: #28a44a;
}
#news_tags a:hover {
	color: #006d3c;
}

#cck_sm_item_1.cck_content_element_one_col_text {
	margin-top:75px;
}

#page_footer {
	background: #475457;
	padding: 100px 0px 0px 0px;
}
#page_footer,
#page_footer * {
	color: #ececec;
}


#footer_cols {
	position: relative;
	overflow: hidden;
}
#footer_cols > div {
	position: relative;
	overflow: hidden;
	margin: 0px -35px 0px -35px;
}
#footer_cols > div > div {
	position: relative;
	overflow: hidden;
/* 	width: 20%; */
	float: left;
	padding: 0px 35px 90px 35px;
}


#footer_cols > div > div:nth-child(1),
#footer_cols > div > div:nth-child(5) {
	width: 25%;
}


#footer_cols > div > div:nth-child(2),
#footer_cols > div > div:nth-child(3),
#footer_cols > div > div:nth-child(4) {
	width: 16.65%;
}

.footer_col h6 {
	text-transform: uppercase;
	line-height: 1.19em;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0px 20px 0px;
}
.footer_col div *,
.footer_col ul * {
	font-size: 14px;
}
.footer_col a:hover {
	color: #fff !important;
}
.contact_info,
.contact_info * {
	vertical-align: top;
}
.contact_info {
	padding: 0px 0px 25px 40px;
}
.contact_info img {
	float: left;
	margin: 0px 0px 0px -40px;
}


#footer_cols > div > div img {
	width: auto;
	height: auto;
	max-width: 100%;
}



html.contrast_on,
body.contrast_on {
	background: #000 !important;
}
body.contrast_on,
body.contrast_on * {
	color: #fff !important
}
body.contrast_on img {
/* 	opacity: 0 !important; */
}
body.contrast_on .fbg {
/* 	background: transparent !important; */
}

body.contrast_on .block_bg,
body.contrast_on #news_feed_cnt {
	background: transparent !important;
}
body.contrast_on a,
body.contrast_on a * {
	color: rgb(0, 176, 255) !important;
}
body.contrast_on .c_btn,
body.contrast_on .c_btn_small,
body.contrast_on .c_btn_dark,
body.contrast_on .c_btn_air,
body.contrast_on .text_slideshow_b_inner .c_btn_air {
	background: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}






.cookies_msg {
	max-width: 745px;
	margin: 0px auto !important;
	background: #fff;
	background: #fff;
}


.cookies_msg_header,
.cookies_msg_header * {
	text-transform: uppercase;
}

.cookies_msg_header {
	display: block;
	position: relative;
	padding: 18px 25px 18px 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cookies_msg_body {
	display: block;
	position: relative;
	padding: 18px 25px 18px 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cookies_msg_body a {
	color: #89c765;
}

.cookies_msg_body a:hover {
	text-decoration: underline;
}

.c_btn.c_btn_orange.link_configure_cookies,
.c_btn.c_btn_orange.link_save_config_cookies {
	background: #ededed !important;
}


.cookies_msg_footer,
.cookies_msg_footer * {
	line-height: 1em;
}

.cookies_msg_footer {
	display: block;
	position: relative;
	padding: 18px 25px 0px 25px;
	text-align: right;
}

.cookies_msg_footer .c_btn {
	margin: 0px 0px 17px 10px !important;
}

.cookies_config_block {
	display: block;
	position: relative;
	margin-top:30px;
	padding: 0px 0px 0px 70px;
}

.cookies_config_block > div {
	display: block;
	position: relative;
}

.cookies_config_block > div > strong {
	display: block;
	position: relative;
	padding: 0px 0px 10px 0px;
}

.cookies_config_block:nth-child(1) {
	margin-top:0px;
}

.cookies_config_block .cookies_config_switcher {
	display: block;
	position: absolute;
	top:1px;
	left: 0px;
	width: 45px;
	height: 20px;
	background: #e89b9b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cookies_config_block .cookies_config_switcher::after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.45);
	content: '';
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cookies_config_block .cookies_config_switcher.cookies_config_switcher_on {
	background: #74cc74;
}

.cookies_config_block .cookies_config_switcher.cookies_config_switcher_on::after {
	left: calc(100% - 20px);
}


.cc_btn {
	display: inline-block;
	margin: 0px 0px 20px 20px;
	line-height: 1em;
	font-size: 15px;
	padding: 12px 15px 12px 15px;
	color: #fff;
	background: #89c765;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.cookies_btn_secondary {
	background: #ececec !important;
	color: #555 !important;
}

.curr_post_date {
	display: block;
	padding: 0px 0px 30px 0px;
}
