/*
Theme Name: Rosenberg Foundation
Version: 1.0
Description:  Wordpress theme for Rosenberg Foundation
Author: Yippa
Author URI: https://yippa.com
*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft,
.wp-caption.alignleft {
	margin:  0.75rem 1.5rem 0.75rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin:  0.75rem 0 0.75rem 1.5rem;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	width: 100%;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-style: italic;
}

html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 26px;
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	text-decoration: none;
	color: inherit;
}

h1 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .7px;
}

h3 {
	font-size: 19px;
	line-height: 24px;
	letter-spacing: .7px;
}
h3.h22 {
	font-size: 22px;
	line-height: 26px;
}

h4 {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .7px;
}

a {
	color: #e9502c;
}
a:hover, a:focus {
	color: #e9502c;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 33px;
	padding-left: 82px;
	padding-left: 82px;
	list-style: none;
}

.link {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #e9502c;
}
.link:hover, .link:focus {
	text-decoration: none;
}

p {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

.p2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 52px;
}
.p2:last-of-type {
	margin-bottom: 0;
}

.p3 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .7px;
}

blockquote {
	font-family: "Roboto", sans-serif;
	position: relative;
	padding-left: 26px;
	letter-spacing: .7px;
	color: #0291d0;
}
blockquote p {
	font-family: "Roboto", sans-serif;
	margin: 0;
}
blockquote:before {
	position: absolute;
	top: 5px;
	bottom: 2px;
	left: 0;
	display: block;
	width: 3px;
	content: '';
	background: #0291d0;
}

hr {
	max-width: 148px;
	margin: 0 auto 28px;
	border-top: 3px solid #0291d0;
}

@media (max-width: 767px) {
	body,
	ul {
		font-size: 16px;
		line-height: 24px;
	}

	h1 {
		font-size: 28px;
		line-height: 32px;
	}

	h2 {
		font-size: 17px;
		line-height: 22px;
	}

	h3 {
		font-size: 16px;
		line-height: 26px;
	}

	h4 {
		font-size: 13px;
		line-height: 22px;
	}

	.p2 {
		font-family: 'Times New Roman', Times, serif;
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 40px;
	}
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.btn {
	font-size: 22px;
	line-height: 22px;
	min-width: 155px;
	padding: 15px 27px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 0;
	box-shadow: none !important;
}
.btn:visited {
	color: #fff;
	background: transparent;
}
.btn:hover, .btn:focus {
	color: #0290cf;
	background: #fff;
}

.main-header {
	transition: background-color .4s ease-in-out;
}
.main-header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.main-header .container {
	width: 1170px;
}
.main-header .row {
	width: calc(100% + 30px);
}
.main-header.main-header__sticked {
	padding-bottom: 5px;
	background-color: #e9502c;
}
/*
.archive.tax-hub-category .main-header.main-header__sticked, .page-template.hub .main-header.main-header__sticked, .single-hub .main-header.main-header__sticked {
	background-color: #0291d0;
}*/

.hub-menu .main-nav-wrapper {
	height: 90px;
}

#navbarNav li {
	margin: 0 17.5px;
}
#navbarNav li.current-page-ancestor a, #navbarNav li.current-menu-item a {
	border-top-color: #0290cf;
}
#navbarNav li a {
	font-family: "Roboto", sans-serif;
	font-size: 16.5px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	padding: 22px 0 37px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-top: 15px solid transparent;
}
#navbarNav li a:hover, #navbarNav li a:focus {
	border-top-color: #0290cf;
}
#navbarNav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding-right: 27px;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}
@media (min-width: 1200px) {
	#navbarNav .col-xl-10 {
		flex: 0 1 70%;
		
	}

	#navbarNav .col-xl-2 {
		max-width: unset;
		flex-grow: 1;
	}

	#navbarNav .menu-item-has-children {
		position: static;
	}
	#navbarNav .menu-item-has-children ul {
		display: block;
		visibility: hidden;
		transition: 0.2s 0.25s;
	}
	#navbarNav .menu-item-has-children:hover ul {
		visibility: visible;
		transition-delay: 0s;
	}
}
#navbarNav .menu-item-has-children ul {
	margin: 0 0 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
#navbarNav .menu-item-has-children ul li a {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	#navbarNav .menu-item-has-children ul {
		display: block;
		margin: 0 0 0 1rem;
	}
	#navbarNav .menu-item-has-children ul li {
		display: block;
	}
}
@media (min-width: 1200px) {
	#navbarNav .menu-item-has-children ul {
		position: absolute;
		left: 40%;
		width: 100vw;
		max-width: 100vw;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
		text-align: center;
		background: #0290cf;
	}
	#navbarNav .menu-item-has-children ul:hover {
		display: block;
	}
	#navbarNav .menu-item-has-children ul::before {
		position: absolute;
		top: -10px;
		right: 0;
		left: 0;
		display: block;
		height: 10px;
		content: '';
		background: transparent;
	}
	#navbarNav .menu-item-has-children ul::after {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		height: 50px;
		content: '';
		background: transparent;
	}
	#navbarNav .menu-item-has-children ul li {
		display: inline-block;
	}
	#navbarNav .menu-item-has-children ul li a {
		font-family: 'Roboto';
		font-size: 16.5px;
		padding: 5px 0;
		border: 0;
	}
	#navbarNav .menu-item-has-children ul li a:hover {
		color: #2f3234;
	}
}
#navbarNav .dropdown-toggle::after {
	display: none;
}

.blue_bar {
	position: absolute;
	z-index: 285;
	top: 470px;
	left: 0;
	width: 1200px;
	height: 52px;
	background-image: url("../blue%20bar.html");
}

.navbar-inverse .navbar-toggler {
	z-index: 10;
	right: 0;
	display: inline-block;
	margin-top: 27px;
	cursor: pointer;
	border: 0;
	outline: 0;
}
.navbar-inverse .navbar-toggler .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-toggler .navbar-toggler-icon {
	background-image: url(../svg/hamburger.svg);
}
.navbar-inverse .navbar-toggler.open .navbar-toggler-icon {
	background-image: url(../svg/menu-icon-close.svg);
	background-size: 17px 17px;
}

.main-logo {
	margin: 0;
	padding-top: 25px;
}

.logo {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	max-width: 243px;
	color: #fff;
}
.logo:hover, .logo:focus {
	color: #fff;
}
.logo .svg-logo {
	max-width: 100%;
	fill: currentColor;
}

.social-wrapper {
	padding-top: 32px;
	padding-left: 11px;
}
.social-wrapper a {
	display: inline-block;
	margin: 0 7px 0 0;
	color: #fff;
}
.social-wrapper a:last-of-type {
	margin-right: 0;
}
.social-wrapper a:hover, .social-wrapper a:focus {
	opacity: .8;
}
.social-wrapper .svg-ico {
	vertical-align: top;
	fill: currentColor;
}

@media (max-width: 1199px) {
	.main-header .container {
		width: 100%;
		max-width: 1169px;
	}
	.main-header .row {
		width: 100%;
		margin: 0;
	}
	.main-header .navbar {
		position: static;
	}
	.main-header .navbar-collapse {
		position: absolute;
		top: 0;
		right: -180px;
		display: block;
		overflow-y: auto;
		max-width: 180px;
		height: 100vh;
		padding-top: 69px;
		transition: all .2s linear;
		background: #f6f6f5;
	}
	.main-header .navbar-collapse.open {
		right: 0;
	}
	.main-header.main-header__sticked {
		padding-bottom: 0;
	}

	.main-logo {
		padding: 7px 0;
	}
	.main-logo a {
		max-width: 185px;
	}

	#navbarNav .main-nav-wrapper {
		padding: 0;
	}
	#navbarNav li {
		margin: 0 0 2px;
	}
	#navbarNav li a {
		font-size: 14px;
		line-height: 18px;
		position: relative;
		padding: 8px 0 8px 20px;
		color: #292b2c;
		border-top: 6px solid transparent;
		border-top: 0;
	}
	#navbarNav li a:hover, #navbarNav li a:focus {
		color: #fff;
		background: #0291d0;
	}
	#navbarNav .menu-item-has-children > a .caret {
		position: absolute;
		top: 8px;
		right: 0;
		display: block;
		width: 57px;
		height: 18px;
		content: '';
		background-image: url(../svg/plus-sign.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 12px 14px;
		display: none;
	}
	#navbarNav .menu-item-has-children > a:hover .caret, #navbarNav .menu-item-has-children > a:focus .caret {
		background-image: url(../svg/plus-sign-white.svg);
	}
	#navbarNav .menu-item-has-children.show > a {
		color: #fff;
		background: #0291d0;
	}
	#navbarNav .menu-item-has-children.show > a .caret {
		background-image: none;
	}
	#navbarNav .menu-item-has-children.show > a .caret:before {
		content: '';
		height: 2px;
		width: 12px;
		display: block;
		background: #fff;
		position: absolute;
		left: 22px;
		top: 8px;
	}
	#navbarNav .menu-item-has-children.show ul {
		display: block;
		margin: 0;
		padding-top: 3px;
	}
	#navbarNav .menu-item-has-children.show ul a {
		padding: 7px 35px 9px;
		color: #0291d0;
	}
	#navbarNav .menu-item-has-children.show ul a:hover, #navbarNav .menu-item-has-children.show ul a:focus {
		color: #fff;
		background: #0291d0;
	}
	#navbarNav ul {
		padding: 0;
		text-align: left;
	}

	.social-wrapper {
		padding: 26px 11px;
		text-align: left;
	}
	.social-wrapper a {
		margin: 0 3px 0 0;
		color: #292b2c;
	}

	.navbar-inverse .navbar-toggler {
		position: absolute;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translate(0, -50%);
				-ms-transform: translate(0, -50%);
						transform: translate(0, -50%);
	}
}
.masthead {
	position: relative;
	height: auto;
	padding-top: 92px;
	padding-bottom: 92px;
	color: #fff;
	 background: #e9502c;
}

.masthead.masthead-orange:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	opacity: .8;
	background: #e9502c;
}
.masthead.masthead-blue:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	opacity: .8;
	background: #0291d0;
}
.masthead.container {
	margin-top: 20px;
}
.masthead_overlay,
.masthead_image {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.12;
	background-position: 50% 50%;
	background-size: cover;
}

.home .masthead .masthead_overlay,
.page-id-238 .masthead .masthead_overlay{
	z-index: 0;
width: 100%;
opacity: 1;



background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 58%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(58%, rgba(0,0,0,0.35)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 58%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 58%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 58%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 58%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.masthead_content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 755px;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.masthead_content h1,
.masthead_content .main-title {
	font-family: 'Roboto', sans-serif;
	font-size: 51px;
	font-weight: 300;
	line-height: 60px;
	margin: 0;
}
.masthead_content h2 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 30px;
}
.masthead_content .main-title {
	margin-bottom: 26px;
}
.masthead_content .p2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.masthead_content_repeater p {
	font-family: 'Poppins', sans-serif;
}

.masthead_full-width {
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}

.full-width-hero {
	font-size: 17px;
	line-height: 29px;
	background: #e9502c;
}
.full-width-hero .masthead_content {
	margin-top: 10px;
}
.full-width-hero h1 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 30px;
}
.full-width-hero p {
	font-family: "Poppins", sans-serif;
	letter-spacing: .5px;
}
.full-width-hero .btn {
	margin-top: 25px;
}

.masthead-hero {
	min-height: 500px;
}
.masthead-hero .masthead_content {
	margin-top: 50px;
}

.scroll-top {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 25px;
	bottom: 23px;
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../svg/scroll-top.svg);
	background-size: cover;
}

@media (max-width: 1199px) {
	.masthead.container {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.masthead_content h1, .masthead_content .main-title {
		font-size: 40px;
		font-weight: 300;
		line-height: 50px;
	}
}
footer.main {
	font-size: 14px;
	line-height: 25px;
	padding: 49px 0 14px;
}
footer.main p {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
}
footer.main .container {
	width: 1185px;
}
footer.main .col-right {
	text-align: right;
}

@media (max-width: 1199px) {
	footer.main .container {
		width: 960px;
	}
}
@media (max-width: 991px) {
	footer.main .container {
		width: 720px;
	}
}
@media (max-width: 767px) {
	footer.main {
		padding: 40px 0 14px;
		text-align: center;
	}
	footer.main .container {
		width: 100%;
	}
	footer.main .col-right {
		text-align: center;
	}
}
.bg-gray {
	background: #e9e9e9;
}

.page-content {
	padding-top: 24px;
	padding-bottom: 20px;
	background: #f6f6f5;
}

.page-template.iframe .page-content {
	padding-top: 0;
	padding-bottom: 0;
}
.page-template.iframe .page-content iframe {
	border: 0;
	width: 100%;
	height: 300px;
	display: block;
}

.svg-ico {
	fill: currentColor;
}

.default-content {
	max-width: 770px;
	margin: 0 auto;
	padding: 60px 0 10px;
}
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
	font-size: 18px;
}
.default-content > p:first-of-type {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 36px;
	margin-right: calc(60% - 560px);
	margin-left: calc(60% - 560px);
}

@media (max-width: 1199px) {
	.default-content > p:first-of-type {
		margin-right: calc(50% - 465px);
		margin-left: calc(50% - 465px);
	}
}
@media (max-width: 991px) {
	.default-content > p:first-of-type {
		margin-right: calc(50% - 345px);
		margin-left: calc(50% - 345px);
	}
}
@media (max-width: 767px) {
	.default-content > p:first-of-type {
		position: relative;
		right: 50%;
		left: 50%;
		width: calc(100vw - 60px);
		margin-right: calc(-50vw + 30px);
		margin-left: calc(-50vw + 30px);
	}
}
.default-content ul {
	padding-left: 0;
}
.default-content ul li {
	position: relative;
	padding-left: 20px;
}
.default-content ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
					transform: translate(0, -50%);
	border-radius: 50%;
	background: #0291d0;
}
.default-content ol {
	padding-left: 0;
	list-style: none;
	counter-reset: ordered-list;
}
.default-content ol li {
	position: relative;
	padding-left: 20px;
	counter-increment: ordered-list;
}
.default-content ol li:before {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	content: counter(ordered-list);
	-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
					transform: translate(0, -50%);
	color: #0291d0;
}
.default-content .row [class*='col-'] {
	font-family: "Times New Roman", Times, serif;
	padding-top: 42px;
	padding-bottom: 10px;
}

.simple-content {
	padding-bottom: 60px;
}

.content-medium {
	max-width: 890px;
	padding: 58px 0;
}
.content-medium img {
	margin-bottom: 25px;
}

.inner-container {
	max-width: 770px;
	margin: 0 auto;
}

p + .inner-container {
	margin-top: 49px;
}

.filters-nav {
	font-size: 18px;
	line-height: 26px;
	padding: 66px 0 45px;
	text-align: center;
}
.filters-nav a {
	display: inline-block;
	margin: 0 20px 0;
	padding-bottom: 8px;
	text-decoration: none;
	letter-spacing: .7px;
	color: #2e2e2e;
	border-bottom: 6px solid transparent;
}
.filters-nav a.active, .filters-nav a:hover {
	border-bottom-color: #0290cf;
}

.caption {
	padding: 23px 0 4px;
}
.caption h3 {
	margin-bottom: 3px;
}
.caption h4 {
	text-transform: uppercase;
}
.caption h4 a {
	text-decoration: none;
	color: #2e2e2e;
}
.caption hr {
	max-width: 148px;
	margin: 23px auto 23px 0;
	border-top: 3px solid #0291d0;
}

.single-col {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 28px;
}
.single-col .col-content {
	/*height: 100%;*/
	padding: 10px 33px 35px;
	background: #f6f6f5;
}
.single-col .caption hr {
	margin: 18px auto 16px 0;
}
.single-col p {
	font-family: "Roboto", sans-serif;
	margin-bottom: 17px;
	letter-spacing: .7px;
}
.single-col:nth-of-type(even) {
	padding-right: 0;
}
.archive.tax-hub-category .single-col:nth-of-type(even), .page-template.hub .single-col:nth-of-type(even) {
	padding-right: 15px;
}
.single-col:nth-of-type(odd) {
	padding-left: 0;
}
.archive.tax-hub-category .single-col:nth-of-type(odd), .page-template.hub .single-col:nth-of-type(odd) {
	padding-left: 15px;
}

.posts-list {
	max-width: 1000px;
	margin: 0 auto;
}

.single-card {
	display: block;
}
.single-card.open {
	z-index: 1000;
}
.single-card:not(.img-left) {
	margin-bottom: 30px;
}

.img-left {
	margin-bottom: 36px;
}
.img-left .single-card-thumb {
	float: left;
	margin-right: 37px;
}
.img-left .single-card-content {
	max-width: 770px;
	margin: 0 auto;
}
.img-left .single-card-bottom {
	padding-bottom: 20px;
}
.img-left .single-card-bottom .link {
	position: static;
}

.single-card-content {
	display: block;
	height: 100%;
	color: #292b2c;
	background: #f6f6f5;
}
.single-card-content:hover, .single-card-content:focus {
	text-decoration: none;
	opacity: .75;
	color: #292b2c;
}
.single-card.open .single-card-content:hover, .single-card-content:focus {
	opacity: 1;
}

.single-card-thumb {
	display: block;
}
.single-card-thumb img {
	width: 100%;
	height: auto;
}

.single-card-bottom {
	padding: 9px 34px 59px;
}
.single-card-bottom h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 22px;
}
.single-card-bottom .caption {
	padding: 23px 0 2px;
}
.single-card-bottom .caption hr {
	margin: 19px auto 19px 0;
}
.single-card-bottom .link {
	position: absolute;
	bottom: 32px;
}

.share-wrapper {
	padding-bottom: 6px;
}
.share-wrapper span {
	font-size: 13px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
}
.share-wrapper a {
	display: inline-block;
	vertical-align: middle;
	color: #e9502c;
}
.share-wrapper .svg-facebook {
	width: 26px;
	height: 26px;
}
.share-wrapper .svg-twitter {
	width: 26px;
	height: 26px;
}

.filters-nav-top {
	z-index: 10;
	top: 95px;
	right: 0;
	left: 0;
	margin-top: -24px;
	text-align: center;
	background: #f6f6f5;
}
@media (max-width: 1199px) {
	.filters-nav-top {
		top: 70px;
	}
}
@media (max-width: 575px) {
	.filters-nav-top {
		top: 70px;
	}
}
.filters-nav-top ul {
	margin: 0;
	padding: 0;
}
.filters-nav-top li {
	display: inline-block;
	margin: 0 33px;
}
@media (max-width: 575px) {
	.filters-nav-top li:last-child a {
		border-bottom: 15px solid transparent;
	}
}
.filters-nav-top a {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	display: block;
	padding: 29px 0 25px;
	text-transform: uppercase;
	color: #2e2e2e;
	border-top: 15px solid transparent;
}
@media (max-width: 767px) {
	.filters-nav-top a {
		padding: 9px 0 5px;
	}
}
.filters-nav-top a:hover, .filters-nav-top a:focus {
	text-decoration: none;
	color: rgba(41, 43, 44, 0.8);
	border-top-color: #0291d0;
}
.filters-nav-top a.active {
	border-top-color: #0291d0;
}

.row-posts-pages {
	font-size: 18px;
	line-height: 26px;
	max-width: 770px;
	margin: 0 auto;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
.row-posts-pages .single-col:nth-of-type(odd) {
	padding-left: 15px;
}
.row-posts-pages .single-col:nth-of-type(even) {
	padding-right: 15px;
}
.row-posts-pages .single-col p {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 27px;
	letter-spacing: -.8px;
}
.row-posts-pages .row {
	margin: 0 -30px;
}
.row-posts-pages .col-content {
	padding: 10px 33px 39px;
}
.row-posts-pages .caption {
	padding: 26px 0 4px;
}
.row-posts-pages .caption hr {
	margin: 20px auto 17px 0;
}
.page-id-22 .row-posts-pages .col-12 .single-card-content {
	background: transparent;
}
.page-id-22 .row-posts-pages .col-12 .single-card-bottom {
	border: 3px solid #f6f6f5;
}

.cols-row {
	max-width: 770px;
	margin: 0 auto;
	padding: 0 15px 70px;
}

.cols-row__hub {
	max-width: 800px;
}

.mobile-filter {
	display: none;
}

.social-wrapper.hub {
	display: none;
}

@media (max-width: 1199px) {
	.default-content {
		max-width: 870px;
	}


	.page-template.hub .social-wrapper.hub {
		position: absolute;
		right: 0;
		display: block;
		text-align: right;
		padding: 20px 9px;
	}
	.page-template.hub .social-wrapper.hub a {
		color: #fff;
		margin: 0;
	}

	.container.bg-gray {
		width: 100%;
		margin: 0;
	}

	.page-content {
		padding-top: 0;
	}
}
@media (max-width: 991px) {
	.caption {
		padding: 15px 0 4px;
	}
	.caption hr {
		margin: 18px 0;
	}

	.filters-nav {
		padding: 50px 0 40px;
	}

	.single-card {
		padding: 0 10px;
	}
	.single-card:not(.img-left) {
		margin-bottom: 20px;
	}

	.single-card-bottom {
		padding: 0 15px 40px;
	}
	.single-card-bottom .link {
		bottom: 15px;
	}
}
@media (max-width: 767px) {
	.default-content {
		padding: 40px 0 10px;
	}
	.default-content .row [class*='col-'] {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.simple-content {
		padding: 40px 0 30px !important;
	}

	.container.bg-gray {
		width: 100%;
		margin: 0;
	}

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

	.caption hr {
		margin: 18px auto;
	}

	.filters-nav {
		padding: 20px 0 15px;
	}
	.filters-nav a {
		margin: 0 9px 0;
	}

	.filters-options {
		font-size: 18px;
		line-height: 24px;
		position: relative;
		height: 41px;
		text-align: left;
		color: #fff;
		border-radius: 4px;
		background-color: #0290cf;
	}
	.filters-options .mobile-filter {
		position: relative;
		display: block;
		padding: 8px 40px 7px 19px;
		cursor: pointer;
	}
	.filters-options .mobile-filter:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		width: 14px;
		height: 14px;
		content: '';
		-webkit-transform: translate(0, -50%) rotate(-90deg);
				-ms-transform: translate(0, -50%) rotate(-90deg);
						transform: translate(0, -50%) rotate(-90deg);
		background-image: url(../svg/dropdown-arrow.svg);
		background-repeat: no-repeat;
	}
	.filters-options .mobile-filter.open:after {
		-webkit-transform: translate(0, -50%) rotate(90deg);
				-ms-transform: translate(0, -50%) rotate(90deg);
						transform: translate(0, -50%) rotate(90deg);
	}
	.filters-options .mobile-filter.open + .options-list {
		position: absolute;
		z-index: 999;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #f6f6f5;
		border-radius: 4px;
		background: #0291d0;
	}
	.filters-options .mobile-filter.open + .options-list a {
		display: block;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
		color: #fff;
		border: 0;
	}
	.filters-options .mobile-filter.open + .options-list a:last-of-type {
		margin-bottom: 0;
	}

	.filters-nav-top {
		padding: 20px 0;
	}
	.filters-nav-top .filters-options {
		background-color: #e9502c;
	}
	.filters-nav-top .filters-options li {
		display: block;
		margin-bottom: 15px;
	}
	.filters-nav-top .filters-options .mobile-filter.open + .options-list {
		background: #e9502c;
	}

	.options-list {
		display: none;
	}

	.single-col {
		padding: 0 10px;
	}
	.archive.tax-hub-category .single-col:nth-of-type(even), .page-template.hub .single-col:nth-of-type(even) {
		padding-right: 10px;
	}
	.archive.tax-hub-category .single-col:nth-of-type(odd), .page-template.hub .single-col:nth-of-type(odd) {
		padding-left: 10px;
	}
	.single-col .col-content {
		padding: 10px 20px 20px;
	}

	.single-card {
		padding: 0;
	}

	.single-card-bottom {
		text-align: center;
	}
	.single-card-bottom .caption hr {
		margin: 19px auto;
	}
	.single-card-bottom .link {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
				-ms-transform: translate(-50%, 0);
						transform: translate(-50%, 0);
	}

	.img-left {
		margin-bottom: 20px;
	}
	.img-left .single-card-thumb {
		float: none;
		margin-right: 0;
	}
	.img-left .single-card-bottom {
		padding: 0 15px 40px;
	}
	.img-left .single-card-bottom .link {
		position: absolute;
	}

	.row-posts-pages {
		padding: 0;
	}
	.row-posts-pages .row {
		margin: 0;
	}
	.row-posts-pages .single-col:nth-of-type(even) {
		padding-right: 10px;
	}
	.row-posts-pages .single-col:nth-of-type(odd) {
		padding-left: 10px;
	}
}
@media (max-width: 575px) {
	.single-col {
		margin-bottom: 15px;
		padding: 0;
	}
	.archive.tax-hub-category .single-col:nth-of-type(even), .page-template.hub .single-col:nth-of-type(even) {
		padding-right: 0;
	}
	.archive.tax-hub-category .single-col:nth-of-type(odd), .page-template.hub .single-col:nth-of-type(odd) {
		padding-left: 0;
	}

	.row-posts-pages .single-col:nth-of-type(odd), .row-posts-pages .single-col:nth-of-type(even) {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.people-row {
	max-width: 770px;
	margin: 0 auto;
	padding-bottom: 55px;
}

.single-person {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	background: #f6f6f5;
}
.single-person img {
	float: left;
	max-width: 100%;
	height: auto;
	margin: -20px 35px 12px -40px;
}
.single-person .card-block {
	margin-bottom: -32px;
	padding: 20px 26px 20px 40px;
}
.single-person.open .excerpt-wrapper {
	display: none;
}
.single-person.open .more-content {
	display: block;
}
.single-person.open .show-more {
	display: none;
}
.single-post-content .single-person .caption {
	text-align: left;
}
.single-person .caption:after {
	display: inline-block;
	width: 100%;
	max-width: 148px;
	margin: 15px 0 18px 0;
	content: '';
	border-top: 3px solid #0291d0;
}

.show-more {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	margin-top: 11px;
	margin-bottom: 30px;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #e9502c;
}
.show-more:hover, .show-more:focus {
	text-decoration: none;
}
.read-more {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	margin-top: 11px;
	margin-bottom: 30px;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #e9502c;
}
.read-more:hover, .read-more:focus {
	text-decoration: none;
}

.more-content {
	display: none;
}

.show-less {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 27px;
	position: relative;
	float: right;
	margin-top: 31px;
	margin-right: 3px;
	margin-bottom: 33px;
	letter-spacing: .4px;
	text-transform: capitalize;
}
.show-less:before {
	position: relative;
	top: 7px;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	content: '';
	background-image: url(../svg/close-icon.svg);
	background-size: cover;
}
.show-less:hover, .show-less:focus {
	text-decoration: none;
}

@media (max-width: 991px) {
	.single-person {
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.single-person img {
		display: block;
		float: none;
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
		margin: -20px -25px 0;
	}
	.single-person .card-block {
		margin-bottom: 0;
		padding: 20px 25px 20px;
		text-align: center;
	}

	.show-more {
		margin: 0;
	}
	.read-more {
		margin: 0;
	}

	.people-row {
		padding: 0;
	}
}
.form-section {
	background: #f6f6f5;
	padding-top: 62px;
	padding-bottom: 44px;
}
.form-section .form-section__social {
	text-align: center;
	color: #2e2e2e;
}
.form-section .form-section__social a {
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-size: 19px;
}
.form-section .form-section__social .svg-ico {
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #e9502c;
}


@media (max-width: 767px) {
	.form-section .form-section__social a {
		font-size: 16px;
	}
	.form-section .form-section__social .svg-ico {
		width: 32px;
		height: 32px;
		margin-right: 0;
	}
}
.form-section .ffvrns_headline {
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 43px;
	letter-spacing: 1px;
	text-align: center;
}
.form-section input {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 29px;
	width: 315px;
	height: 42px;
	padding: 0 0 15px;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
}
.form-section [type='submit'] {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	width: 107px;
	margin: 0 !important;
	padding: 12px 15px;
	cursor: pointer;
	color: #fff !important;
	border: 0;
	outline: 0;
	background: #f1542b;
}
.form-section [type='submit']:hover, .form-section [type='submit']:focus {
	opacity: .7;
}
.form-section #ffvrns_name_field,
.form-section #ffvrns_email_field {
	position: relative;
	margin: 0 15px;
}
.form-section #ffvrns_name_field:before,
.form-section #ffvrns_email_field:before {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	display: block;
	height: 4px;
	content: '';
	background: #c5c5c4;
}
.form-section .vr-signup-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.form-section .vr-signup-form > div {
	margin: 0 15px;
}
.form-section .ffvrns_form_container {
	padding: 40px 10px 60px 10px;
}
.form-section ::-webkit-input-placeholder {
	color: #2c2c2c;
}
.form-section :-moz-placeholder {
	/* Firefox 18- */
	color: #2c2c2c;
}
.form-section ::-moz-placeholder {
	/* Firefox 19+ */
	color: #2c2c2c;
}
.form-section :-ms-input-placeholder {
	color: #2c2c2c;
}

@media (max-width: 991px) {
	.form-section input {
		width: 265px;
	}
}
@media (max-width: 767px) {
	.form-section .vr-signup-form {
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.form-section .vr-signup-form > .vr-submit {
		margin-top: 30px;
	}
	.form-section input {
		text-align: center;
	}
	.form-section #ffvrns_name_field,
	.form-section #ffvrns_email_field {
		margin: 0 0 15px;
	}
	.form-section .ffvrns_headline {
		margin: 0 0 30px;
	}
	.form-section .ffvrns_form_container {
		padding: 15px 10px 45px 10px;
	}
}
.cool-timeline {
	padding: 0 0 21px;
}
.cool-timeline.white-timeline .timeline-post {
	margin-bottom: 39px;
}
.cool-timeline.white-timeline .timeline-post .timeline-content {
	z-index: 3;
	max-width: 355px;
	margin: 0 0 0 auto;
	border: 0;
	border-radius: 0;
	background: #f6f6f5;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .full-width,
.cool-timeline.white-timeline .timeline-post .timeline-content .pull-left {
	position: absolute;
	z-index: -1;
 /* right: -99px;*/
	right: 0;
	bottom: -141px;
	float: none;
 /* width: 243px;*/
		width: 100%;
	margin: 0;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details {
	font-size: 18px;
	line-height: 26px;
	padding: 21px 20px 33px 34px;
	background: #f6f6f5;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
	padding: 36px 34px 22px;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title:after {
	position: absolute;
	bottom: 0;
	left: 34px;
	display: block;
	width: 148px;
	content: '';
	border-top: 3px solid #0291d0;
}
@media (max-width: 575px) {
	.cool-timeline.white-timeline .timeline-post .timeline-content .content-title:after {
		width: auto;
		right: 15px;
	}
}
.cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title,
.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title {
	background: #f6f6f5;
}
.cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details,
.cool-timeline.white-timeline .timeline-post.odd .timeline-meta .meta-details {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin-top: 33px;
	color: #0291d0;
}
.cool-timeline.white-timeline .timeline-post.even .timeline-content {
	margin: 0;
}
.cool-timeline.white-timeline .timeline-post.odd .icon-dot-full {
	margin: 38px 0 0 -5px;
}
.cool-timeline.white-timeline .timeline-post.odd .timeline-meta {
	margin: 0 0 0 21px;
}
.cool-timeline.white-timeline .timeline-post.odd .timeline-meta .meta-details {
	margin-top: 30px;
}
.cool-timeline.white-timeline .timeline-post.odd .timeline-content .full-width,
.cool-timeline.white-timeline .timeline-post.odd .timeline-content .pull-left {
	top: -221px;
	right: auto;
	bottom: auto;
 /* left: -99px;*/
	left: 0;
}
.cool-timeline.white-timeline:before, .cool-timeline.white-timeline.one-sided:before {
	width: 1px;
	height: calc(100% - 130px);
	margin-left: 0;
	background: #8f8f8f;
}
.cool-timeline.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.white-timeline .timeline-post .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {
	width: 11px;
	height: 11px;
	margin: 39px 0 0 -5px;
	background: #0291d0;
}

.cool-timeline-wrapper {
	margin: 90px auto 0;
	padding: 0;
}
.cool-timeline-wrapper .timeline-main-title {
	display: none;
}
.cool-timeline-wrapper .timeline-year {
	display: none;
}

.ultimate-style .timeline-post .timeline-content .content-title:before {
	content: none;
}

@media (max-width: 1199px) {
	.cool-timeline.white-timeline .timeline-post .timeline-content {
		max-width: 335px;
	}
}
@media (max-width: 991px) {
	.cool-timeline.white-timeline .timeline-post .timeline-content {
		max-width: 270px;
	}

	.cool-timeline.white-timeline .timeline-post .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post .timeline-content .pull-left {
		right: -37px;
	}

	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .pull-left {
		left: -37px;
	}
}
@media (max-width: 860px) {
	.cool-timeline.white-timeline .timeline-post .timeline-content {
		max-width: 355px;
	}

	.cool-timeline .timeline-post,
	.cool-timeline .timeline-post.even,
	.cool-timeline .timeline-post.odd {
		padding: 0 0 155px 42px;
	}

	.cool-timeline.white-timeline .timeline-post .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post .timeline-content .pull-left {
		right: -99px;
	}

	.ultimate-style .timeline-post .timeline-content .content-title:before,
	.ultimate-style .timeline-post.even .timeline-content .content-title:before {
		content: none;
	}

	.cool-timeline.white-timeline .timeline-post.even .icon-dot-full,
	.cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full,
	.cool-timeline.white-timeline .timeline-post .icon-dot-full,
	.cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full {
		margin: -24px 0 0 11px;
	}

	.cool-timeline.white-timeline .timeline-post.odd .icon-dot-full {
		margin: -24px 0 0 11px;
	}

	.cool-timeline.white-timeline .timeline-post.odd .timeline-meta {
		margin: 0;
	}

	.cool-timeline.white-timeline .timeline-post .timeline-content {
		margin: 0;
	}

	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .pull-left {
		top: auto;
		right: -99px;
		bottom: -141px;
		left: auto;
	}
}
@media (max-width: 575px) {
	.cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
		padding: 20px 15px;
	}
	.cool-timeline.white-timeline .timeline-post .timeline-content .content-title:after {
		left: 15px;
	}

	.cool-timeline.white-timeline .timeline-post .timeline-content .content-details {
		padding: 20px 15px;
	}

	.cool-timeline.white-timeline .timeline-post .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post .timeline-content .pull-left {
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		width: auto;
	}

	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .full-width,
	.cool-timeline.white-timeline .timeline-post.odd .timeline-content .pull-left {
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		width: auto;
	}

	.cool-timeline .timeline-post,
	.cool-timeline .timeline-post.even,
	.cool-timeline .timeline-post.odd {
		padding: 0 0 67% 42px;
	}
}
.connect-row {
	max-width: 970px;
	margin: 0 auto;
	padding: 68px 0 62px;
}
#vf span.wpcf7-not-valid-tip,
.connect-row span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
}
.connect-row div.wpcf7-response-output {
	font-size: 14px;
	margin: 2em 0 1em;
	padding: 0.2em 0.5em;
}
.connect-row .single-col {
	margin-bottom: 34px;
	padding: 8px;
	background: #f6f6f5;
}
.connect-row .single-col:last-of-type {
	margin-bottom: 0;
}
.connect-row .single-col .caption {
	padding: 53px 0 4px;
	text-align: center;
}
.connect-row .single-col .caption hr {
	margin: 0 auto;
}
.connect-row .single-col.full-height {
	height: 100%;
}
.connect-row .single-col.social-col {
	text-align: center;
}
.connect-row .single-col.social-col a {
	display: inline-block;
	text-decoration: none;
}
.connect-row .single-col.social-col a:hover {
	color:#f28469;
}
.connect-row .single-col.social-col .col-content {
	padding: 32px 33px 43px;
}
.connect-row .single-col .svg-ico {
	width: 54px;
	height: 54px;
}
.connect-row .single-col .svg-twitter {
	margin-right: 15px;
}
.connect-row .single-col .svg-youtube {
	margin-right: 15px;
}
.connect-row .map-col iframe {
	width: 100%;
	height: 260px;
}

.wpcf7-form {
	max-width: 315px;
	margin: 0 auto;
	padding: 36px 0 16px;
}
.wpcf7-form span {
	display: block;
}
.wpcf7-form input,
.wpcf7-form textarea {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 29px;
	position: relative;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 0 15px;
	resize: none;
	letter-spacing: .7px;
	color: #2c2c2c;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
}
.wpcf7-form textarea {
	height: 112px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	margin-bottom: 27px;
}
.wpcf7-form .wpcf7-form-control-wrap:before {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	display: block;
	height: 4px;
	content: '';
	background: #c5c5c4;
}
.wpcf7-form [type='submit'] {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	display: block;
	width: 107px;
	margin: 50px 0 0 0;
	padding: 12px 15px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff !important;
	border: 0;
	outline: 0;
	background: #f1542b;
	font-family: "Poppins", sans-serif;
	height: 42px;
	box-shadow: none;
	font-size: 16px;
}
.wpcf7-form [type='submit']:hover, .wpcf7-form [type='submit']:focus {
	opacity: .7;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #2c2c2c;
}

:-moz-placeholder {
	opacity: 1;
	/* Firefox 18- */
	color: #2c2c2c;
}

::-moz-placeholder {
	opacity: 1;
	/* Firefox 19+ */
	color: #2c2c2c;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #2c2c2c;
}

@media (max-width: 991px) {
	.connect-row .wpcf7-form {
		max-width: 275px;
	}
}
@media (max-width: 767px) {
	.connect-row {
		padding: 50px 0 60px;
	}
	.connect-row .single-col {
		margin-bottom: 25px;
	}
	.connect-row .single-col:last-of-type {
		margin-bottom: 25px;
	}
	.connect-row .single-col .svg-ico {
		width: 42px;
		height: 42px;
	}
	.connect-row .wpcf7-form {
		text-align: center;
	}
	.connect-row .wpcf7-form [type='submit'] {
		margin: 50px auto 0;
	}
}
.grantees-list {
	padding: 70px 0 55px;
}
.grantees-list .caption {
	padding: 12px 0 0;
}
.grantees-list .caption h2 {
	margin-bottom: 0;
}
.grantees-list .col-12 {
	margin-bottom: 32px;
}
.grantees-list .col-12 .single-card-bottom {
	padding-top: 23px;
}
.grantees-list .col-12 .single-card-bottom p {
	margin-bottom: 15px;
}
.grantees-list .col-12 .single-card-bottom .caption hr {
	margin: 21px auto 21px 0;
}
.grantees-list .col-12 .single-card-content {
	max-width: 770px;
	margin: 0 auto;
}
.grantees-list .price {
	font-size: 15px;
	line-height: 25px;
}
.grantees-list .single-card-bottom {
	position: relative;
}
.grantees-list .single-card-bottom .link {
	position: absolute;
	bottom: 32px;
	margin: 0;
}
.grantees-list .single-card-bottom .link.show-less {
	position: static;
}
/*.grantees-list .more-content {
	position: absolute;
	z-index: 3;
	top: calc(100% - 55px);
	right: 0;
	left: 0;
	padding: 0 34px;
	padding: 0 34px 29px;
	background: #f6f6f5;
	box-shadow: 2px 2px 1px 0 #e9e9e9;
}*/
.grantees-list .show-less {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 24px;
	float: left;
	text-transform: uppercase;
}
.grantees-list .show-less:before {
	content: none;
}
.grantees-list .single-card.open .show-more {
	display: none;
}
.grantees-list .single-card.open .more-content {
	display: block;
}
.grantees-list .single-card.col-md-4 {
	margin-bottom: 65px;
}

@media (max-width: 991px) {
	.grantees-list {
		padding: 55px 0 45px;
	}
	.grantees-list .single-card-bottom .link {
		bottom: 15px;
	}
	.grantees-list .single-card.col-md-4 {
		margin-bottom: 40px;
	}
	.grantees-list .more-content {
		padding: 0 15px 15px;
	}
	.grantees-list .col-12 .single-card-bottom {
		padding-top: 5px;
	}
}
@media (max-width: 767px) {
	.grantees-list {
		padding: 55px 0 20px;
	}
	.grantees-list .col-12 .single-card-bottom {
		padding-top: 15px;
	}
	.grantees-list .col-12 .single-card-bottom .caption hr {
		margin: 18px auto;
	}
	.grantees-list .show-less {
		float: none;
	}
	.grantees-list .more-content {
		position: static;
		padding: 0;
		box-shadow: none;
	}
	.grantees-list .single-card-bottom {
		padding: 0 15px 15px;
	}
	.grantees-list .single-card-bottom .link {
		position: static;
		-webkit-transform: translate(0, 0);
				-ms-transform: translate(0, 0);
						transform: translate(0, 0);
	}
}
.back-to-archive {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 27px;
	position: relative;
	display: inline-block;
	margin-top: 29px;
	margin-left: 11px;
	padding: 0 0 0 33px;
}
.back-to-archive:hover {
	text-decoration: none;
	color: #ea7964;
}
.back-to-archive:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 30px;
	margin: 0;
	content: '';
	-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
					transform: rotate(-90deg);
	-webkit-transform: translate(0, -50%) rotate(-90deg);
			-ms-transform: translate(0, -50%) rotate(-90deg);
					transform: translate(0, -50%) rotate(-90deg);
	background-image: url(../svg/arrow.svg);
	background-size: cover;
}

.single-post-content .share-wrapper {
	padding-top: 12px;
	padding-bottom: 20px;
	text-align: center;
}
.single-post-content .share-wrapper span {
	font-size: 15px;
	line-height: 26px;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.single-post-content .share-wrapper .svg-ico {
	width: 32px;
	height: 32px;
}
.single-post-content .caption {
	text-align: center;
}
.single-post-content .caption hr {
	margin: 23px auto;
}
.single-post-content .post-meta {
	font-size: 15px;
	line-height: 26px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.single-post-content .post-meta a {
	text-decoration: none;
	text-transform: uppercase;
	color: #292b2c;
}
.single-post-content .post-meta > div {
	position: relative;
	margin: 0 28px;
	letter-spacing: .3px;
}
.single-post-content .post-meta > div:after {
	position: absolute;
	top: 50%;
	right: 0;
	right: -28px;
	display: block;
	content: '|';
	-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
					transform: translate(0, -50%);
}
.single-post-content .post-meta > div:last-of-type:after {
	content: none;
}
.single-post-content .default-content {
	padding: 27px 0 10px;
}

.single-post .row-posts-pages {
	max-width: 970px;
}
.single-post .single-post-content .row-posts-pages .caption {
	text-align: left;
}
.single-post .single-post-content .row-posts-pages .caption hr {
	margin: 23px auto 23px 0;
}
.single-post .single-card-bottom p {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: #2e2e2e;
}

@media (max-width: 767px) {
	.single-post-content .post-meta {
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
	}
	.single-post-content .post-meta > div:after {
		content: none;
	}
}
.home .row-posts-pages {
	padding-top: 73px;
	padding-bottom: 36px;
}
.home .masthead:not(.container),
.page-id-238 .masthead:not(.container){
	min-height: 750px;
}
.home .masthead:not(.container) h1,
.page-id-238 .masthead:not(.container) h1{
	font-weight: 900;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.home .masthead:not(.container) p,
.page-id-238 .masthead:not(.container) p{
	font-size: 28px;
	line-height: 34px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 28px;
}
.home .masthead:not(.container) p:last-child,
.page-id-238 .masthead:not(.container) p:last-child{
	margin-bottom: 0;
}
.home .masthead:not(.container) p br,
.page-id-238 .masthead:not(.container) p br{
	display: none;
}
.home .masthead:not(.container) .btn {
	font-family: "Poppins", sans-serif;
}
.home .masthead:not(.container) .masthead_content,
.page-id-238 .masthead:not(.container) .masthead_content{
	max-width: 760px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.page-id-238 .masthead:not(.container) .masthead_content{
		top: 67%;
}

@media (max-width: 991px) {
	.home .masthead:not(.container),
	.page-id-238 .masthead:not(.container){
		min-height: 550px;
	}
}
@media (max-width: 767px) {
	.home .masthead:not(.container),
	.page-id-238 .masthead:not(.container){
		min-height: 0;
	}
	.home .masthead:not(.container) .masthead_content,
	.page-id-238 .masthead:not(.container) .masthead_content{
		position: static;
		-webkit-transform: translate(0, 0);
				-ms-transform: translate(0, 0);
						transform: translate(0, 0);
	}
	.home .masthead:not(.container) p,
	.page-id-238 .masthead:not(.container) p{
		font-size: 16px;
		line-height: 24px;
	}
	.home .masthead:not(.container) h1,
	.page-id-238 .masthead:not(.container) h1{
		font-size: 22px;
		line-height: 28px;
	}
}
.btn-group-vertical {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.custom-controls-stacked {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.list-group {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.modal-content {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.navbar {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.navbar-nav {
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.archive.tax-hub-category .cols-row {
	padding-top: 60px;
}
/* customization yippa -------------------------------------------*/
.page-content {
background:#e9e9e9;
}
#navbarNav .menu-item-has-children ul {
	background: #169fdc;
}

@media (max-width: 1199px) {
	#navbarNav .menu-item-has-children ul {
		background: transparent;
	}
}
#navbarNav li a:hover, #navbarNav li a:focus {
	border-top-color: #169fdc;
}

.home .masthead:not(.container) .masthead_content,
.page-id-238 .masthead:not(.container) .mathead_content{
max-width: 780px;
}
.single-col .financial-excerpt p {
font-size: 18px;
font-family:"Times New Roman", Times, serif;
letter-spacing:normal;
}
.home .group-1 .simple-content {
padding-bottom: 30px;
}
.home .row-posts-pages {
padding-top: 0;
}

.cool-timeline .timeline-post .timeline-content .content-details p {
margin-bottom: 20px!important;
}
.cool-timeline .timeline-post .timeline-content .content-details p:last-child,
.cool-timeline .timeline-post .timeline-content .content-details p:nth-last-child(2) {
margin-bottom: 0px!important;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details {
background-color: white;
}

a.btn-scroll {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.5) url("../png/ico-arrow-down.png") center center no-repeat;
	left: 50%;
	-webkit-transform: translate(-50%);
			-ms-transform: translate(-50%);
					transform: translate(-50%);
	border-radius: 50%;
	margin-left: -3px;
	font-size: 0;
	z-index:4;
}
/* customization yippa -------------------------------------------*/
.page-content {
background:#e9e9e9;
}
#navbarNav li a:hover, #navbarNav li a:focus {
	border-top-color: #169fdc;
}
.page .masthead_content {
max-width: 100%;
}
.home .masthead:not(.container) .masthead_content,
.page-id-238 .masthead:not(.container) .masthead_content{
max-width: 780px;
	
}

.single-col .financial-excerpt p {
font-size: 18px;
font-family:"Times New Roman", Times, serif;
letter-spacing:normal;
}
.home .group-1 .simple-content {
padding-bottom: 30px;
}
.home .row-posts-pages {
padding-top: 0;
}
.home .masthead_content h1:first-child {
display: none;
}
.home .masthead_content h2 {
font-size: 35px;
margin-bottom: 15px;
}

.cool-timeline .timeline-post .timeline-content .content-details p {
margin-bottom: 20px!important;
}
.cool-timeline .timeline-post .timeline-content .content-details p:last-child,
.cool-timeline .timeline-post .timeline-content .content-details p:nth-last-child(2) {
margin-bottom: 0px!important;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details {
background-color: white;
}

/* home hero */

.home .masthead_image,
.page-id-238 .masthead_image{
opacity: 1; /* remove overlay*/
}

/* grantmaking */
.page-id-22 .single-card.col-sm-6,
.page-id-16 .cols-row .single-col.col-sm-6,
.blog .single-card.col-md-4,
.grantees .single-card.col-md-4{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page-id-22 .single-card-content,
.page-id-16 .cols-row .single-col.col-sm-6 .col-content,
.blog .single-card.col-md-4 .single-card-content,
.grantees .single-card.col-md-4 .single-card-content{
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: top;
	-ms-flex-pack: top;
	justify-content: top;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
/*Lef page */
.page-id-238 .masthead .masthead_content {
	display: flex;
	flex-direction: column;
}
.page-id-238 .masthead .masthead_content img {
	max-width: 280px;
	order: 1;
}
.page-id-238 .masthead .masthead_content h1 {
	padding-top: 30px;
	order: 2;
}
.page-id-238 .masthead .masthead_content p {
	order: 3;
}
.page-id-238 a.btn-scroll {
	display: none;
}
.page-id-238 .single-card-content {
	background-color: transparent;
}
.page-id-238 .single-card-bottom span.link,
.page-id-238 .single-card-bottom hr,
.page-id-238 .single-card-bottom p{
	display: none;
}
.page-id-238 .single-card-thumb {
	border-radius:300px;
	overflow:hidden;
}
.page-id-238 .single-card-bottom {
	padding: 0;
}
.page-id-238 .single-card-bottom .caption {
	text-align: center;
}
.page-id-238 .group-1 .simple-content {
	padding-bottom: 20px;
}
.page-id-238 .group-3 .default-content{
	padding-top: 20px;
}
.page-id-238 .group-3 .default-content > p:first-of-type {
	margin-left: 0;
	margin-right: 0;
	font-size: inherit;
	line-height:inherit;
	width: 100%;
	left: 0;
}
.financial-excerpt {
margin-bottom: 50px;
}
.page-id-16 .cols-row .single-col.col-sm-6 a.link,
.grantees .single-card.col-md-4 .single-card-content a.link{
position: absolute;
bottom: 32px;
}
.grantees .single-card.col-md-4 .single-card-content a.show-less {
bottom: 4px;
}
.grantees-list .single-card.open.col-md-4 .more-content {
padding: 0 0 30px;
position: relative;
}
@media (min-width: 960px) {
/* thumbnail */
.img-left .single-card-thumb {

	max-width: 330px
}
}
/* form */
.connect-row div.wpcf7-response-output,
div.wpcf7-validation-errors{
margin: -20px 0 0;
border: none;
color: #f00;
}

/* blog */

.category .posts-list {
padding-top: 66px;
}

.share-wrapper .separator {
padding: 0 10px;
}
/* history page */
.cool-timeline.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.white-timeline .timeline-post .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full{
margin: 26px 0 0 -5px!important;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .full-width,
.cool-timeline.white-timeline .timeline-post .timeline-content .pull-left {
	top: -200px;
 bottom: inherit;
}
.cool-timeline .default-content .content-details ul,
.coll-timeline .default-content .content-details ol {
padding-left: 0;
margin-left: 0;
}
.cool-timeline .default-content .content-details ul li {
margin-left: 0;
}
.ultimate-style .timeline-post .timeline-content .content-title,
.cool-timeline .light-grey-post .timeline-content{
border-radius: 0!important;
}
.timeline .default-content {
padding-top: 160px;
}
@media (max-width: 860px) {

.ultimate-style .timeline-post.odd .timeline-content .content-title:before {
		border: 15px solid transparent!important;
		border-right-color: #fff!important;
		left: -27px!important;
		right: auto!important;

 }
	.cool-timeline.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.white-timeline .timeline-post .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full{
margin: 28px 0 0 11px!important;
	}
	.cool-timeline .timeline-post .timeline-content img{
	display: none!important;
	}
	.cool-timeline.white-timeline .timeline-post .timeline-content {
	max-width: 100%!important;
	}
	.cool-timeline .timeline-post, .cool-timeline .timeline-post.even, .cool-timeline .timeline-post.odd {
		padding:0 0 25px 42px!important;
	}
	.cool-timeline.white-timeline .timeline-post {
	margin-bottom: 0!important;
	}
}


/* general list style */
.default-content ul li::before {
top: 14px;
}
.default-content ul,
.default-content ol {
padding-left: 20px;
}

/* grantees page */
.open .grantee-excerpt {
display: none;
}

/* Leading Edge Funde Page */ 

@media screen and (min-width: 576px) {
.page-id-238 .page-content .row-posts-pages article.single-card:nth-child(7) {
	margin-left: 17%;
}
}


/* header */
.masthead {
	padding-bottom: 45px;
	padding-top: 60px;

}
.main-logo {
padding-top: 16px;
}
#navbarNav li a {
font-size: 15px;
}

/* additional hub styles */
.filters-nav-top.cat-nav-top {
    top: 113px;
    padding-bottom: 6px;
}
.cat-nav-top + div {
    background-color: #0291d0;
}
.single-hub .main-header {
    background-color: #0291d0;
}
.hub-hero {
    min-height: 469px;
    padding-top: 71px;
}
.sub-hub-head-image {
    margin-top: 0;
    min-height: 305px;
    padding-bottom: 26px;
}
.sub-hub-head-image .masthead_content {
    margin-top: 0;
}
.sub-hub-head-image .masthead_content h1 {
    font-size: 51px;
    line-height: 46px;
    margin-bottom: 32px;
}
.sub-hub-head-image .masthead_content h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0px;
}
.main-header.main-header__sticked.sub-hub-header, .main-header.sub-hub-header {
    background-color: #e9502c;
    padding-bottom: 6px;
    padding-bottom: 23px;
}
.default-content.category-filter-text {
    padding-top: 41px;
    padding-bottom: 35px;
}
.category-type-filters {
    padding-top: 0;
    padding-bottom: 0;
}
.archive.tax-hub-category .cols-row.type-items-list {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
}
.tax-hub-category .single-col .col-content:hover,
.hub .single-col .col-content:hover {
opacity: 0.8;
}
.sub-hub-head-image.single-hub-hero {
    padding-top: 33px;
    min-height: 225px;
}
.sub-hub-head-image.single-hub-hero .masthead_content h1 {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.sub-hub-head-image.single-hub-hero .category {
    text-transform: uppercase;
}
.sub-hub-head-image.single-hub-hero .masthead_content .post-meta {
    font-size: 15px;
}
.sub-hub-head-image.single-hub-hero .masthead_content .post-meta > span {
    margin: 0 28px;
    position: relative;
}
.single .sub-hub-head-image.single-hub-hero .masthead_content .post-meta > span.separator {
margin: 0;
}
.sub-hub-head-image.single-hub-hero .masthead_content .post-meta .date:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #ffffff;
    height: 13px;
    top: 50%;
    margin-top: -6.5px;
    left: calc(100% + 28px);
    position: absolute;
}
.page-content.single-hub-content {
    padding-top: 14px;
}
.page-content.single-hub-content .entry-content.default-content {
    padding-top: 0;
}
.page-content.single-hub-content header.caption {
    padding-top: 0;
}
.single-post-content.single-hub-content .share-wrapper {
    padding-bottom: 12px;
}
.page-content.single-hub-content .entry-content.default-content p > img {
    margin: 33px 0 25px;
}
.page-content.single-hub-content .entry-content.default-content p:first-of-type {
    margin-bottom: 25px;
}
.page-content.single-hub-content .entry-content.default-content p {
    margin-bottom: 36px;
}
.filters-nav-top.cat-nav.header-filters {
	top: 137px;
	position: fixed;
	min-height: 87px;
}

.hub #navbarNav li a:hover,
.hub #navbarNav li a:active,
.tax-hub-category #navbarNav li a:hover,
.tax-hub-category #navbarNav li a:active,
.single-hub #navbarNav li a:hover,
.single-hub #navbarNav li a:active {
border-top-color: #e9502c;
}
@media (max-width: 1199px) {
	.filters-nav-top.cat-nav.header-filters {
		top: 137px;
		position: fixed;
		min-height: 81px;
	}
}
.filters-nav-top.cat-nav.header-filters + div {
	position: absolute !important;
	top: -100% !important;
}
section.main.sub-hub {
	margin-top: 200px;
}
@media (max-width: 767px) {
	section.main.sub-hub {
		margin-top: 194px;
	}
}
.default-content iframe {
width: 100%!important;
}
.category-filter-organizations .caption h4,
.category-filter-organizations .caption hr{
display: none;
}
.category-filter-organizations .single-card-content {

}
