/*!
Theme Name: ighomelessness
Theme URI: http://underscores.me/
Author: Sorin Narcis Gheorghita
Author URI: http://soringheorghita.com
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: ighomelessness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

ighomelessness is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements # Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "andrei.css";
@import "sorin.css";

/*New Andrei*/
/*GENERAL SETTINGS - START*/
	html{
		overflow-x: hidden!important;
    	max-width: 100%!important;
	}

	body{
		overflow-x: hidden!important;
    	max-width: 100%!important;
	}
/*GENERAL SETTINGS - END*/

/*CONFERENCE PAGE - START*/


.entry-content.conference .first-title h2{
	margin:0 auto;
	width:270px;
	background-color:#f6f6f6;
	padding:25px;
}
.main-conference-image img,
.main-conference-image div,
.main-conference-image figure {
	width: 100%!important;
}
.speaker-img img,
.speaker-img div,
.speaker-img figure {
	width:100%!important;
}
.page-template-conference .vc_tta-container div,
.page-template-conference .vc_tta-tab a {
	border-radius: 0!important;
}
.entry-content.conference .assets-link{
	font-weight: normal;
    color: #ffffff!important;
    background-color: green;
    padding: 25px;
    text-align: center;
    border-radius: 100%;
}

.entry-content.conference h3{
	color:#3ab256;
}

.entry-content.conference h3 strong{
	color:#0b8b42;
}

.entry-content.conference h4{
	color:#000000!important;
	font-size:20px!important;
}

.entry-content.conference a{
	color:#3ab256;
	text-decoration:none;
}

.entry-content.conference a:visited{
	color:#0b8b42;
	text-decoration:none;
}

.entry-content.conference .download-agenda a{
	background-color: #0b8b42;
    padding: 25px;
    font-weight: bold;
}

.entry-content.conference .vc_slide.vc_images_carousel{
	margin:0 auto;
}

#rome-s-body h3{
	margin-top:0;
}

#rome-s-body .ult_crlink a{
	padding:10px;
}

#rome-first-row{
	margin-top:-25px;
}

.rome-s-text h1{
    text-align: center;
    font-size: 62px;
    color: #2F2E2E;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

#rome-graphic-first-row h1{
	font-size: 62px;
    line-height: 0.9em;
    color: #2F2E2E;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    padding-top:80px;
}

#rome-graphic-first-row strong{
	color:#3ab256;
}
.single-post .tags-links {
	display: none;
}
#graphic-rome-slider ul.wpb_image_grid_ul{
	width:1140px;
	margin:0 auto;
	max-width:100%;
}

#rome-graphic-first-row a,
#rome-graphic-first-row a:visited{
	color:#000000;
}

.rome-s-text p{
    font-size: 30px;
    line-height: 1.1em;
}

.rome-s-text em{
    font-size: 20px;
    line-height: 1.1em;
}

.rome-s-text{
    background-color: rgba(255, 255, 255, 0.6);
    float: right;
    width: 50%;
    margin-top: -50px;
    margin-bottom: 0!important;
    padding: 70px;
}

.rome-first-column .vc_column-inner{
	padding-right:0!important;
}
/*CONFERENCE PAGE - ENG*/

@media (max-width: 766px){

/*GENERAL SETTINGS - START*/
	html{
		overflow-x: hidden!important;
    	max-width: 100%!important;
	}

	body{
		overflow-x: hidden!important;
    	max-width: 100%!important;
	}
/*GENERAL SETTINGS - END*/

	/*CONFERENCE PAGE - START*/
	#rome-s-body .ult_crlink a{
		margin-bottom:40px;
	}


	.rome-s-text h1{
    	font-size: 30px;
	}

	.rome-s-text p{
    	font-size: 25px;
	}

	.rome-s-text em{
    	font-size: 15px;
	}

	.rome-s-text{
    	padding: 63px;
    	padding-top: 129px;
    	max-width: 100%;
	}

	/*CONFERENCE PAGE - END*/

/*MENU HEADER - START*/
	.menu-menu-1-container{
		display:none!important;
	}


	.ult-carousel-wrapper.ult_horizontal{
		padding-bottom:68px;
	}

	.nav-logo{
		display:none;
	}

	.main-navigation.toggled .menu-menu-1-container{
		display:block!important;
	}

	.main-navigation .menu-toggle{
		position: fixed;
    	top: 35px;
    	right: 50px;
	}

	.main-navigation.toggled .menu-menu-1-container ul li{
		width:100%;
		text-align:center;
		/*background-color: rgba(0, 0, 0, 0.5)!important;*/
		background-color:#ffffff!important;
	}

	.main-navigation.toggled .menu-menu-1-container ul li a{
		color:#000000!important;
	}

	.main-navigation #primary-menu > li:hover .sub-menu{
		padding-top:28px!important;
	}

	.main-navigation.toggled .menu-menu-1-container ul{
		margin-top:-27px!important;
	}

	#primary-menu .one-column .sub-menu > li {
    	padding: 0;
    	max-width: 100%;
	}

	.main-navigation #primary-menu > li:hover .sub-menu{
		padding:0;
	}
/*MENU HEADER - END*/

/*ABOUT US - START*/
	#about-text{
		padding-left:30px;
	}
/*ABOUT US - END*/

/*SINGLE POST - START*/
	.single-post .entry-content{
		padding-right: 49px;
    	padding-left: 27px;
	}

	.single-post .entry-footer,
	.single-post .comments-area{
		padding-right:15px;
		padding-left:15px;
	}

	.single-post .header-wrap{
		padding:46px;
	}

	.single-post .content-area .nav-links-bg{
	    padding-bottom: 325px!important;
    	padding-top: 23px!important;
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}
/*SINGLE POST - END*/

/*SINGLE VANGUARDCITY - START*/
	.city-top-bg h2{
		font-size:36px!important;
	}

	.single-vanguardcity .entry-content{
		padding-right: 15px;
    	padding-left: 15px;
	}

	.single-vanguardcity .entry-footer,
	.single-vanguardcity .comments-area{
		padding-right:15px;
		padding-left:15px;
	}
/*SINGLE VANGUARDCITY - END*/

/*PAGE - START*/
	.page .entry-content{
		padding-right: 15px;
    	padding-left: 15px;
	}

	.page .entry-footer,
	.page .comments-area{
		padding-right:15px;
		padding-left:15px;
	}
/*PAGE - END*/

/*FOOTER - START*/
	.footer_1 ul.menu li{
		width:85px!important;
	}

	.footer_1{
		width:185px!important;
		max-width:100%
	}

	.footer-logo{
		margin-top: -116px;
    	margin-right: 55px;
    	float:right;
	}

	.site-footer p{
		margin-top:66px;
		max-width:100%;
	}
/*FOOTER - END*/
}

.single-post .content-area .nav-links-bg{
	    padding-bottom: 115px;
    	padding-top: 23px;
    	padding-left: 25px;
    	padding-right: 25px!;
	}

/*Ipad*/
@media (min-width: 767px) and (max-width: 1024px){

	.nav-sizing {
    	display: inline-block;
    	width: 840px;
    	max-width: 100%;
    	float:right;
    	position: fixed;
    	right: 0;
	}

	.nav-logo{
		display:none;
	}

	.site-branding .logo{
		width:103px;
	}

	.homelinks .vc_column-inner .wpb_wrapper a,
	.homelinks .vc_column-inner .wpb_wrapper a:visited{
		font-size:19px!important;
	}

	/*CONFERENCE PAGE - START*/
	#rome-s-body .ult_crlink a{
		margin-bottom:40px;
	}
	/*CONFERENCE PAGE - END*/

	/*ABOUT US - START*/
	#about-text{
		padding-left:30px;
	}
	/*ABOUT US - END*/

	/*SINGLE POST - START*/
	.single-post .entry-content{
		padding-right: 49px;
    	padding-left: 27px;
	}


	.single-post .entry-footer,
	.single-post .comments-area{
		padding-right:15px;
		padding-left:15px;
	}

	.single-post .header-wrap{
		padding:46px;
	}
	/*SINGLE POST - END*/

	/*SINGLE VANGUARDCITY - START*/
	.city-top-bg h2{
		font-size:36px!important;
	}

	.single-vanguardcity .entry-content{
		padding-right: 15px;
    	padding-left: 15px;
	}

	.single-vanguardcity .entry-footer,
	.single-vanguardcity .comments-area{
		padding-right:15px;
		padding-left:15px;
	}
	/*SINGLE VANGUARDCITY - END*/

	/*PAGE - START*/
	.page .entry-content{
		padding-right: 15px;
    	padding-left: 15px;
	}

	.page .entry-footer,
	.page .comments-area{
		padding-right:15px;
		padding-left:15px;
	}
	/*PAGE - END*/

}

/*New Andrei*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	 -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Gotham Narrow Book', sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home .entry-header{
	display:none;
}
.home #primary {
	margin-top: -25px;
}
.main-navigation {
	display: inline-block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}


#primary-menu > li > .sub-menu {
	position: absolute;
	display: none;
 	left: 0;
    right: 0;
    width: 100%;
    float: none;
    background-color: #fff;
    top: 86px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-bottom: solid 1px #979797;
    padding-bottom: 50px;
    padding-top: 30px;
 }
 #primary-menu > li> .sub-menu > li {
 	width: 1180px;
 	padding:15px 40px 10px 40px;
 	margin: auto;
 	float: none;
    line-height: 25px;
 }
 #primary-menu .heading {
    padding-bottom: 15px;
    margin-bottom: 40px;
 }
 #primary-menu .sub-menu .heading:after {
 	content: '';
 	width: 100%;
 	height: 1px;
 	background-color: #000000;
 	display: block;
 }
#primary-menu .two-columns .sub-menu >.heading {
    width: 50%;
    display: block;
    padding: 0 10px;
    float: left;
}
#primary-menu .two-columns > .sub-menu,
#primary-menu .three-columns > .sub-menu  {
	padding: 0 20% 40px 20%;
}
#primary-menu .sub-menu .heading:after {
	content: '';
	clear: both;
	display: block;
	float: none;
	height: 1px;
 	background-color: #000000;
	width: 100%;
	margin-top: 10px;
}
#primary-menu .sub-menu > li.heading > a {
	font-size: 15px;
	font-weight: bold;
	color: #3ab256;
	font-family: "Gotham Narrow Bold", Georgia, sans-serif;
	padding-bottom: 0;
	line-height: 2;
	border-bottom: solid 1px #000000;
	margin-bottom: 10px;
	padding-top: 10px;
}
#primary-menu .one-column .sub-menu >.heading >a,
#primary-menu .one-column .sub-menu >.heading >a:hover {
    font-size: 15px;
    font-weight: bold;
    color: #3ab256;
    font-family: "Gotham Narrow Bold", Georgia, sans-serif;
    padding-bottom: 0;
    line-height: 2;
    border-bottom: solid 1px #000000;
    margin-bottom: 10px;
    padding-top: 10px;
    display: block;
    text-decoration: none;
}
#primary-menu .three-columns .sub-menu >.heading {
    width: 33%;
    display: block;
    padding: 0 10px;
    float: left;
}
#primary-menu .sub-menu > li.heading > ul > li > a,
#primary-menu .one-column .sub-menu > li > a{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	color: #333333;
	line-height: 20px;
}
#primary-menu .one-column .sub-menu > li {
	padding: 0;
}
#primary-menu .sub-menu > li.heading > ul > li > a:hover,
#primary-menu .one-column .sub-menu > li > a:hover {
	text-decoration: underline;
}
.main-navigation > ul >li {
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.site-footer {
		height: 230px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation #primary-menu {
		display: inline-block;
	}
}
#grid-vangouardcities .vc_pageable-slide-wrapper {
	text-align: center;
}
#imagecarousel .vc_images_carousel .vc_carousel-control .icon-prev:before,
#imagecarousel .vc_images_carousel .vc_carousel-control .icon-next:before {
	color: #fff;
	font-size: 84px;
	top: -50px;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.main-navigation #primary-menu > li:hover .sub-menu {
	display: block;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*Fonts Start*/
@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia.eot');
    src: url('fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia.woff2') format('woff2'),
        url('fonts/Georgia.woff') format('woff'),
        url('fonts/Georgia.ttf') format('truetype'),
        url('fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia Bold';
    src: url('fonts/Georgia-Bold.eot');
    src: url('fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-Bold.woff2') format('woff2'),
        url('fonts/Georgia-Bold.woff') format('woff'),
        url('fonts/Georgia-Bold.ttf') format('truetype'),
        url('fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia Bold Italic';
    src: url('fonts/Georgia-BoldItalic.eot');
    src: url('fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('fonts/Georgia-BoldItalic.woff') format('woff'),
        url('fonts/Georgia-BoldItalic.ttf') format('truetype'),
        url('fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia Italic';
    src: url('fonts/Georgia-Italic.eot');
    src: url('fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia-Italic.woff2') format('woff2'),
        url('fonts/Georgia-Italic.woff') format('woff'),
        url('fonts/Georgia-Italic.ttf') format('truetype'),
        url('fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Bold';
    src: url('fonts/GothamNarrow-Bold.eot');
    src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff'),
        url('fonts/GothamNarrow-Bold.ttf') format('truetype'),
        url('fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Ultra Italic';
    src: url('fonts/GothamNarrow-UltraItalic.eot');
    src: url('fonts/GothamNarrow-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-UltraItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-UltraItalic.woff') format('woff'),
        url('fonts/GothamNarrow-UltraItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-UltraItalic.svg#GothamNarrow-UltraItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Book Italic';
    src: url('fonts/GothamNarrow-BookItalic.eot');
    src: url('fonts/GothamNarrow-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-BookItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BookItalic.woff') format('woff'),
        url('fonts/GothamNarrow-BookItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-BookItalic.svg#GothamNarrow-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow XLight Italic';
    src: url('fonts/GothamNarrow-XLightItalic.eot');
    src: url('fonts/GothamNarrow-XLightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-XLightItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-XLightItalic.woff') format('woff'),
        url('fonts/GothamNarrow-XLightItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-XLightItalic.svg#GothamNarrow-XLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Ultra';
    src: url('fonts/GothamNarrow-Ultra.eot');
    src: url('fonts/GothamNarrow-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Ultra.woff2') format('woff2'),
        url('fonts/GothamNarrow-Ultra.woff') format('woff'),
        url('fonts/GothamNarrow-Ultra.ttf') format('truetype'),
        url('fonts/GothamNarrow-Ultra.svg#GothamNarrow-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Black Italic';
    src: url('fonts/GothamNarrow-BlackItalic.eot');
    src: url('fonts/GothamNarrow-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-BlackItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BlackItalic.woff') format('woff'),
        url('fonts/GothamNarrow-BlackItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-BlackItalic.svg#GothamNarrow-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Medium Italic';
    src: url('fonts/GothamNarrow-MediumItalic.eot');
    src: url('fonts/GothamNarrow-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-MediumItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-MediumItalic.woff') format('woff'),
        url('fonts/GothamNarrow-MediumItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-MediumItalic.svg#GothamNarrow-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Thin';
    src: url('fonts/GothamNarrow-Thin.eot');
    src: url('fonts/GothamNarrow-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Thin.woff2') format('woff2'),
        url('fonts/GothamNarrow-Thin.woff') format('woff'),
        url('fonts/GothamNarrow-Thin.ttf') format('truetype'),
        url('fonts/GothamNarrow-Thin.svg#GothamNarrow-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('fonts/GothamNarrow-Book.eot');
    src: url('fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/GothamNarrow-Book.woff') format('woff'),
        url('fonts/GothamNarrow-Book.ttf') format('truetype'),
        url('fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Black';
    src: url('fonts/GothamNarrow-Black.eot');
    src: url('fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Black.woff2') format('woff2'),
        url('fonts/GothamNarrow-Black.woff') format('woff'),
        url('fonts/GothamNarrow-Black.ttf') format('truetype'),
        url('fonts/GothamNarrow-Black.svg#GothamNarrow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Light';
    src: url('fonts/GothamNarrow-Light.eot');
    src: url('fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('fonts/GothamNarrow-Light.woff') format('woff'),
        url('fonts/GothamNarrow-Light.ttf') format('truetype'),
        url('fonts/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow XLight';
    src: url('fonts/GothamNarrow-XLight.eot');
    src: url('fonts/GothamNarrow-XLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-XLight.woff2') format('woff2'),
        url('fonts/GothamNarrow-XLight.woff') format('woff'),
        url('fonts/GothamNarrow-XLight.ttf') format('truetype'),
        url('fonts/GothamNarrow-XLight.svg#GothamNarrow-XLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Thin Italic';
    src: url('fonts/GothamNarrow-ThinItalic.eot');
    src: url('fonts/GothamNarrow-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-ThinItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-ThinItalic.woff') format('woff'),
        url('fonts/GothamNarrow-ThinItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-ThinItalic.svg#GothamNarrow-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('fonts/GothamNarrow-Medium.eot');
    src: url('fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('fonts/GothamNarrow-Medium.woff') format('woff'),
        url('fonts/GothamNarrow-Medium.ttf') format('truetype'),
        url('fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Bold Italic';
    src: url('fonts/GothamNarrow-BoldItalic.eot');
    src: url('fonts/GothamNarrow-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-BoldItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BoldItalic.woff') format('woff'),
        url('fonts/GothamNarrow-BoldItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-BoldItalic.svg#GothamNarrow-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Narrow Light';
    src: url('fonts/GothamNarrow-LightItalic.eot');
    src: url('fonts/GothamNarrow-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamNarrow-LightItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-LightItalic.woff') format('woff'),
        url('fonts/GothamNarrow-LightItalic.ttf') format('truetype'),
        url('fonts/GothamNarrow-LightItalic.svg#GothamNarrow-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/*Fonts Start*/
.menu-item a img, img.menu-image-title-after,
img.menu-image-title-before,
img.menu-image-title-above,
img.menu-image-title-below,
.menu-image-hover-wrapper .menu-image-title-above {
	vertical-align: top;
}
/*CONTENT SIZING START*/
.sizing-content{
	width:1180px;
	max-width:100%;
	margin:0 auto;
}
/*CONTENT SIZING END*/

/*HEADER START*/
.sizing-content .site-branding .logo a{
	margin: 0;
    padding: 24px 0;
}

.sizing-content .site-branding .logo img{
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

.navigation-wrapper{
	z-index: 9999;
    height: 86px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
}

.navigation-wrapper.sticky{
	position: fixed !important;
    background: #3AB256 !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    display: block;
    width: 100%;
    top: 0 !important;
}

.site-branding{
	width:200px;
	max-width:100%;
	float:left;
}

.main-navigation #primary-menu {
	margin: 0;
    padding: 20px 0 0 0;
    height: 83px;
    line-height: 63px;
}

.main-navigation #primary-menu > li{
	background: none;
    float: left;
    padding: 0 8px;
}

.main-navigation #primary-menu > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: "Gotham Narrow Medium", sans-serif;
}
.main-navigation #primary-menu > li:hover,
.main-navigation #primary-menu > .current_page_item {
    border-bottom: 3px solid #8dc63f;
}

.site-navigation{
	float-right;
}

.clear{
	clear:both
}

.nav-logo{
	width: 50px;
    max-width: 100%;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 30px;
    padding-right: 78px;
    height: 86px;
}

.nav-sizing{
	display:inline-block;
	width:840px;
	max-width:100%;
}

.main-navigation{
	float:right;
}
/*HEADER END*/

/*FOOTER START*/
.footer-wrapper{
    background: #505050;
    z-index: 9;
    position: relative;
}

.footer_1{
	width: 85%;
    margin-bottom: 10px;
    clear: both;
}

.footer_1 ul.menu{
	margin: 0;
    padding: 0;
    list-style: none;
}

.footer_1 ul.menu li{
	float: left;
    display: block;
    background: none;
    margin-bottom: 40px;
    margin-right: 20px;
    width: 16%;
    border-bottom: 1px solid #979797;
}

.footer_1 ul.menu li a{
    font-size: 20px;
    color: #85b741;
    background: none;
    padding: 0;
    text-decoration:none;
}

#page_footer_2 img{
	float:right;
}

#page_footer_2{
	padding-top:45px;
	padding-bottom:200px;
}

#page_footer_1{
	padding-top:30px;
}
.site-footer {
	overflow: hidden;
}
.site-footer p{
	height: 30px;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    position: relative;
    bottom: 100px;
    width: 500px;
    padding-left: 14px;
}

/*FOOTER END*/

/*Home Page Start*/
.middle-non-clickable p {
	display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: none!important;
  position: absolute!important;
  left: 0;
  right: 0;
  top: 50%!important;
  transform: translateY(-50%)!important;
  padding: 25px;
  margin: 0;
  font-size: 35px;
}
.homeslider figure,
.homeslider .vc_single_image-wrapper,
.homeslider figure img,
.homeslider .slick-slide {
	width: 100%;
	max-width: none;
	padding: 0;
	margin:0!important;
}
.homeslider {
	margin-bottom: 80px;
}
.homeslider .slick-dots li {
	border-radius: 50%;
    background-color: #ffffff78;
    width: 15px;
    height: 15px;
}
.homeslider .slick-dots li.slick-active {
	background-color: #ffffff;
}
.homeslider .vc_row {
	position: relative;
}
.homeslider .wpb_text_column {
    position: absolute;
    bottom: 40%;
    z-index: 1;
    max-width: 100%;
    left: 50%;
    width: 900px;
    transform: translateX(-50%);
}
.homeslider .wpb_text_column a {
	color: #ffffff;
	background-color: #3AB256;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
	font-size: 15px;
}
.homeslider .wpb_text_column a:hover {
	background-color: #026d33;
}
.homeslider .slick-dots {
    top: -160px;
    position: relative
}
.homeslider .slick-dots i {
	color: #ffffff!important;
	display: none;
}
.homeslider .wpb_text_column p {
	font-style: normal;
	font-size: 24px;
	color: #FFFFFF;
	font-family: 'Gotham Medium', sans-serif;
	text-align: center;
}
.homeslider .wpb_text_column h1 {
	font-family: 'Gotham Narrow Bold', sans-serif;
	color: #FFFFFF;
    font-size: 72px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.home h1.font_4 {
	font-size: 40px;
}
.home .intro {
	margin-top: -100px;
	padding-bottom: 90px;
}
.home .intro a {
	display: inline-block;
	margin: 20px;
	color: #009444;
    font-size: 16px;
}
.home .intro form {
	border: solid 1px #cccccc;
	padding: 40px 40px 20px 40px;
}
.home .intro form input {
	height: 50px;
	border-radius: 0;
    font-size: 16px;
}
.home .intro form input[type="text"],
.home .intro form input[type="email"]{
	padding-left: 20px;
	padding-right: 20px;
	width: 37%;
	margin-right: 3%;
}
.home  .mc-field-group {
	width: 37%;
	margin-right: 3%;
	float: left;
  display: block;
}
.home  .mc-field-group input{
	width: 100%!important;
}
.home #mc-embedded-subscribe {
	width: 20%;
	float: left;
}
#mc_embed_signup_scroll {
	padding-bottom: 50px;
}
#mc_embed_signup_scroll h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #3ab256;
}
.home .intro form input[type="submit"] {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #3AB256;
	color: #ffffff;
	width: 20%;
}
.home .entry-content h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.entry-content h4 {
	font-weight: bold;
    font-size: 20px;
    margin: 0;
    color: #3ab256;
}
.homelinks .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper {
	background-color: #3AB256;
	color: #ffffff;
    width: 100%;
    padding-top: 100%;
    position: relative;
    transition: all 0.5s ease!important;
}
.homelinks .wpb_column:first-child .vc_column-inner .wpb_wrapper .wpb_wrapper {
	background:#009444;
	transition: all 0.5s ease;
	background-size: 70%;
}
.homelinks .wpb_column:nth-child(2) .vc_column-inner .wpb_wrapper .wpb_wrapper {
	background:#4c6b22;
	transition: all 0.5s ease;
	background-size: 70%;
}
.homelinks .wpb_column:nth-child(3) .vc_column-inner .wpb_wrapper .wpb_wrapper {
    background:#026d33;
	transition: all 0.5s ease;
	background-size: 70%;
}
.homelinks .wpb_column:last-child .vc_column-inner .wpb_wrapper .wpb_wrapper {
    background:#6e9a32;
	transition: all 0.5s ease;
	background-size: 50%;

}
.homelinks .wpb_column {
	overflow: hidden;
}
.homelinks .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper:hover {
    background-size: 80%;
    transition: all 0.5s ease;
}
.homelinks .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper:hover a {
	background-size: 60%;
}
.homelinks .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper a:after {
	display: inline-block;
	content: '';
	width: 80px;
	height: 5px;
	background: #ffffff;
	position: absolute;
	bottom: -300px;
	transition: all 0.5s ease;
	left: 50%;
  transform: translateX(-50%);
}
.homelinks .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper:hover a:after {
	bottom: 100%;
}
.homelinks .vc_column-inner .wpb_wrapper a,
.homelinks .vc_column-inner .wpb_wrapper a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px;
    margin: 0;
    font-size: 35px
}
.homelinks .vc_column-inner .wpb_wrapper p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-transform: capitalize;
}
.home .intro .vc_gitem_row .vc_custom_heading h3 {
	font-size: 20px!important;
	text-overflow: ellipsis;
}
.program-areas {
	padding-bottom: 50px;
}
.program-areas .wpb_single_image {
	margin-bottom: 15px;
}
.program-areas p {
	font-family: 'Georgia';
	margin-top: 8px;
}
.program-areas a {
	padding: 0;
	color: #009444;
	margin-top: 15px;
	display: block;
}
/*Home Page End*/

/*FEATURED IMAGE & ENTRY TITLE <-START->*/
.home .header-wrap{
	display: none;
}

.header-wrap {
    padding: 90px;
    background-size: cover!important;
    background-position: center!important;
    font-size:25px;
	margin-bottom:50px;
}

.header-wrap img{
	position:fixed;
}

.header-wrap .entry-title {
    width: 1180px;
    margin: auto;
    max-width:100%;
}

.header-wrap h1.entry-title{
	margin-top: 35px;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/*FEATURED IMAGE & ENTRY TITLE <-STOP->*/

/*ABOUT US <-START->*/
#about-text h1{
	font-size: 34px;
}

#about-text p{
	font-size: 18px;
}

#about-text{
	padding-bottom: 100px;
}
/*ABOUT US <-STOP->*/

/*BLOG SIDEBAR <-START->*/
.blog-sidebar ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.blog-sidebar{
	padding-left: 15px;
	border-left: 4px solid #8dc63f;
    margin-bottom: 35px;
}

.blog-sidebar p{
	font-size: 14px;
    line-height: 1.71;
    text-decoration:none;
}
.blog-sidebar .post-date {
    font-size: 14px;
    margin-bottom: 10px;
}
.blog-sidebar a,
.blog-sidebar a:visited{
	display:block;
	color:#8dc63f;
    text-decoration:none;
    line-height: 18px;
}
.blog-sidebar h2{
	font-size: 18px;
    line-height: 1.56;
    color: #333333;
}
/*BLOG SIDEBAR <-STOP->*/

/*BLOG SLIDER <-START->*/
.page-blog .flexslider {
	border: none;
    box-shadow: none;
}
.page-blog .flexslider .flex-caption .post-title {
    margin-top: 5px;
    margin-bottom: 0;
}
.page-blog .flexslider .flex-caption p {
    margin-top: 5px;
}
.page-blog .flexslider a{
	color: #8dc63f;
}
/*BLOG SLIDER <-STOP->*/

/*BLOG GRID SLIDE <-START->*/
.page-blog .vc_btn3.vc_btn3-color-juicy-pink,
.page-blog .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat,
.page-blog .vc_btn3.vc_btn3-color-juicy-pink:hover,
.page-blog .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{
	background:transparent;
	color: #404040;
	padding-left:0;
	margin-bottom: 0;
}
.page-blog .vc_btn3-container {
	margin-bottom: 0;
}
.page-blog .vc_gitem-post-data {
    margin-bottom: -20px;
}
.page-blog .vc_btn3.vc_btn3-color-juicy-pink:after,
.page-blog .page-blog .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after{
	content: '';
    background-image: url(img/grey-arrow.svg);
    height: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 15px!important;
    margin-left: 16px;
}
.page-blog .vc_grid-container p {
    line-height: 1.3rem;
}
/*BLOG GRID SLIDE <-STOP->*/

/*SINGLE POST <-START->*/
.single-post .site-main p{
	font-size:16px;
}

.single-post .site-main a,
.single-post .site-main a:visited{
	text-decoration:none;
	color: #8dc63f;
}

.single-post .site-main input[type="button"],
.single-post .site-main input[type="reset"],
.single-post .site-main input[type="submit"] {
    color: #f7f6f6;
    border: 1px solid #8DC63F;
    background-color: #8DC63F;
	color: #f7f6f6;
    border: 1px solid #8DC63F;
    background-color: #8DC63F;
    line-height: 1.42857143;
    padding: 6px 12px;
    font-size:16px;
}

.single-post .site-main span.cat-links{
	font-weight:bold;
}

.single-post .site-main span.cat-links a{
	font-weight:400;
}

.single-post .site-main a:hover{
	text-decoration:underline;
}

.single-post .content-area .nav-links{
    width:1180px;
    max-width:100%;
    min-height: 26px;
    margin:0 auto;
}

.single-post .content-area .nav-links .nav-previous a,
.single-post .content-area .nav-links .nav-next a,
.single-post .content-area .nav-links .nav-previous a:visited,
.single-post .content-area .nav-links .nav-next a:visited{
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	margin-left:15px;
	font-weight:bold;
}

.single-post .content-area .nav-links-bg{
	background-color: #333333;
	padding-bottom: 130px;
    padding-top: 23px;
    padding-left: 25px;
    padding-right: 25px;
}

.single-post .content-area .nav-links .nav-previous:before{
	content: '';
    background-image: url(img/white-arrow.svg);
    transform: rotate(-180deg);
    height: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 15px!important;
    margin-left: 16px;
}

.single-post .content-area .nav-links .nav-next:after{
	content: '';
    background-image: url(img/white-arrow.svg);
    height: 15px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 15px!important;
    margin-left: 16px;
}
.single-post .entry-content,
.page-about-us .entry-content {
	padding-right: 70px;
	position: relative;
}

.page .addtoany_content {
	display: none;
	opacity: 0;
	position: absolute;
	right: 0;
}

/* display share icons on pages */
.single-post .addtoany_content,
.page-about-us .addtoany_content {
	display: block;
	opacity: 1;
	position: absolute;
	right: 0;
}
.addtoany_content:before {
	content:'share';
	display: block;
	font-size: 12px;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 22px;
    left: -5px;
    position: relative;
}
.page .content-area .addtoany_content_top a {
	padding-bottom: 0!important;
}
.a2a_s_facebook {
    border: solid 2px #ccc;
}
.single-post .content-area .addtoany_content_top,
.page .content-area .addtoany_content_top {
	float:right;
	display:block;
}

.single-post .content-area .addtoany_content_top a,
.page .content-area .addtoany_content_top a{
	display:block;
	padding-bottom: 15px;
	text-decoration:none;
}
.entry-footer > span {
	display: block;
	margin-bottom: 20px;
}
/*SINGLE POST <-STOP->*/

/*Vanguard and non Vanguard Cities */
.top-section-city {
	margin-bottom: 0;
}
.city-top-bg {
	background-color: #3ab156;
	color: #ffffff;
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.city-top-bg .vc_column-inner > .wpb_wrapper {
	padding: 0 20%;
}

.single-vanguardcity .vc_col-sm-3 .vc_grid-item-mini {
	height: 20px;
	overflow: hidden;
}
.single-vanguardcity .vc_col-sm-3 .vc_grid-item-mini .vc_gitem-col {
	padding:0;
}
.city-top-bg h2 {
    font-size: 48px;
    line-height: 43px;
	font-weight: bold;
	font-family: 'Gotham Narrow Bold';
}
.city-top-bg h2 strong {
    color: #FFCC00;
    display: block;
    line-height: 43px;
    margin-bottom: -20px!important;
}
.hashtag p {
    border: solid 1px #cccccc;
    color: #000000;
    font-size: 24px;
    font-family: 'Gotham Narrow Bold';
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    margin-top: -15px;
}
.hashtag p a {
	color: #000000;
	text-decoration: none;
}
.hashtag strong {
	color: #3AB256;

}
.city-top-bg {
	color: #ffffff;
}
.city-top-bg p {
	font-size: 20px;
}
.goal-container {
	background-color: #3ab156;
	color: #ffffff;
	padding: 50px 20px 40px 20px;
}
.goal-container  h4 {
	color: #ffffff;
	font-size: 35px;
}
.goal-text .vc_column-inner   {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
}
.goal-text .vc_column-inner .wpb_text_column {
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
    padding: 40px;
    margin: 20px;
}
.goal-text .vc_column-inner .wpb_text_column .wpb_wrapper {
	position: relative;
}
.goal-text .vc_column-inner .wpb_text_column .wpb_wrapper p {
    color: #3AB256 !important;
    margin: 0;
    position: absolute;
    transform: translateY(43%);
    left: 0;
    right: 0;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Gotham Narrow Bold';
    line-height: 29px;
}
.vanguard-imagex .wpb_text_column {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	color: #ffffff!important;
	padding: 100px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.vanguard-imagex .wpb_text_column h2 {
	font-size: 50px;
	font-weight: bold;
}
.vanguard-imagex .wpb_text_column p {
	font-size: 20px;
	margin-bottom: 0;
}
.vanguard-image,
.vanguard-image div,
.vanguard-image figure {
	padding: 0!important;
	margin:0!important;
	width: 100%;
	left:0;
	right:0;
}
.vanguard-image figure {
	overflow: hidden;
}
.vanguard-image img {
	max-width: 150%!important;
}
.single-vanguardcity #primary {
	margin-top:-25px;
}
.single-vanguardcity .vc_col-sm-9 a {
    color: #3ab256;
    text-decoration: none;
}
.single-vanguardcity .vc_col-sm-3 a:hover {
	color: #3ab256;
}
.single-vanguardcity .vc_col-sm-9 a:hover {
	text-decoration: underline;
}
.single-vanguardcity .vc_col-sm-3 h3 {
	font-size: 30px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: -20px;
}
.single-vanguardcity .vc_col-sm-3 .wpb_text_column {
	margin-bottom: 10px;
}
.single-vanguardcity .vc_col-sm-9 h3 {
	font-size: 30px;
	margin-top: 20px;
	padding-top: 0;
	margin-bottom: 0;
}
.single-vanguardcity .header-wrap {
	display: none;
}
/*No-Vanguard City Page  */
.citygrid .vc_custom_1419002217534 {
	background:#3AB256 !important;
}

.links-grid {
	margin-bottom: 30px;
}
.links-grid .vc_column-inner .wpb_wrapper:hover .slide-up {
  	height: 100%;
    margin-left: 0;
	margin-right: 0;
}
.links-grid .vc_column-inner .wpb_wrapper:hover p {
	opacity: 0;
}
.slide-up {
	margin-right:0;
	margin-left: 0;
	color: #ffffff;
	position: absolute!important;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	padding: 15px;
}
.links-grid .vc_column-inner {
	background:#3AB256 !important;
}
.links-grid .vc_column-inner .wpb_wrapper {
	color: #ffffff;
	background:#3AB256 !important;
	padding: 40px;
	overflow: hidden!important;
    position: relative;
}
.links-grid .vc_column-inner .wpb_wrapper p {
	font-weight: bold;
    font-size: 30px;
}
.links-grid .ult-adjust-bottom-margin {
	margin-bottom: 10px!important;
}
/*Tags Page*/
.archive.tag .page-header {
    padding: 90px;
    background-size: cover!important;
    font-size: 25px;
    margin-bottom: 50px;
    background: url(http://ighome.wpengine.com/wp-content/uploads/2019/10/header-newspaper.jpg) no-repeat;
}
.archive.tag .page-header .page-title {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 1180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.archive.tag article .entry-title a {
	font-weight: bold;
    font-size: 20px;
    margin: 0;
    color: #3ab256;
    text-decoration: none;
}
.archive.tag article .entry-header {
	float: left;
	width: 50%;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.archive.tag article .post-thumbnail {
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
}
.archive.tag article .post-thumbnail img {
	max-width: 100%;
}
.archive.tag article {
	float: none;
	clear: both;
	margin-bottom: 40px;
    display: block;
    height: 400px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.archive.tag article .entry-meta {
	margin-top: 25px;
}
.archive.tag article .entry-meta a {
	color: #3ab256;
    text-decoration: none;
}
/*WGEH*/
.second-block .aio-icon-read {
	font-weight: bold;
    font-size: 20px;
    margin: 0;
    color: #3ab256;
    text-decoration: none;
}
.top-section-equalheight .wpb_text_column {
	height: 230px;
}
/*Password protected*/
.post-password-required {
	text-align: center;
	min-height: 400px;
}
.green-link a {
	color: #3ab256!important;
  font-weight: bold!important;
  border: solid 1px #009540;
  padding-left: 30px;
  padding-right: 30px;
}
/*Supporting Leadership */
.leadership-grid .vc-hoverbox-front-inner h2 {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}
.leadership-grid .vc-hoverbox-back {
    background: #3AB24F !important;
}
.leadership-grid .vc-hoverbox-back a,
.leadership-grid .vc-hoverbox-back h2 {
	color: #ffffff!important;
	text-decoration: none;
}
.city-row {
	position: relative;
}
.city-row .wpb_text_column {
    position: absolute;
    z-index: 3;
    top: 28%;
    margin: auto;
    left: 0;
    right: 0;
}
.city-row .wpb_text_column h1,
.city-row .wpb_text_column a {
	color: #ffffff;
	font-weight: bold;
	font-size: 55px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
	text-decoration: none;
}
.page-vanguard-cities .post-password-form input[type="submit"]{
    background: #3ab256;
    color: #ffffff;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    top: -1px;
    position: relative;
}
.page-vanguard-cities .header-wrap .entry-title {
	text-align: center;
}
.page-vanguard-cities .post-password-form input[type="password"] {
	border-radius: 0;
}
.the-post-title-grid {
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}

.differentblock .vc_column-inner .wpb_wrapper .wpb_wrapper {
	background: transparent!important;
	color: #000000!important;
}
.differentblock .vc_column-inner .wpb_wrapper .wpb_wrapper a {
	color: #000000!important;
	font-size: 40px;
}

.links-grid>.white-bg>.vc_column-inner,
.links-grid>.white-bg>.vc_column-inner .wpb_wrapper {
	background:transparent!important;
}
/*single resource start*/
.single-resource .entry-title {
	background-color: #258c43d9;
	padding: 40px;
	margin-bottom: 20px;
	width: 780px;
	line-height: normal;
	max-width: 90%;
	margin:1;
	text-shadow: none;
}
.single-resource .header-wrap {
	padding: 120px 0 1px;
}
.single-resource .header-wrap .sizing-content {
	width: 960px;
	max-width: 90%;
}
.single-resource #primary .sizing-content,
.sect .sizing-content {
	width: 960px;
	max-width: 90%;
}
.global-list,
.resources-list {
	padding:0;
	margin: 0;
}
.global-sect {
	padding-top: 40px;
	padding-bottom: 200px;
	background: url('img/globe.png') no-repeat;
	background-position: left 7% top -77px;
	background-size: contain;
}
.global-list li:first-child a {
	border-top: solid 1px #258C43;
}
.global-list li a {
	border-bottom: solid 1px #258C43;
	color: #000;
}
.global-list li a:hover {
	background-color: #ebebeba1;
}
.global-list li,
.resources-list li {
	list-style: none;
}
.sect h2 {
	font-weight: bold;
	color: #000;
}
.global-list a {
	font-size: 22px;
	padding: 25px 55px 25px 25px;
	display: block;
	text-decoration: none;
	background: url('img/arrow-icon.svg') no-repeat;
	background-position: right 25px center;
	background-size: 30px;
}
.sect h3 {
	margin:0;
}
.resources-sect {
	padding-top:40px;
	padding-bottom:180px;
	background-color:#009444;
}
.resources-sect .sizing-content {
	margin-top: -160px;
}
.resources-list li:first-child a {
	border-top: solid 1px #A5A5A5;
}
.resources-list {
    counter-reset: resource-counter; /* Initialize the counter */
    list-style-type: none;            /* Remove default list styling */
    padding-left: 0;                  /* Optional: Remove padding if desired */
}
.resources-list li {
	counter-increment: resource-counter;
}
.resources-list li a {
	text-decoration: none;
    display: flex;
    min-height: 100px;
    padding: 10px 10px 10px 130px;
    border-right: solid 1px #A5A5A5;
    border-left: solid 1px #A5A5A5;
    border-bottom: solid 1px #A5A5A5;
    position: relative;
    color: #000000;
    font-size: 22px;
    background-color: #ffffff;
    align-content: center;
    flex-wrap: wrap;
	cursor: pointer;
}
.resources-list li a:hover {
	background-color: #8CC63F;
	color: #ffffff;
}
.resources-list li a:hover::before {
	color: #ffffff;
}
.resources-list li a::before {
	font-family: 'Open Sans';
    content: counter(resource-counter) " ";
    font-weight: bold;
    margin-right: 5px;
    font-size: 60px;
    height: 100%;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -0;
    color: #D7D7D7;
    background-color: #00000012;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
/*Resources page*/
.resourcetype-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 100px 0 100px 0;
    height: 100%;
}

.resourcetype-list li {
	width: calc(33.333% - 30px);
    margin: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    position: relative;
    height: 300px;
    border-bottom: solid 10px #118534;
    padding: 20px;
}
.resourcetype-list li:hover {
	border-bottom: solid 10px #16cc4d;
}
.resourcetype-list li a {
    position: relative;
    z-index: 2;
    color: white;
    text-decoration: none;
    font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal	;
	cursor: pointer;
}

.resourcetype-list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.page-resources .entry-title {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.page-resources .intro {
	width: 700px;
	max-width:90%;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
}
.page-resources .header-wrap {
	position: relative;
	padding: 173px 0 28px 0;
    height: 600px;
    border-bottom: solid 8px #8CC63F;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}
.page-resources .header-wrap:before {
	content:'';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 1;
}
.page-resources .entry-content a {
	display: inline-block;
    margin: 40px auto 20px;
    background-color: #8CC63F;
    color: #ffffff;
    padding: 7px 19px;
    text-decoration: none;
}
@media (max-width:768px) {
	.resourcetype-list {
		flex-direction: column;
	}
	.resourcetype-list li {
		width: 100%;
	}
}