/*
Theme Name:         HWCF
Theme URI:          http://www.seankyleandmanley.com
Description:        Custom theme for HWCF
Version:            v.1
Author:             SKM
Author URI:         http://seankyleandmanley.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: boostrap, dark
Text Domain: skmbase

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* --------------------------------
	-- GLOBAL
--------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
}
.container-fluid {
	max-width: 1170px
}
section.content {
	padding: 50px 0;
}
section.parallax {
	height: 650px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(http://www.healthyweightcommit.org/wp-content/themes/hwcf/assets/img/bg-services-01.jpg);
	background-attachment: fixed;
}
.text-center img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.is-sticky #main-nav-wrapper {
	border-bottom: 1px solid #fff;
}
.full-height {
	position: relative;
	width: 100%;
	min-height: 768px;
}
.full-bg {
	background-size: cover;
	background-repeat: no-repeat;
}
.va-align {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.search-overlay-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 6;
}
.search-overlay-inner {
	position: relative;
	z-index: 10;
}
.search-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: .95;
	z-index: -1;
}
.search-overlay-inner .inner {
	max-width: 500px;
	margin: 0 auto;
}
.search-overlay-inner h2 {
	color: #2f6d2f;
}
.search-overlay-inner input.search-field {
	height: 37px;
	padding: 0 10px;
	width: 90%;
	border: 1px solid #2f6d2f;
}
.search-overlay-inner input.search-submit {
	height: 37px;
	background-color: #2f6d2f;
	color: #fff;
	border: none;
}
#close-search {
	font-size: 18px;
	cursor: pointer;
}
.vert-slide-nav {
	position: fixed;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 50px;
}
.vert-slide-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.vert-slide-nav ul > li {
	margin-bottom: 15px;
}
.onepage-pagination li a:before {
	border: 1px solid #fff;
	background: none;
	background-color: transparent;
}
.onepage-pagination li a.active:before {
	border: 1px solid #fff;
	background-color: #fff;
	background-color: #fff;
}
.single-resource .featured-image {
	width: 100%;
	background-repeat: no-repeat;
	background-position:center;
	padding:15px;
	background-color:#d7d7d7;
	border-top: 1px solid #9ba19e;
	border-left:1px solid #9ba19e;
	border-right:1px solid #9ba19e;
}
.single-resource .featured-image img {
	height:165px;
	width:auto;
	margin:0 auto;
	display:block;
}
.single-resource .inner.has-featured-image {
	padding: 15px;
	border-bottom: 1px solid #9ba19e;
	border-left:1px solid #9ba19e;
	border-right:1px solid #9ba19e;
	border-top:none !important;
}
.single-resource .inner {
	padding:15px;
	border:1px solid #9ba19e;
}
.single-resource h4 {
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
}
.single-resource h4:after {
	content: "";
	height: 1px;
	width: 105%;
	background-color: #2f6d2f;
	position: absolute;
	left: -2.5%;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.single-resource h4 a {
	color: #eb4d1a;
}
.single-resource p {
	color: #464749;
	font-size: 14px;
	line-height: 1.5em;
}
a.read-more {
	display: inline-block;
	color: #eb4d1a;
	border: 1px solid #eb4d1a;
	padding: 7px 15px;
	font-size: 12px;
}
a.read-more:hover {
	background-color: #eb4d1a;
	color: #fff;
}
#fullpage .inner {
	position:relative;
	padding:0 50px;
}
#fullpage h2 {
	font-size:55px;
	color:#fff;
}
#fullpage p {
	font-size:32px;
	color:#fff;
	line-height:1.65em;
}
#fullpage .button-wrapper {
	position:absolute;
	bottom:15%;
	left:0;
	right:0;
	margin: 0 auto;
}
#fullpage a.button {
	border:1px solid #fff !important;
	color:#fff !important;
}
#fullpage .layout-alt .button-wrapper  {
	position:inherit;
	top:0;
	margin-top:20px;
}
#fullpage .layout-alt p {
	font-size:20px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background:#fff !important;
	border-color:#fff !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border:1px solid #fff !important;
}
.page-id-7 #section-2 .row:last-of-type {
	padding-bottom:75px;
	border-bottom:1px solid #d7d7d7;
}
.page-id-7 #section-2 .row:first-of-type {
	padding-top:75px;
	border-top:1px solid #d7d7d7;
}
main section {
	position:relative;
}
.search .page-banner {
	margin-bottom:50px;
}
/* --------------------------------
	-- HEADER
--------------------------------- */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 5;
}
#logo {
	max-width: 275px;
}
/* -- main nav -- */
#main-nav-wrapper {
	z-index: 5;
	position: relative;
}
ul#main-nav {
	margin: 45px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul#main-nav > li {
	position: relative;
	display: inline-block;
}
ul#main-nav > li > a {
	position: relative;
	display: block;
	padding: 15px 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	transition: opacity ease-in-out .25s;
	-webkit-transition: opacity ease-in-out .15s;
}
/*ul#main-nav > li.current-menu-item > a, ul#main-nav > li.current > a {
	opacity: .7;
}*/
ul#main-nav > li > a::before, ul#main-nav > li.current-menu-item > a::before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: 0;
	background-color: #fff;
	content: "";
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
}
ul#main-nav > li > a:hover::before, ul#main-nav > li.current-menu-item > a:before {
	width: 100%;
	left: 0;
}
ul#main-nav > li.search-toggle {
	margin-left: 0;
}
ul#main-nav > li.search-toggle > span {
	font-size: 18px;
	margin: 0 10px 0 20px;
	color: #fff;
	cursor: pointer;
}
ul#main-nav > li.search-toggle > span:hover {
	opacity: .7;
}
ul#main-nav > li.nav-button {
	margin: 0 5px;
}
ul#main-nav > li.nav-button > a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	padding: 0 11.5px;
}
ul#main-nav > li.nav-button > a:before {
	display: none !important;
}
ul#main-nav > li.nav-button > a:hover {
	background-color: #fff;
	color: #000;
}
ul#main-nav li.menu-item-has-children:hover > .sub-menu {
	display: block;
}
/* -- sub menu -- */
ul#main-nav > li > .sub-menu {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	background-color: #28682d;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
	min-width: 100%;
}
ul#main-nav > li > .sub-menu > li {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
}
ul#main-nav > li > .sub-menu > li > a {
	font-size: 16px;
	color: #fff;
	padding: 15px 15px;
	display:block;
	font-family: 'Open Sans', sans-serif;
}
ul#main-nav > li > .sub-menu > li > a:hover {
	color: #fff;
	background-color:orange;
}
/* --------------------------------
	-- BLOG
--------------------------------- */
.blog article, .archive article {
	margin-bottom: 15px;
}
#comments-wrapper {
	margin-top: 30px;
}
/* -- post nav -- */
#post-nav {
	position: relative;
	margin: 30px 0;
	height: 30px;
	width: 100%;
}
#post-nav .prev-link a, #post-nav .next-link a {
	position: relative;
}
#post-nav .prev-link a {
	padding-left: 18px;
}
#post-nav .next-link a {
	padding-right: 18px;
}
#post-nav .prev-link a:before {
	position: absolute;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f0d9";
	left: 0;
	top: 1px;
}
#post-nav .next-link a:after {
	position: absolute;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f0da";
	right: 0;
	top: 1px;
}
#post-nav .prev-link {
	position: absolute;
	left: 0;
}
#post-nav .next-link {
	position: absolute;
	right: 0;
}
#post-nav a {
	font-size: 16px;
}
/* --------------------------------
	-- SIDEBAR
--------------------------------- */
#sidebar-wrapper > .widget {
	margin-bottom: 15px;
}
#sidebar-wrapper > .widget h4 {
	margin-bottom: 5px;
}
#sidebar-wrapper > .widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar-wrapper > .widget ul > li > a {
	position: relative;
	display: block;
	padding-left: 18px;
}
#sidebar-wrapper > .widget ul > li > a:before {
	position: absolute;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f0da";
	left: 0;
}
#sidebar-wrapper .searchform label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 16px;
}
#sidebar-wrapper .searchform input[type="text"] {
	padding: 0 5px;
	height: 32px;
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 16px;
}
#sidebar-wrapper .searchform input[type="submit"] {
	height: 32px;
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 16px;
}
#sidebar-wrapper {
	margin-top:0;
}
/* --------------------------------
	-- FONT STYLES
--------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 {
	margin-bottom: 30px;
}
h2 {
	font-size: 40px;
}
h2.pagetitle {
	margin-bottom: 34px;
}
h3 {
	font-size: 32px;
}
h3.post-title {
	margin-bottom: 5px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 24px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1.65;
}
.meta {
	display: block;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 12px;
}
p.featured {
	display: inline-block;
	position: relative;
	font-size: 32px;
}
p.featured:before, p.featured:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background-color: #02a8cf;
	top: 50%;
}
p.featured:before {
	left: -50px;
}
p.featured:after {
	right: -50px;
}
section.parallax p {
	font-size: 24px;
	color: #fff;
}
a {
	transition: all ease .25s;
	text-decoration: none;
	color:#eb4d1a;
}
a:hover {
	text-decoration: none;
}
a.button {
	display: inline-block;
	background-color: transparent;
	color: #28682d;
	border: 2px solid #28682d;
	font-size: 18px;
	padding: 10px 30px;
	text-transform: uppercase;
}
a.button:hover {
	background-color: #28682d;
	color: #fff;
}
a.button-transparent {
	background-color: transparent !important;
	border: 2px solid #fff;
	color: #fff;
}
a.button-transparent:hover {
	background-color: #28682d !important;
	color: #fff;
	border: 2px solid #28682d;
}
 a, a:hover, a:active, a:visted {
 text-decoration:none !important;
}
span {
}
ul, li {
	font-family: 'Open Sans', sans-serif;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1.65;
}
.full-bg h2, .full-bg p {
	line-height: 1.25em;
}
.full-bg h2 {
	margin-bottom: 40px;
}
.full-bg p {
	font-size: 20px;
}
.page-template-template-one-page-scroll .full-bg h2, .page-template-template-one-page-scroll .full-bg p, .layout-full-height-content-top-button-bottom h2, .layout-full-height-content-top-button-bottom p {
	color: #fff;
}
.layout-full-height-content-top-button-bottom h2, .layout-full-height-content-top-button-bottom p {
	margin-bottom: 0;
}
.slide-button-wrapper {
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.padding-top-125 {
	padding-top: 125px;
}
.page-banner {
	padding-top: 200px;
	min-height: 490px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-banner h2, .page-banner p {
	color: #fff;
}
.resource-filter-wrapper .inner {
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 30px;
	position: relative;
	margin: 65px 0 20px 0;
}
.resource-filter-wrapper .inner p {
	margin-bottom: 0;
	color: #2f6d2f;
}
ul.resource-filters {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.resource-filters > li {
	display: inline-block;
	width: 270px;
	margin-right: 20px;
}
ul.resource-filters > li:last-of-type {
	width: auto;
	margin-right: 0;
}
ul.resource-filters .label {
	position: absolute;
	top: -40px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
ul.resource-filters > li > select {
	height: 35px;
	border-radius: 5px;
	width: 100%;
	padding-left: 10px;
	color: #2f6d2f;
	border: 1px solid #aeb3b0;
}
ul.resource-filters > li > input[type="submit"] {
	height: 35px;
	width: auto;
	text-align: left !important;
	background-color: transparent;
	border: 1px solid #aeb3b0;
	border-radius: 5px;
	color: #2f6d2f;
	padding: 0 10px;
}
ul.resource-filters > li > input[type="submit"]:hover {
	background-color:#eb4d1a;
	color:#fff;
}
.single-resource {
	margin-bottom: 30px;
}
/* --------------------------------
	-- TIMELINE
--------------------------------- */
.timeline-wrapper {
	margin-top:75px;
}
.timeline-wrapper h2 {
	margin: 0 0 40px 0;
}
.timeline-wrapper p {
	font-size: 20px;
	color: #464749;
}
.year-select-wrapper {
	text-align: left;
}
.year-select-wrapper .label {
	display: block;
	font-size: 16px;
	color: #2f6d2f;
	font-weight: 600;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}
.year-select-wrapper select {
	background-color: #fff;
	color: #2f6d2f;
	border-radius: 5px;
	border: 1px solid #cdc98e;
	width: 85%;
	font-size: 16px;
	padding: 7px 5px;
}
.timeline {
	float: left;
	width: 100%;
	margin: 50px 0;
	text-align: center;
	background-image: url(assets/images/timeline-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.timeline-section {
	float: left;
	width: 100%;
}
.timeline div.timeline-year {
	margin-bottom: 30px;
}
.timeline div.timeline-year span {
	display: inline-block;
	border-radius: 50%;
	background-color: #eae085;
	font-size: 30px;
	padding: 30px 20px;
	font-weight: 600;
	color: #2f6d2f;
	-webkit-box-shadow: -10px -10px 23px -13px rgba(0,0,0,0.29);
	-moz-box-shadow: -10px -10px 23px -13px rgba(0,0,0,0.29);
	box-shadow: -10px -10px 23px -13px rgba(0,0,0,0.29);
}
.timeline-item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.timeline-item .inner {
	position: relative;
	max-width: 475px;
	width: 100%;
	display: inline-block;
	padding: 30px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #9ba19e;
}
.rtl .inner {
	float: right;
	right: 0;
}
.rtl .inner:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	left: -47px;
	content: url(assets/images/timline-arrow-right.png);
}
.ltl .inner {
	float: left;
	left: 0;
}
.ltl .inner:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: -47px;
	content: url(assets/images/timline-arrow-left.png);
}
.timeline-item {
	opacity: 0;
}
.timeline-item.animated {
	opacity: 1;
}
span.date {
	color: #eb4d1a;
	font-size: 20px;
}
.timeline-item p {
	color: #464749 !important;
	font-size: 16px !important;
}
.timeline-item.rtl .va-align, .timeline-item.ltl .va-align {
	width: 64%;
}
/* --------------------------------
	-- TEAM LAYOUT
--------------------------------- */
.layout-team-layout {
	margin-bottom:75px;
}
.team-headline {
	color:#28682d;
	font-size:55px;
	margin-bottom:75px;
}
.single-team-member {
	margin-bottom:30px;
}
.single-team-member img {
	margin-bottom:15px;
}
.layout-alt {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
}
.layout-alt:last-of-type {
	border-bottom:none;
}
.single-team-member p {
	margin-top:-5px;
	font-size:16px;
}
.single-team-member p span.name, .single-team-member a {
	color:orange;
	font-weight:600;
}
.single-team-member p span.position {
	font-style:italic;
}
.single-team-member-fb p.info {
	margin-top:20px;
	font-size:21px;
}
.single-team-member-fb p.info span.name {
	color:orange;
	font-weight:600;
}
.single-team-member-fb p span.position {
	font-style:italic;
}
.layout-wysiwyg {
	padding:75px 0;
}
.layout-team-layout .col-sm-5 {
	margin-right:0;
	padding-right:0;
	width:110px;
}
.fancybox-skin {
	background:#fff !important;
	padding-top:30px;
	padding-bottom:30px;
}
/* --------------------------------
	-- CONTACT
--------------------------------- */
.layout-contact {
	margin-bottom:75px;
}
.contact-banner {
	position:relative;
	height:295px;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:75px;
}
.contact-banner h3 {
	font-size:55px;
	color:#fff;
	margin-top:50px;
}
.contact-sidebar h4 {
	font-size:16px;
	display:block;
	color:#fff;
	background-color:#2f6d2f;
	border-radius:20px;
	padding:10px 20px;
	width:100%;
}
.contact-sidebar p {
	padding:0 20px;
}
#search-results {
	margin:75px 0;
}
/* --------------------------------
	-- PAGE BUILDER
--------------------------------- */
.four-columns {
	margin: 50px 0;
}
.four-columns .mh-item {
	margin-bottom: 15px;
}
.layout-full-height-headline-top-four-column-content-bottom h2 {
	color: #28682D;
}
.four-columns a h3 {
	display: block;
	color: #28682D;
	font-size:28px;
}
.four-columns .img-responsive {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.layout-full_height_content_left h1, .layout-full_height_content_left h2, .layout-full_height_content_left h3, .layout-full_height_content_left h4, .layout-full_height_content_left h5, .layout-full_height_content_left p, .layout-full_height_content_left li {
	color: #fff;
}
.layout-headline-top-image-left-content-right-button h2 {
	margin-bottom: 50px;
	color: #28682d;
}
.partner-banner {
	text-align: center;
	position: relative;
	height: 295px;
	width: 100%;
	background-size: cover;
	margin-bottom: 100px;
	background-repeat:no-repeat;
}
.partner-banner h3 {
	color: #fff;
	font-size: 55px;
}
/* --------------------------------
	-- FLEXSLIDER
--------------------------------- */
.flex-direction-nav a {
	margin-top: -50px;
}
.flex-nav-prev a {
	background-color: transparent !important;
	height: 83px;
	width: 35px;
	color: transparent;
	opacity: 1;
	left: 0 !important;
}
.flex-nav-prev a:after {
	margin-top: -57px;
	content: url(assets/images/arrow-prev-lg.png);
}
.flex-direction-nav a:before {
	display: none;
}
.flex-nav-next a {
	background-color: transparent !important;
	height: 83px;
	width: 35px;
	color: transparent;
	opacity: 1;
	right: 0 !important;
}
.flex-nav-next a:after {
	margin-top: -57px;
	content: url(assets/images/arrow-next-lg.png);
}
.slider-pagination {
	margin: 50px 0;
}
.slider-pagination p, .slider-pagination span {
	display: inline-block;
}
.slider-pagination p, .slider-pagination span {
	font-size: 16px;
	color: #28682d;
}
#active-slide-id {
	display: inline-block;
	padding: 2.5px 10px;
	border: 1px solid #28682d;
}
#prev-slide {
	margin-right: 30px;
	cursor: pointer;
}
#next-slide {
	margin-left: 30px;
	cursor: pointer;
}
.grid {
	padding: 0 15px;
}
.grid-sizer, .grid-item {
	width: 23%;
}
.grid-item {
	margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
.grid-sizer, .grid-item {
	width: 30%;
}
}

@media screen and (max-width:800px) {
.grid-sizer, .grid-item {
	width: 45%;
}
}


@media screen and (max-width:450px) {
.grid-sizer, .grid-item {
	width: 93%;
}
}
/* --------------------------------
	-- FOOTER
--------------------------------- */
footer, #footer-mobile {
	background-color: #fff;
	padding: 40px 0 0 0;
}
#footer-mobile {
	display: none;
}
footer p {
	font-size: 16px !important;
	color: #28682d !important;
	margin-bottom: 20px !important;
	line-height: 1.65em !important;
}
footer a {
	font-size: 18px;
	color: #28682d;
}
a#back-to-top {
	cursor: pointer;
	display: block;
	margin-bottom: 50px;
	font-weight: 700;
	color: #28682d !important;
	font-size: 18px;
}
ul.footer-buttons {
	width: 100%;
	text-align: right;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
ul.footer-buttons > li {
	display: inline-block;
	margin-right: 25px;
}
ul.footer-buttons > li > a.button {
	color: #28682d !important;
	border: 2px solid #28682d !important;
	font-size: 18px !important;
	margin-bottom: 15px !important;
}
ul.footer-buttons > li > a.button:hover {
	background-color: #28682d !important;
	color: #fff !important;
}
ul.social-logos {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.social-logos > li {
	display: inline-block;
	margin-right: 25px;
}
ul.social-logos > li img {
	height:78px;
}
.footer-credits {
	background-color: #28682d;
	padding: 20px 0;
	color: #fff;
	margin-top: 40px;
	font-size: 16px;
}
section.full-height:last-of-type {
	overflow: auto !important;
}
.onepage-pagination {
	right: 30px !important;
}
.page-id-9 #section-2 h3 {
	color:#000 !important;
}
/* --------------------------------
	-- FONT SIZES
--------------------------------- */
.font-size-huge {
	font-size: 50px;
}
.font-size-small {
}
.font-size-14 {
	font-size: 14px !important;
}
.font-size-15 {
	font-size: 15px !important;
}
.font-size-16 {
	font-size: 14px !important;
}
.font-size-17 {
	font-size: 17px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-19 {
	font-size: 19px !important;
}
.font-size-20 {
	font-size: 20px !important;
}
.font-size-21 {
	font-size: 21px !important;
}
.font-size-22 {
	font-size: 22px !important;
}
.font-size-23 {
	font-size: 23px !important;
}
.font-size-24 {
	font-size: 24px !important;
}
.font-size-25 {
	font-size: 25px !important;
}
.font-size-26 {
	font-size: 26px !important;
}
.font-size-27 {
	font-size: 27px !important;
}
.font-size-28 {
	font-size: 28px !important;
}
.font-size-29 {
	font-size: 29px !important;
}
.font-size-30 {
	font-size: 30px !important;
}
.font-size-31 {
	font-size: 31px !important;
}
.font-size-32 {
	font-size: 32px !important;
}
.font-size-40 {
	font-size: 40px !important;
	line-height: 1.5em;
}
.font-size-55 {
	font-size: 55px !important;
}
.font-size-70 {
	font-size: 70px !important;
}
/* --------------------------------
	-- FONT COLORS
--------------------------------- */
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #02a8cf;
}
.red {
	color: #DB0003;
}
/* --------------------------------
	-- MISC / OVERRIDES
--------------------------------- */
/* -- VISIBILITY -- */
.show-above-767 {
	display: block;
}
.show-below-767 {
	display: none;
}
/* -- VERTICAL ALIGN -- */
.va-table {
	height: inherit;
	width: 100%;
	display: table;
}
.va-table-cell {
	height: inherit;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.parallax .va-table {
	height: 650px;
	text-align: center;
}
/* -- BORDERS --*/
.no-border {
	border: none !important;
}
.no-border-top {
	border-top: none !important;
}
.no-border-right {
	border-right: none !important;
}
.no-border-bottom {
	border-left: none !important;
}
.no-border-left {
	border-left: none !important;
}
/* -- MARGINS -- */
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
/* -- PADDING -- */
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
/* --------------------------------
	-- BRAND BACKGROUND COLORS
--------------------------------- */
.background-white {
	background-color: #fff;
}
.background-black {
	background-color: #000000;
}

/* --------------------------------
	-- RESPONSIVE TWEAKS
--------------------------------- */
@media screen and (max-width:1200px) {
ul#main-nav > li > a {
	padding: 15px 7px;
}
ul#main-nav > li.search-toggle {
	margin-left: 0;
}
ul.resource-filters > li {
	width: 225px;
}
#fullpage h2 #fullpage h2 span {
	font-size:32px !important;
	color:#fff;
}
#fullpage p {
	font-size:20px;
	color:#fff;
	line-height:1.65em;
}
#fullpage .inner .button-wrapper {
	position:inherit;
	top:0;
	margin-top:20px;
}
#fullpage .layout-alt p {
	font-size:18px;
}
}

@media screen and (max-width:1100px) {
header {
	display: block !important;
}
.slide-button-wrapper {
	position: inherit;
	margin: 30px 0;
}
.full-height {
	height: auto !important;
	padding: 300px 0;
}
.full-height .va-align {
	position: relative !important;
	top: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
}
section footer {
	display: none !important;
}
section.full-height:last-of-type {
	overflow-y: hidden !important;
}
#footer-mobile {
	display: block;
}
.onepage-wrapper {
	height: auto !important;
}
.rtl .inner, .ltl .inner {
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.ltl .inner:after, .rtl .inner:after {
	display:none !important;
}
}

@media screen and (max-width:1050px) {
ul.resource-filters > li {
	width: 175px;
}
}

@media screen and (max-width:991px) {
footer img, #footer-mobile img {
	height: auto;
	max-width: 100%;
}
ul#main-nav > li > a {
	font-size: 15px;
}
.pull-right, pull-left {
	float: none !important;
	width: 100% !important;
}
.lead-form-wrapper {
	margin-bottom: 30px;
}
section .col-md-6:first-of-type {
	margin-bottom:30px;
}
}
@media screen and (max-width:980px) {
#main-nav, .search-toggle {
	display: none;
}
}
@media screen and (max-width:900px) {
.resource-filter-wrapper .col-sm-4, .resource-filter-wrapper .col-sm-8 {
	width: 100%;
	text-align: center;
}
.resource-filter-wrapper .inner p {
	margin-bottom: 20px;
}
ul.resource-filters > li {
	width: 100%;
	margin-bottom: 15px;
}
ul.resource-filters > li .label {
	position: inherit;
	color: #333;
	width: 100%;
	margin-bottom: 5px;
	display: block;
}
ul.resource-filters > li:last-of-type {
	width: 100%;
}
ul.resource-filters > li > input[type="submit"] {
	width: 100%;
}
.flex-direction-nav {
	display:none !important;
}
}

@media screen and (max-width:767px) {
#fullpage .section:first-of-type {
	padding-top:100px !important;
}
/* -- VISIBILITY -- */
.show-above-767 {
	display: none;
}
.show-below-767 {
	display: block;
}
.pull-left, .pull-right {
	float:none !important;
}
.parallax {
	background-attachment: scroll !important;
}
footer, #footer-mobile {
	text-align: center;
}
footer img, #footer-mobile img {
	margin-bottom: 20px;
}
footer ul, #footer-mobile ul {
	text-align: center !important;
}
.font-size-70 {
	font-size:32px !important;
}
.font-size-40 {
	font-size:18px !important;
}
.full-height {
	min-height:1px;
	padding:50px 0;
}
.full-height h2, .team-headline {
	font-size:32px;
}
.full-height p {
	font-size:18px;
}
.layout-full-height-content-top-button-bottom h2, .layout-full-height-content-top-button-bottom p {
	font-size:18px;
}
#fullpage h2, #fullpage h2 span {
	font-size:28px !important;
	color:#fff;
}
#fullpage p {
	font-size:18px;
	color:#fff;
	line-height:1.65em;
}
#fullpage .inner a.button {
	position:inherit;
	top:0;
	margin-top:20px;
}
#fullpage .layout-alt p {
	font-size:16px;
}
.single-team-member, .timeline-item {
	text-align:center !important;
}
.layout-team-layout .col-sm-5 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	display:block;
}
}
@media screen and (max-width:620px) {
ul#main-nav > li > a {
	font-size: 14px;
}
#fullpage footer {
	margin-top:0 !important;
}
}

@media screen and (max-width:580px) {
ul#main-nav > li > a {
	font-size: 12px;
}
}

@media screen and (max-width:510px) {
ul#main-nav {
	display: none;
}
#fullpage h2 {
	font-size:22px
}
#fullpage .layout-alt p {
	font-size:12px;
}
}

@media screen and (max-width:480px) {
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* -- base comments -- */
ol.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
	border-bottom: 1px dotted #666;
	padding: 1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
	font: normal 16px georgia, times, serif;
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
	font-size: 9px;
}
ol.commentlist li.comment div.comment-meta a {
	color: #ccc;
}
ol.commentlist li.comment p {
	font-size: 11px;
	margin: 0 0 1em;
}
ol.commentlist li.comment ul {
	font-size: 11px;
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
	font-size: 11px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
	background: #fff;
}
ol.commentlist li.odd {
	background: #f6f6f6;
}
ol.commentlist li.parent {
	border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
#responsive-menu-title {
	display:none !important;
}
#click-menu {
	top:35px !important;
}
#fullpage .section {
	background-size:cover;
	background-repeat:no-repeat;
}
#fullpage ul.footer-buttons > li > a.button {
	color: #28682d !important;
	border: 2px solid #28682d !important;
	font-size: 18px !important;
	margin-bottom: 15px !important;
}
#fullpage ul.footer-buttons > li > a.button:hover {
	background-color: #28682d !important;
	color: #fff !important;
}
#fullpage {
	display:block !important;
	height:auto !important;
}
.is-mobile {
	overflow:scroll !important;
}
.is-mobile #fullpage .section {
	padding:150px 0;
	background-position:center !important;
}
.is-mobile #fullpage .section:first-of-type .inner {
	margin-top:50px;
}
.is-mobile #fullpage .section:last-of-type {
		padding:150px 0 0 0;
}
.is-mobile #fullpage .section:last-of-type .inner {
	margin-bottom:150px;
}
.is-mobile #fullpage .button-wrapper {
	position:relative !important;
}
.is-mobile .va-table {
	height:auto !important;
}
@media screen and (max-height:1190px) {
ul#main-nav > li > a {
	font-size:15px;
}
@media screen and (max-height:890px) {
#fullpage h2 {
	font-size:35px
}
#fullpage .layout-alt p {
	font-size:16px;
}
}
@media screen and (max-width:768px) {
.timeline-item img {
	display:block;
	margin:20px auto !important;
}
.page-banner h2.font-size-70 {
	font-size:50px !important;
}
.page-banner p.font-size-40 {
	font-size:32px !important;
}
.page-banner br {
	display:none;
}
}
@media screen and (max-height:800px) {
#fullpage .section:first-of-type {
	padding-top:175px !important;
}
}
.show-below-400 {
	display:none;
}
@media screen and (max-width:400px) {
.home #fullpage .section#slide-4 {
	background-position:right !important;
}
.footer-buttons li {
	margin-right:0 !important;
}
.page-id-7 .page-banner {
	background-position:-120px;
}
.page-id-7 #section-1 img {
	display:block;
	margin:30px auto 0 auto
}
.layout-headline-top-image-left-content-right-button h2 {
	font-size:32px;
}
.page-id-7 #section-1 {
	padding-bottom:20px !important;
}
.page-id-5 .page-banner {
	background-position:-190px !important;
}
.page-id-11 .page-banner {
	background-position:-465px !important;
}
.partner-banner {
	margin-bottom:40px;
	padding:50px 0;
	height:auto;
}
.partner-banner h3 {
	font-size:24px;
}
.show-below-400 {
	display:block;
}
.hide-below-400 {
	display:none;
}
.page-banner {
	min-height:1px;
	padding:170px 0 50px 0;
}
#fullpage .section:first-of-type {
	padding-top:125px !important;
	background-position:-215px !important;
}
}



.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999; }

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999; }

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999; }

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999; }

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee; }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto; }

.ginput_container textarea {
  height: auto; }

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none; }

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error>p, .validation_error>ul {
  margin-bottom: 0; }

.validation_error>p+p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0; }

#gforms_confirmation_message>p+p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }
  .ui-widget {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ui-widget td {
  text-align: center;
  padding: 3px 0;
  /*border: 1px solid #ccc;*/
}
.ui-widget td a {
  padding: 3px 8px;
}

.ui-datepicker-next {
  float: right;
}

.gform_wrapper label {
  font-weight: normal;
  font-style: italic;
}

.gform_wrapper .gfield_label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}
a.yellow {
	color:#faee52 !important;
}
ul#main-nav > li.nav-button.current-menu-item > a, ul#main-nav > li.nav-button.current_page_parent > a {
	background-color:#fff;
	color:#000;
}
.bio-widget {
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:-15px !important;
	background-color:#fff;
	padding-left:0 !important;
	padding-right:0 !important;
}
.bio-widget > div {
	padding-left:0 !important;
	padding-right:0 !important;
}
.bio-widget p {
	font-size:13px;
}
.bio-profile {
	padding:0;
}
@media screen and (max-width:768px) {
	.bio-profile {
		padding:15px;
	}
}
.blog article:first-of-type .page-header, .blog article:first-of-type .banner-image {
	margin-top:0 !important;
}