

/* HEADER */

a {
	color: #f87230;
	text-decoration: none;
	}


header {
	position: absolute;
	top: 0;
	padding-top: 10%;
	width: 100%;
	z-index: 10;
}



header nav {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	
}

header .logo {
	position: absolute;
	left: 30px;
	top: 30px;
	padding-top: 12%;
	width: 12%;
	background-image: url(img/logo.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.page-template-page_parent header .logo {
	position: absolute;
	left: 30px;
	top: 30px;
	padding-top: 12%;
	width: 12%;
	background-image: url(img/logo-rev.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}


/* HEADER NAV */
.nav-pane {
	position: fixed;
	display: none;
	width: 25%;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	background-color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.nav-close {
	position: fixed;
	width: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 20;	
}

.nav-promos {
	margin: 15px;

}

.nav-promos>ul>li {
	position: relative;
}

.nav-promos>ul>li>a {
	display: block;
	background-color: #efe9e6;
	border-radius: 5px;
	font-family: 'futura-pt';
	font-size: 22px;
	padding: 20px 0 20px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f87230;
	background-image: none !important;
	background-position:  center right;	
	background-size: 50% auto;
	background-repeat: no-repeat;
	position: relative;
}

.nav-promos>ul>li>a.open {
	border-radius: 5px 5px 0 0;

}


.nav-promos>ul>li {
	margin-bottom: 15px;
		
}

.nav-promos>ul>li>ul {
	position: relative;
	text-align: center;
	background-color: #f6f2f0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #fff;
	border-radius: 0 0 5px 5px;
	display: none;
}

.nav-promos>ul>li>ul>li {
	padding: 5px 5px 5px 15px;
	text-align: left;
}

.nav-promos>ul>li>ul>li>a {
	text-decoration: none;
	color: #666;
}

.nav-promos>ul>li>a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f87230;
	
}

.dropdown {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 30px;
	
	font-size: 24px;
	color: #f87230;
}

.dropup {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 30px;
	font-size: 24px;
	color: #f87230;
}

.menu-new-menu-container {
	position: absolute;
	top: 60px;
	right: 3%;
}


nav li {
	display: inline-block;
	font-family: 'futura-pt';
	font-size: 20px;
	margin-right: 15px;
}

nav li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 2px 5px rgba(0,0,0,.8);
}

#menu-item-1662 a:after {
	content: "\f0c9";
	color: #ffffff;
	font-family: FontAwesome;
	margin-left: 10px;
}




.search-form {
	position: relative;
	margin: 15px;
	
}

.search-form label.screen-reader-text {
	display: none;
}

.search-form #searchsubmit {
	display: none;
}

.search-form input#s {
	padding: 10px 18px;
	border: 0px solid white;
	background-color: #efe9e6;
	border-radius: 5px;
	margin: 0;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	position: relative;
}

.search-form:after {
	content: '\f002';
	position: absolute;
	font-size: 20px;
	font-family: FontAwesome;
	right: 10px;
	top: 10px;
}


/* FRONT PAGE */

.banner-main-container {
	padding-top: 30%;
	position: relative;
	
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.slide {
	height: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
}


.slide-caption {
	border-radius: 5px;
	padding: 30px;
	position: absolute;
	width: 30%;
	color: transparent;
	text-align: center;
	font-size: 26px;
	line-height: 32px;
	
}


.slide-caption.position-bottom-Left {
	
	bottom: 10%;
	left: 15%;
	
}


.slide-caption.position-bottom-Right {
	
	bottom: 10%;
	right: 15%;
	
}

.caption-color {
    mix-blend-mode: multiply;
	background-color: #f87230;
	
}

.caption-text {
	color: white;
	
}

.slide-caption p {
    mix-blend-mode: screen;
	
}

.small-promo {
	font-family: 'futura-pt';
	font-size: 20px;
	padding-left: 55%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
}

.small-promo.sp1 {
	background-image: url(img/sp1.png);
	background-position: 20px center;
	background-size: 45% auto ;
	background-repeat: no-repeat;
	background-color: #eaeaea;
	color: #ef6825;
}


.small-promo.sp2 {
	background-image: url(img/sp1.png);
	background-position: 20px center;
	background-size: 45% auto ;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #ef6825;
}


.bottom-content-container {
	width: 80%;
	max-width: 1100px;
	margin: 30px auto;
	text-align: center;
	font-size: 0;
	
}


.bottom-content-container>div {
	display: inline-block;
	width: 31%;
	margin: 1.1%;
	vertical-align: top;
}

.bottom-item {
	font-size: 14px;
}

.bottom-item h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.bottom-item p {
	font-size: 14px;
	line-height: 24px;
	margin: 15px 20px 0 20px;
}

.bottom-item p strong {
	font-weight: 900;
}

.bottom-item .img {
	background-size: cover;
	padding-top: 55%;
	border-radius: 5px;
	margin-bottom: 15px;
	background-position: center center;
}
/* Content Row */

.content-row {
	padding: 30px 0;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.content-item {
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	
}


.content-item img {
	width: 100%;
}


.content-text {
	padding: 30px;
}

.content-text p {
	font-size: 14px;
	line-height: 23px;
}

.content-text h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}

.content-text h3 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 15px;
	font-family: 'Open Sans';
	
}




/* Footer */


footer {
	background-color: #484e50;
	color: #ffffff;
	padding: 30px 0;
}

.footer-container>* {
	display: inline-block;
	vertical-align:  middle;
	margin: 0 auto;
	
}

.footer-container {
	width: 90%;
	max-width: 1400px;
	text-align: center;
	margin: 0 auto;
}

footer img {
	max-width: 100%;

}

footer .foot-logo {
	width: 9%;
	vertical-align: top;
}

.foot-links {
	width: 88%;
	text-align: left;
	padding-left: 2%;
}


.foot-links article {
	display: inline-block;
	width: 17%;
	vertical-align: top;
	font-family: 'Open Sans';
	font-size: 14px;
}

.foot-links article.contact {
	width: 30%;
	
}

.foot-links article h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
}

.foot-links article aside {
	margin-bottom: 15px;
}

.foot-links article li {
	margin-bottom: 5px;
}

.foot-links article a {
	color: #fff;
	text-decoration: none;
}

.social-links {
	font-size: 14px;
}

.social-links aside {
	width:100%;
	float:left;
}

.social-links aside a.circ {
	width:18px;
	height:18px;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	background:#0aabe1;
	border-radius:20px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	margin:0 4px;
	position:relative;
}

.social-links aside a.circ:hover {
	background:#f06641
}

.search-box {
	width:100%;
	float:left;
	padding-bottom:35px;
}

.search-box label {
	width:100%;
	float:none;
	font-size:14px;
	color:#FFFFFF;
	font-family:"lato_lightregular", Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.search-box .input {
	width:100%;
	height:34px;
	float:none;
	font-size:13px;
	color:#333;
	font-family:"lato_lightregular", Arial, Helvetica, sans-serif;
	border-radius:4px;
	line-height:18px;
	padding:0 12px;
}

.search-box input {
	margin-top: 7px;
  width: 100%;
  height: 34px;
  float: none;
  font-size: 13px;
  color: #333;
  font-family: "lato_lightregular", Arial, Helvetica, sans-serif;
  border-radius: 4px;
  line-height: 18px;
  padding: 0 12px;
  box-sizing: border-box;
}

.search-box .btn {
	width:68px;
	height:34px;
	float:none;
	font-size:12px;
	color:#00a9e0;
	font-family:"latobold", Arial, Helvetica, sans-serif;
	background:none;
	border:3px solid #00a8e2;
	border-radius:4px;
	line-height:29px;
	padding:0 7px;
	position:absolute;
	top:0;
	right:0;
}

.search-box .gfield_label {display: none;}

.search-box #gform_submit_button_2 {
	width:68px;
	height:34px;
	font-size:12px;
	color:#00a9e0;
	font-family:"latobold", Arial, Helvetica, sans-serif;
	background:none;
	border:3px solid #00a8e2;
	border-radius:4px;
	line-height:29px;
	padding:0 7px;
	position:absolute;
	top:0;
	left: 102%;
}

div#gform_confirmation_message_2 {
  color: white;
}

.search-box #gform_submit_button_2:hover {
	color:#FFFFFF;
	background:#00a8e2;
}
.search-box .btn:hover {
	color:#FFFFFF;
	background:#00a8e2;
}



.icon-bg {
	width:70px;
	height:70px;
	float:none;
	margin: 0 auto;
	display:block;
	line-height:70px;
	border-radius:70px;
	box-shadow:#a6a3a0 0 3px 4px;
	text-align:center;
	position:relative;
	margin-bottom: 20px;
	
	background:white url(/images/img-icon07.png) no-repeat center center;
}

.contact-info .social-links {
	padding:0 0 20px 0;
}

.contact-info .social-links aside p {
	float:left;
	font-size:17px;
	font-family:"latobold", Arial, Helvetica, sans-serif;
	color:#00a9e0;
	padding:3px 10px 0 0;
}

.contact-info .social-links aside a.circ {
	width:24px;
	height:24px;
	font-size:13px;
	color:#FFFFFF;
	background:none;
	border:1px solid #ffffff;
	line-height:24px;
	margin:0 5px;
}

.search-box .input-bg {
width: 60%;
float: none;
padding: 0 0px 0 0;
position: relative;
}

.contact-info .social-links aside a.circ:hover {
	color:#00a9e0;
	background:none;
	border-color:#00a9e0;
}


/* PAGE DEFAULTS */

.default-header {
	padding-top: 20%;
	background-size: cover;
	position: relative;
	background-position: center center;
}

.default-header.parent {
	padding-top: 30%;
	background-size: cover;
	position: relative;
	background-position: right top;
}

.default-title {
	background-color: rgba(237,233,230,.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	
	
}


.default-title p {
	font-size: 40px;
	color: #ffffff;
	text-shadow: 0px 2px 5px rgba(0,0,0,.7);
	
}
.default-title h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 2px 5px rgba(0,0,0,.7);
}

.default-title h1 a {
	color: #ffffff;
}
.parent .title h1 {
	font-size: 100px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: -18px;
}

.parent-overlay {
	width: 40%;
	padding: 20px;
	border-radius: 5px;
	color: #ffffff;
	position: relative;
}
.blue-grad {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80%;
	background-image: url(img/blue-grad.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: contain;
}
.parent-overlay:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
  	background-color: #f87230;
    mix-blend-mode: multiply;
	border-radius: 5px;

}



.parent-title-overlay {
	position: absolute;
	bottom: 0%;
	left: 15%;
	z-index: 19;
}

.parent-title-overlay h1 {
	color: #fff;
}

.parent-title-overlay h3 {
	font-size: 30px;
	margin-bottom: 5px;	position: relative;
	color: #fff;
}

.parent-title-overlay p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;	position: relative;
	color: #fff;
}

.page-content {
	max-width: 800px;
	width: 80%;
	margin: 40px auto;
}

.page-content h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}


.page-content p, .page-content li {
	font-weight: 300;
	line-height: 33px;
	font-size: 18px;
	margin-bottom: 30px;
}

.page .content-row>* {
	margin: 1.5%;
}

.page .content-text.has-image {
	padding: 0;
	border-radius: 5px;
	background-position: right center;
	background-size: 55% auto;
	background-repeat: no-repeat;
}

.page .content-text.has-image .texttext {
	width: 40%;
	padding: 40px 15px;
}


.page-id-16 aside figure {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
/* INFOGRAPHIC */

.page-id-26 .hide_desktop {
	display: none;
	
}

.page-id-26 .hide_mobile1 {
	display: block;
	margin: 0 auto;
	width: 100% !important;
	height: auto !important;
	max-width: 1024px !important;

}


/* VIDEO */

.main-video .main-right h2 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 15px;
}

.main-video .main-right p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 0px;
}



@media screen and (max-width: 640px) {
	.page-id-26.hide_desktop {
		display: block;
		margin: 0 auto;
		width: 100% !important;
		height: auto !important;
	
	}
	
	.hide_mobile1 {
		display: none !important;
	}
}



/* Recent Grants */

.grants_wrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;




	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
			column-gap: 30px;
}

.grants_wrap article {
	display:inline-block;
	break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
page-break-inside: avoid;
float: none !important;
margin-bottom: 10px !important;
}

.grant {
	margin-bottom: 20px;
}
.grants_wrap h5 {
	font-size: 24px;
	font-weight: bold;
}

.grants_wrap p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
}


/*
	 ARTiCLES TOP LEVEL
*/


.page .page-content article {
	padding: 20px;
	background-color: #f3f3f3;
	border-radius: 5px;
	width: 98%; margin: 1%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.page .page-content article img {
	width: 45%;
	float: left;
	margin-right: 10px;
	height: auto;
}
.page .page-content article h2 {
	font-size: 36px;
	margin-bottom: 15px;

}


.page .page-content article.video h2 a {
	color: #ffffff;

}
.page .page-content article p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
}

a.read-more {
	display: inline-block;
	margin: 0 auto;
	background-color: #f87230;
	color: #fff;
	min-width: 150px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 12px;
	text-align: center;
}

a.button-2017 {
	display: inline-block;
	margin: 0 auto;
	background-color: #f87230;
	color: #fff;
	min-width: 150px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 12px;
	text-align: center;
	
}

.page .page-content .twoart article {
	display: block;
	width: auto;
	width: 50%;
	
}

.page .page-content .twoart article p {
	text-align: center
	
}
.twoart  {
	display: flex;
	flex-direction: row;
	margin-left: -100px;
	margin-right: -100px;
}

.page .page-content .twoart article:first-child {
	width: 50%;
}

.page .page-content .twoart article:last-child {
	width: 50%;
}

.page .page-content .twoart article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.page .page-content .twoart article.orange {
	background-color: #f87230;
	color: #ffffff !important;
}

.page .page-content .twoart article.orange * {
	color: #ffffff !important;
	
}


/* Eisner Journal */

.post-type-archive-eisner-journal .page-content, .single-eisner-journal .page-content,.post-type-archive-news .page-content, .single-news .page-content {
	max-width: 1100px;
	text-align: center;
}

.blog-content {
	display: inline-block;
	width: 60%;
	margin-right: 2%;
	vertical-align: top;
	text-align: left;
}
.blog-content h2 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 5px;
}

.blog-content p {
	margin-bottom: 15px;
}
.blog-sidebar {
	display: inline-block;
	width: 36%;
	vertical-align: top;
	text-align: left;
	
	
}

.blog-content img {
	max-width: 100%;
	height: auto !important;
}

.widget_recent_entries li a  {
	display: block;
	font-size: 16px;
}

.widget_recent_entries li span {
	display: block;
	font-size: 13px;
	
}

li.widget_recent_entries  {
	line-height: 20px;
	list-style-type: none !important;
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 20px;
}

.blog-content p.journal-date {
	font-size: 14px;
	margin-bottom: 15px;
}


.blog-content p.readmore {
	font-size: 14px;
	margin-bottom: 40px;
	
}


li.widget_recent_entries li {
	line-height: 20px;
	list-style-type: none !important;
	margin-bottom: 10px;
}

h2.widgettitle {
	text-align: left;
	font-weight: bold;
	font-size: 24px;
}

/* MOBILE TWEAKS*/

@media screen and (max-width: 640px) {
	nav li {
		display: none;
		margin-right: 0;
	}
	
	nav li#menu-item-1662 {
		display: inline-block;
		padding: 5px 10px;
		border: 2px solid #ffffff;
		background-color: rgba(255,255,255,.6);
		border-radius: 5px;
	}
	
	.nav-pane {
		width: 75%;
	}
	.nav-close {
		width: 25%;
	}
	
	.content-row .content-item {
		width: 100% !important;
	} 
	
	
	.page .page-content .twoart article.orange {
		background-color: #f87230;
		color: #ffffff !important;
		padding-top: 20%;
		padding-bottom: 20%;
	}
	
	.page-id-1051 .orange h2 {
		margin-bottom: 0 !important;
	}
	.page-id-1051 .page-content .twoart:first-child {
		display: flex;
		flex-direction: column-reverse !important;
	}
	 
	.page-id-24  .page-content .twoart:first-child article:last-child {
		padding-top: 20%;
		padding-bottom: 20%;
		
	}
	
	.page-id-24  .page-content .twoart:first-child article:last-child h2  {
		margin-bottom: 0 !important;
		
	}
	
	
	.page header .logo {
		width: 40%;
		top: 15px;
		right: 15px;
		background-position: left center;
	}
	
	.banner-main-container {
		padding-top: 120%;
	}
	
	.slide-caption {
		width: 100% !important;
		left: 0 !important;
		border-radius: 0;
		bottom: 0 !important;
		padding: 20px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
	}
	
	.menu-new-menu-container {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	

	.bottom-content-container>div {
		display: inline-block;
		width: 100%;
		margin: 0 0 25px 0;
		vertical-align: top;
	}
	
	.footer-container>* {
		width: 100% !important;
	}
	
	.foot-links {
		padding-left: 0;
	}
	
	.footer-container>.foot-logo {
		display: block;
		width: 30% !important;
		margin: 0 auto 30px auto;
	}
	
	.foot-links article {
		width: 100%;
		text-align: center;
	}
	
	.foot-links article.contact {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.content-text {
		padding: 0;
	}
	
	.page-template-page_parent .twoart {
		display: block;
		margin: 0 !important;
	}
	
	.page.page-template-page_parent .page-content .twoart article {
		display: block;
		width: 100%;
		margin: 0 0 10px 0 !important;
		
		
	}
	
	.parent-title-overlay {
		text-align: center;
		right: 15%;
		font-size: 30px;
	}
	
	.parent .title h1 {
		font-size: 30px;
		
	}
	
	.contact-info .social-links aside {
		float: none !important;
		text-align: center;
	}
	
	.contact-info .social-links aside>* {
		float: none !important;
		display: inline-block;
	}
	
	.default-header {
		padding-top: 100%;
		background-position: center right;
	}
	
	.default-title h1 {
		font-size: 30px;
	}
	
	
	.default-title p {
		font-size: 17px;
		text-align: center;
	}
	
	
	figure img {
		display: block;
		margin: 0 auto 20px auto;
	}
	
	.page-content p, .page-content li {
		font-size: 15px;
		line-height: 25px;
	}
	
	
	.eisner-copy {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.eisner-list {
		width: 100% !important;
		
	}
	
	.default-header.parent {
		padding-top: 60%;
	}
	
	.parent .title h1 {
		margin-bottom: -7px;
		font-size: 40px;
	}
	
	.content-text h3 {
		font-size: 18px;
	}
	
	.page .page-content article h2 {
		font-size: 24px;
	}
}



/*

STAfF

*/


.staff-info {
	width:100%;
	padding:14px 0 20px 0
}

.staff-info h4 {
	padding-bottom:3px
}

.staff-info h5 {
	font-family:"latoregular", Arial, Helvetica, sans-serif;
	padding-bottom:13px
}

.staff-info p {
	  padding-bottom: 15px;
}

.staff-info figure {
	width:152px;
	float:left;
	margin:0 30px 20px 0
}

.staff-info figure img {
	width:100% !important;
}


.staff-info article {
	width:100%;
	padding-bottom:25px;
	margin-bottom:45px;
	background-color: #fff !important;
}

.staff-info .accord-cont p {
	padding-bottom:18px
}

.col-boxbg, .widget {
	width:100%;
	float:left;
	background:#e6e3de;
	border-radius:5px;
	behavior:url(PIE.htc);
	position:relative
}

.testi-box {
	width:100%;
	float:left;
	padding-bottom:20px
}

.accord-cont {
width: 100%;
display: none;
}

.accord-cont.active {
float:none;
display:block !important; 
}

.staff-info h4 {
	font-size: 22px !important;
}


.staff-info h5 {
	font-family: futura-pt, sans-serif;
}

.bottom-item {
	position: relative;
}

.bottom-item a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.eisner-copy img {
	width:100% !important;
	height: auto !important;
}




/*÷ GRAVITY FORMS */

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

ul.gform_fields {
	padding: 0;
	margin: 0;
}

.gform_fields, .content .gform_fields {
	margin: 20px 0;
	padding: 0;
}

.gform_fields li, .main ul.gform_fields li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}

span.gform_description {
	margin: 0 0 20px;
	display:block;
}

.gform_wrapper .validation_error {
	margin: 20px 0;
}

.gform_wrapper .validation_message {
	font-size: 11px;
	color: red;
	font-style: italic;
	position: relative;
	top: 0px;
}

.ginput_complex label {
	font-size: 11px !important;
	font-style: italic;
	margin: 8px 0 0px;
	color: #BBB;
	display: block;
}

.gform_wrapper .top_label input.medium, .gform_wrapper input[type="text"] {
}

.gform_full input {
	width: 97%;
	box-sizing: border-box;
}

.gform_full textarea {
	width: 920px;
}




/* gform left/right */

.gform_wrapper ul li.gform_left, span.ginput_left {
	float: left;
	width: 51%;
	clear: none;
}

.gform_wrapper ul li.gform_right, span.ginput_right {
	float: left;
	width: 49%;
	clear: none;
}

.gform_wrapper ul li.gform_left input.medium, span.ginput_left input {
	width: 91%;
}

.gform_wrapper ul li.gform_left select {
	width: 95%;
	padding: 3px;
}

.gform_wrapper ul li.gform_right input.medium, span.ginput_right input {
	width: 93%;
}

.gform_wrapper ul li.gform_right select {
	width: 100%;
	padding: 3px;
}

/* Gform Full */

.gform_wrapper .gform_full, .wpcf7-full {
	clear: left;
	float: none;
}

.gform_wrapper .gform_full textarea, .wpcf7-full textarea {
	width: 97%;
}

.gform_wrapper textarea, textarea {
	padding: 3px;
	height: 165px;
}

/* Sidebar */

.sidebar .gform_wrapper ul li.gform_left, .sidebar span.ginput_left, .sidebar .gform_wrapper ul li.gform_right, .sidebar span.ginput_right {
	float: none;
	width: 100%;
	clear: both;
}

/* Checkbox */

ul.gfield_checkbox {
	margin: 0;
}

ul.gfield_checkbox li {
	margin: 0;
	padding: 0;
}

/* Validation */

.validation_error, #gforms_confirmation_message {
	padding: 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

#gforms_confirmation_message {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.validation_error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

/* Gform Footer */

.gform_footer {
	margin: 0 0 50px;
}

.gform_footer button + img {
	margin: 18px;
}

.sidebar .gform_footer {
	margin: -15px 0 0;
}

/* Gform Submit */

.gform-submit {
	margin: 0 5px 0 0;
}

.gform_fields select {
	background: #fbfbfb;
	height: 46px;
	border: 1px solid #777;
}

.gform_fields input, .gform_fields select, .gform_fields textarea {
	background: #eee;
	color: #8a8788;
	font-size: 13px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 6px 10px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	outline: none;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

input:focus, select:focus, textarea:focus {
	background: #FFF;
}

body .gform_wrapper .gform_validation_container {
    display: none;
}