/*
Theme Name: Conference Image Creation
Theme URI: http://inspirationlab.org/
Author: KINETIK
Author URI: http://kinetikcom.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt

Inspiration Lab is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.©

=Normalize
=Additional Resetting
=Global Styles

=Site Header
=Menus and Search
=Theme-specific Colors
=Gravity Forms

=Hacks!

=Tablet Styles
=Desktop Styles
=Print Styles

= Some new colors for Market - old ones don't seem to exist.

block 1: #61379f – #694d9a
block 2: #16828b – #3e8e9d
block 3: #c51f62 – #b53362
block 4: #004db3 – #2e6299
block 5: #4b5f00 – #74a01a
block 6: #cb4b00 – #ec6b0f
block 7: #851f83 – #7a2b7f
block 8: #694d9a – #1a8930
*/


/* =normalize.css v1.1.2 | MIT License | git.io/normalize
-------------------------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin: 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* =Additional Resetting
-------------------------------------------------------------- */

*,
*:before,
*:after { /* Apply a natural box layout model to all elements. */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a img {
	border: 0;
}

/* h5bp.com/i */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
audio,
canvas,
img,
iframe,
video { /* h5bp.com/i/440 */
	vertical-align: middle;
}
fieldset { /* Remove default fieldset styles */
	border: 0;
	margin: 0;
	padding: 0;
}
textarea { /* Allow only vertical resizing of textareas */
	resize: vertical;
}


/* =Global Styles
----------------------------------------------- */

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body {
	color: #58595B;
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
.single-attachment h1.entry-title {
	visibility: hidden;
	}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	width: 100%;
	margin: 0 0 1.5em;
}
th {
	font-weight: bold;
}
img {
	/*max-width: 100%;*/ /* Adhere to container width. */
	width: 100%;
	height: auto; /* Make sure images are scaled correctly. */
}
img.gform_delete {
	width: 14px!important;
	height: 14px!important;
}

button,
input,
select,
textarea {
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
/*	font-size: 1.2rem;*/
	line-height: 1;
	padding: .6em 1em .6em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Links */
a,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}



/* =Structure */

img {
	max-width: 100%!important;
	width: auto!important;
	height: auto;
}
.wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.wrapper.greybar {
	background: #EAEAEa;
}
.wrapper.greyfooter {
	width: 100%;
	background: #CACACA;
	padding: 25px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9B9B9B;
}
.container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.wrapper.logobanner {
	background: #313289 url('images/backtexture2.png') repeat;
}
.home .wrapper.logobanner {
	padding: 75px 0;
}

.wrapper.logobanner {
	padding: 0;
}
.wrapper.logobanner .container {
	padding: 25px 0;
}
.page-header {
	background: #FDD33B;
	padding: 50px 0;
}
.fullwidthbanner {
	width: 100%;
	padding: 25px 0;
}
.fullwidthbanner.yellow {
	background: #FDD33B;

}
.fullwidthbanner > *{
	max-width: 900px;
	margin: 0 auto;
 }


.logo {
	max-width: 400px;
}
.home .logo {
	max-width: 600px;
}
body #actions .inner {
	max-width: 900px;
	margin: 0 auto;
}
h1 {
	font-size: 4rem;
	text-transform: uppercase;
	color: #313289;
	line-height: 1.2;
	padding: 25px 0;
}
.page-header h1 {
	padding: 0;
}
h2 {
	font-size: 3rem;
	text-transform: uppercase;
	color: #313289;
	line-height: 1.2;
}
ul.cols4 {
	column-count: 4;
}
ul li {
	list-style: none outside;
}
ul.outsidelinks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	padding-bottom: 25px;
}
ul.outsidelinks li.action-thumbnail {
	border-left: 2px solid #fff;
	padding-left: 10px;
}
hr {
	border: 0;
	width: 100%;
	background: #FDD33B;
	height: 10px;
}
ul.picsamples {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
}
#gform_submit_button_1,
span.btn a {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 1.5rem 3rem;
	margin: 2rem 0;
	background: #313289;
	font-weight: 700;
		-webkit-appearance: none;
		box-shadow: none!important;
}
.ylwbtn {
	position: absolute;
	right: 25px;
	top:50%;
	transform: translateY(-50%);
	display: block;
}
.btn.ylwbtn a {
	background: #FDD33B;
	padding: 1rem 2rem;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

}
.greyfooter .container span {
	font-size: 1.4rem;
}
.naislogo {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.action-thumbnail {
	min-height: 125px;
	background: none;
	color: #fff;
	position: relative;
	border-bottom: 0;
}
.action-thumbnail:last-child {
	border-bottom: none;
}
.action-thumbnail > a,
.theme-thumbnail > a {
	display: block;
	min-height: 125px;
}
.action-thumbnail a:hover .theme-title {
	text-decoration: underline;
}
.action-thumbnail-content {
	padding: 0 0;
}
.theme-thumbnail-content {
	padding: 20px 15px;
	height: 100%;
}
.theme-thumbnail .theme-title,
.action-thumbnail .theme-title {
	margin: 0;
	padding: 0;
	background: none;
	color: #313289;
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding-bottom: 25px;
}
.region-thumbnail .theme-title {
	color: #74CBC8;
}
.action-thumbnail .more-link {
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #313289;
	color: #313289;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
p.more-link {
	margin: 0;
	padding: 0;
}

/* =Site Header
----------------------------------------------- */

.site-utility {
	background: #EAEAEA;
	color: #848587;
	font-size: 12px;
}
.site-branding {
	padding: 15px 0 19px 0;
	background: #005051;
	color: #fff;
	box-shadow: inset 0 -40px 80px 0 rgba(0,0,0,.05);
}
.home .site-branding {
	box-shadow: inset 0 -80px 120px 0 rgba(0,0,0,.05);
}
.site-title-wrap {
	float: left;
}
.site-title {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 204px;
	height: 32px;
	background-image: url('images/nais_community_market_logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.site-title span {
	opacity: 0;
}
.ie8 .site-title {
	background-image: url('images/inspiration-lab-ie-204.gif');
}
.site-description {
	display: block;
	clear: both;
	margin: 0 0 0 20px;
	padding: 20px 0 20px;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	max-width: 150px;
	display: none;
}
.home .site-description {
	display: block;
}
.nais-signature {
	float: left;
	padding: 12px 0;
}
.nais-signature a {
	display: block;
	position: relative;
	/*padding: 12px 0;*/
	width: 280px;
	height: 14px;
	text-indent: 9999px;
	overflow: hidden;
	background-image: url('images/nais-signature-ie.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.nav-utility {
	float: right;
}


/* =Menus
----------------------------------------------- */

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

/* Utility Nav */
.nav-utility {
	display: block; /* Hide on small screens */
}
.nav-utility {
	/*width: 50%;*/
}
.site-header .search-form-container,
.menu-utility-menu-container {
	display: inline-block;
/*	display: block;
	float: right;
	width: auto;*/
}
.nav-utility .menu {
	margin: 0;
	width: auto;
}
.nav-utility li {
	display: inline-block;
	margin-right: 20px;
}
.nav-utility li a {
	display: block;
	height: 38px;
	color: inherit;
	font-weight: bold;
	line-height: 38px; /* Matches div height to center links */
	text-decoration: none;
}

/* Main Nav */
.nav-main {
	display: none; /* Hide on small screens */
}
.nav-main {
	float: right;
}
.nav-main .menu {
	margin: 10px 0 0;
}
.home .nav-main .menu {
	margin-top: 15px;
}
.nav-main li {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}
#menu-toggle,
.nav-main li a {
	margin: 0;
	padding: 12px 18px;
	background: #fff;
	color: #818285;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-toggle {
	display: inline-block;
	float: right;
	clear: none;
}
.nav-main .sub-menu {
	display: none;
	position: absolute;
		top: 34px;
		left: 0;
	z-index: 99999;
	margin: 0;
}
.nav-main .sub-menu li:first-child {
	border-top: 1px solid #DCDCDC;
	border-top: 1px solid rgba(255,255,255,.2);
}
.nav-main .sub-menu li {
	margin: 0;
	border-bottom: 1px solid #DCDCDC;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-main .sub-menu a {
	display: block;
	padding-right: 15px;
}
.nav-main li:hover ul {
	display: block;
}
.nav-main .sub-menu a:hover {
	background: #74CBC8;
	color: #fff;
}
.nav-footer li a:hover,
.nav-utility li a:hover {
	color: #58595B;
	text-decoration: underline;
}

/* Mobile menu */
#menu-toggle {
	cursor: pointer;
}
#menu-toggle.toggle-on {
	background: #74CBC8;
	color: #fff;
}
#mobile-navigation {
	display: block;
	clear: both;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#mobile-navigation .menu {
	background: #fff;
}
#mobile-navigation a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #DCDCDC;
	color: #74CBC8;
}
#mobile-navigation li:last-child a {
	border-bottom: none;
}


/* =Search
----------------------------------------------- */

.site-header .search-form {
	height: 36px;
	width: auto;
	position: relative;

}
.site-header .search-field,
.page-content .search-form .search-field {
/*	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	position: relative;
	width: 100%;
	width: 87px;
	height: 28px;
	padding: 0 10px;
	padding-right: 28px;
	border: none;
	border: 1px solid #ccc;
	border-bottom-color: #c0c0c0;
	border-top-color: #d0d0d0;
	background: none;
	background: #EFEFEF;
	background: rgba(255,255,255,.65);
	color: #848587;
	font-weight: bold;
	line-height: 28px;
}
.page-content .search-form .search-field {
	width: 100%;
}
.site-header .search-field {
	text-align: left;
}
.site-header input.search-submit,
.page-content .search-form input.search-submit {
	display: inline-block;
	position: absolute;
		top: 0;
		right: 0;
	overflow: hidden;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: none;
	background: none;
	background: url('images/i-search.svg') center center no-repeat;
	line-height: 28px;
	text-indent: -9999px;
	box-shadow: none;
	opacity: .8;
	-webkit-appearance: none;
}
html.ie .site-header .search-form,
html.ie .site-header .search-form label,
html.ie .site-header input.search-field {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	height: inherit;
}
html.ie .site-header input.search-field {
	height: 28px;
}
html.ie .site-header .search-form {

}
html.ie8 .site-header input.search-submit {
	background: none;
	text-indent: 0;
	width: auto;
	line-height: 28px;
	padding-right: 4px;
}

.site-header input.search-submit:hover {
	opacity: 1;
}
.site-header .search-field:focus,
.site-header .search-field:active {
	width: 300px;
	border-color: #848587;
	background: #fff;
	color: #58595B;
	outline: none;
}
html.ie .site-header .search-field,
html.ie .page-content .search-form .search-field {
	padding-right: 60px;
}
html.ie .site-header .search-field:focus,
html.ie .site-header .search-field:active {
	width: inherit;
}
.search-form :-ms-input-placeholder { color: #848587; }
.search-form :-moz-placeholder { color: #848587; /* Firefox 18- */ }
.search-form ::-moz-placeholder { color: #848587; /* Firefox 19+ */ }
.search-form ::-webkit-input-placeholder { 	color: #848587; }

.page-content .search-form {
	position: relative;
	width: 100%;
}
.page-content .search-form .search-field {
	padding: 12px 56px 12px 18px;
	border-bottom: 2px solid #DCDCDC;
	background: #fff;
}
.page-content .search-form .search-field:focus {
	border-color: #848587;
	outline: none;
	color: #58595B;
}
.page-content .search-form input.search-submit {
	width: 56px;
	height: 56px;
	background-size: 35%;
}


/* =Content
----------------------------------------------- */

.sticky {

}
.hentry {
	margin: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Single Page Links to Documents
----------------------------------------------- */

.docsarea {
	margin-bottom: 2rem;
}
.docsarea span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.docsarea span a {
	text-decoration: underline;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;

}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin: 0 0 40px -2%;
	padding: 0;
	width: auto;
	position: relative;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	/*max-width: 90%;*/
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-3 .gallery-item {
	float: left;
	display: block;
	margin: 0 0 15px 1.8%;
	padding: 0;
	/*width: 32%;*/
	width: 31.5%;
}
.gallery-item a {
	display: block;
}
.site-content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}

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


/* = Story */
.single-story .story a:hover {
	text-decoration: underline;
}
.story-thumbnail,
.theme-thumbnail {
	width: 300px;
	margin: 0 auto 20px;
}
.story-thumbnail {
	background: #fff;
	position: relative;
}
.story-thumbnail,
.theme-thumbnail {
	box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
}
.story-thumbnail:hover,
.theme-thumbnail:hover {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
}
.story-thumbnail:hover {
	margin-top: -1px;
}
.theme-thumbnail:hover {
	position: relative;
		top: -1px;
}
.story-thumbnail .story-title {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}
.theme-title-underline {
	margin: 0;
	padding: 20px 30px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.theme-title {
	width: 100%;
	margin: 0;
	padding: 12px 30px;
	background: #2EB262;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: .075em;
	text-transform: uppercase;
}
.theme-thumbnail .theme-title {
	letter-spacing: 1px;
}
.theme-title a,
.category .story-collection-title {
	color: #fff;
}
.story-title a {
	color: inherit;
}


.story-summary {
	overflow: hidden;
	max-height: 60px;
	margin: 0;
	padding: 0;
	color: #999;
	font-family: "Georgia",serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}
.story-summary p {
	margin: 0;
}
.story-thumbnail-media a {
	display: block;
	position: relative;
	overflow: hidden;
}
.story-thumbnail-media img {
	width: 100%;
	height: auto;
}
.story-thumbnail-content {
	padding: 30px 30px 30px;
	background: #fff;
}
.story-thumbnail-content,
.format-video .story-thumbnail-media {
	box-shadow: 0 -8px 12px -12px rgba(0,0,0,.5);
}
.story-thumbnail .social-counters {
	margin: 0;
	padding: 0 30px 15px;
	background: #fff;
}
.social-counter-label,
.single-post .story .dot-irecommendthis-suffix {
	font-size: 12px;
	line-height: 30px;
}
.single-post .story .dot-irecommendthis-suffix {
	font-size: 13px;
}
.story-thumbnail .dot-irecommendthis-suffix {
	display: none;
}

.like-count,
.dot-irecommendthis-count,
.comment-count {
	margin-right: 8px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
.like-count:before {
	content: '\2665';
	margin-right: 2px;
	font-size: 85%;
}
.featured-school {
	border-top: 1px solid #f2f2f2;
	margin: 0;
	padding: 15px 30px;
	background: #fbfbfb;
	color: #949598;
	font-family: "proxima-nova-alt-condensed","Arial Narrow","Gotham","Helvetica Neue",Helvetica,Arial;
	font-size: 15px;
	line-height: 1.2;
}


.story-quote {
	margin: 0;
	padding: 0;
}
.story-quote,
.story-quote p {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 30px;
}
.story-quote footer {
	padding-top: 20px;
	font-size: 15px;
	color: #58595B;
}


.single-post .story .story-quote footer {
	padding-top: 40px;
}

.story-thumbnail-media {
	position: relative;
	/*margin-bottom: 20px;*/
}
.story-thumbnail.format-video .story-title {
	font-size: 28px;
}
.story-thumbnail-media {
}
.story-thumbnail-media .icon-play {
	display: block;
	overflow: hidden;
	position: absolute;
		top: 70px;
		left: 140px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 40px solid #fff;
	border-left: 40px solid rgba(255,255,255,.8);
	text-indent: -9999px;
}/*
.action-thumbnail > a,
.story-thumbnail > a,
.theme-thumbnail > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
*/
.category .site-header {
	box-shadow: none;
}
.story-collection {
	background: #F5F5F5;
}
#primary.story-collection,
.story-collection {
	padding-bottom: 60px;
}

#primary .story-list {
	position: relative;
}


#infscr-loading {
	display: block;
	position: absolute;
		bottom: 0;
		bottom: -80px;
	text-align: center;
	width: 100%;
	padding: 20px 0 0 20px;
}
#infscr-loading img {
	margin: 0 auto 10px;
	margin-bottom: 10px;
	max-width: 100% !important;
	width: 200px;
}
#infscr-loading em {
	font-size: 14px;
	color: #848587;
	position: relative;
	top: -40px;
}

.story-list,
.theme-list {
	margin: 0;
	padding: 30px 0 9px 0;
	list-style: none;
}
.story-list {
	position: relative;
}
.page-content {
	padding: 40px 0 80px;
}
.story-collection-header,
.search .search-collection-header {
	background: #fff;
	background: #74CBC8;
	padding: 30px 0;
}

.archive .no-results .story-collection-title {
	color: #404040;
	padding: 40px 0;
}

.search .story-collection-title,
.story-collection-title {
	margin: 0;
	padding: 0;
	color: #818285;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.story-collection-description {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.story-collection-description p {
	margin: 0;
}
.theme-archive .story-collection-title,
.single-post .theme-title {
	color: #fff;
}
.story-collection-title {
	margin-bottom: 15px;
}


.story-collection-label {
	margin: 0;
	padding: 0;
	color: #74CBC8;
	color: #818285;
	font-family: "Georgia";
	font-size: 13px;
	font-weight: normal;
}




.theme-collection {
	background: #EAEAEA;
}

.theme-thumbnail {
	position: relative;
	height: 125px;
	background: #222;
}
.region-thumbnail {
	background: #fff;
	color: #74CBC8;
	height: 180px;
}
.region-description {
	font-size: 13px;
	line-height: 15px;
	color: #848587;
}

.region-thumbnail .more-link {
	color: #848587;
	border-bottom: 1px solid #848587;
}


.featured-action-collection {
	padding: 20px 0 0;
	background-color: #FDD33B;;
}

.featured-action-collection > .inner,
.story-list,
.theme-list,
.collection-label,
.utility-footer .inner {
	padding-left: 10px;
	padding-right: 10px;
}

.featured-action {
	width: 300px;
	margin-bottom: 20px;
	background: #fff;
	text-align: center;

}
.featured-action h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1;
}
.featured-action a {
	padding: 30px 0;
	display: block;
}



.site-footer {
	padding: 40px 0;
	color: #848587;
}
.footer-logo {
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 300px;
	height: 34px;
	background-image: url('images/footer-logo-share.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.footer-logo img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.nav-footer {

}
.nav-footer .menu {
	margin: 0 0 60px;
	text-align: center;
}
.nav-footer li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.nav-footer li a {
	display: block;
	height: 34px;
	color: inherit;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none;
}






/* Single Story */


.single-post .story .theme-title {
	font-size: 13px;
	background: none;
	padding: 30px 0;
	padding: 25px 0;
}

	.story-media {
		max-width: 660px;
		margin: 0 auto;
	}
	.story-media + p {
		padding-top: 25px;
	}


.single-post .story-header {
	width: 100%;
	margin: 0 auto 20px;
}
.single-post .format-quote .story-header {
	padding-top: 20px;
}
.page .gform_wrapper h3.gform_title,
.single-post .story .story-quote,
.single-post .story .story-title {
	font-size: 24px;
	line-height: 1;
	padding: 1em 0 .5em;
	margin: 0;
	font-weight: bold;
}
.single-post .story-date { /* Same across breakpoints */
	font-size: 12px;
	color: #BCBEC0;
}


.single-post .story-media img,
.single-post .story-media embed {
	width: 100%;
	height: auto;
}
.single-post .social-links {
	margin-bottom: 20px;
}
.single-post .social-links,
.single-post .story-meta {
	width: 100%;
}
.single-post .story-meta {
	padding-bottom: 60px;
}

.single-post .story-content {
	width: 100%;
	padding-bottom: 30px;
}
.social-links p,
.story-content p,
.story-meta p {
	margin-top: 0;
}
.social-links p {
	margin-bottom: .5em;
}
.story-meta,
.social-links { /* Same across breakpoints */
	font-family: "Gotham Narrow","proxima-nova-alt-condensed","Arial Narrow","Gotham","Helvetica Neue",Helvetica,Arial;
	font-size: 13px;
	line-height: 18px;
}
.social-links a,
.story-meta a {
	font-weight: bold;
	color: #74CBC8;
}
.story-meta .school-name {
	font-size: 17px;
	line-height: 20px;
}
.story-meta .meta-label { /* Same across breakpoints */
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin: 12px 0 4px;
	text-transform: uppercase;
}
.story-meta .school-name {
	margin: 0;
}
.single-post .story .social-counters {
	padding-top: 15px;
}
.single-post .story .social-counters a {
	color: #fff;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}
.single-post .story .social-counters span {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0 12px;
	line-height: 40px;
	vertical-align: baseline;
}
.single-post .story .social-counter-label,
.single-post .story .dot-irecommendthis-suffix {
	background: #74CBC8;
}

.single-post .story .like-count,
.single-post .story .comment-count,
.single-post .story .dot-irecommendthis-count {
	background: #82D0CD;
}
.single-post .story span.dot-irecommendthis-count {
	padding-left: 28px;
	background: #82D0CD url('images/i-like.svg') 8px center no-repeat;
	background-size: 12px 12px;
}
.single-post .story span.comment-count {
	padding-left: 0;
	padding-right: 0;
}
.single-post .story span.comment-count a {
	padding-left: 28px;
	background: url('images/i-comment.svg') 8px center no-repeat;
	margin-right: 0;
	text-decoration: none;
}
.single-post .story span.comment-count i {
	display: inline-block;
	background: #fff;
	padding: 0 12px;
	background: #74CBC8;
	font-style: normal;
	font-weight: 400;
	margin-left: 8px;
}
.story-thumbnail span.comment-count i {
	display: none;
}

.story-thumbnail .dot-irecommendthis {
	margin-right: 10px;
}

.story-thumbnail span.comment-count a {
	padding-left: 20px;
	background: url('images/i-comment.svg') left center no-repeat;
}
.story-thumbnail span.dot-irecommendthis-count {
	padding-left: 20px;
	padding-top: 6px;
	background: url('images/i-like.svg') left center no-repeat;
	background-size: 13px 13px;
	position: relative;
}
.recommended-stories {
	margin-bottom: 30px;
}
.widget-title,
.recommended-stories .widget-title,
.collection-label {
	margin-bottom: 0;
	padding-top: 20px;
	color: #848587;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.single-post .story-list {
	padding-top: 20px;
}
.meta-section-title {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
}




.format-video .story-thumbnail-media p,
.format-video .story-media p {
	margin: 0;
}




.single-schools .type-schools .theme-header {
	padding: 15px 0;
}
.type-schools .theme-title {
	padding: 0;
	background: none;
}
.type-schools.story-thumbnail .theme-title {
	margin-bottom: 20px;
}
.story-thumbnail .school-website {
	margin-bottom: 0;
}
.type-schools .theme-title a {
	color: #848587;
}
.type-schools .story-title {
	line-height: 1;
}
.single-schools .type-schools {
	padding-bottom: 40px;
}



#infinite-handle {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
#infinite-handle {
	position: absolute;
		bottom: -50px;
}

#infinite-handle span {
	display: inline-block;
	background: rgba(220,220,220,.5);
	color: rgba(132,133,135,.9);
	padding: 10px 20px;
	font-family: inherit;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.infinite-wrap {
	display: inline;
}



.share-facebook,
.share-twitter {
	display: inline-block;
	padding-left: 24px;
	padding-top: 4px;
	line-height: 16px;
}
.share-facebook {
	background: url('images/i-facebook.svg') center left no-repeat;
}
.share-twitter {
	background: url('images/i-twitter.svg') center left no-repeat;
}



/* Submit Page */
.page-id-174 .entry-content,
.page-id-4122 .entry-content,
.page-id-2099 .entry-content,
.page-id-46 .entry-content,
.page-id-3981 .entry-content,
.page-template-default .entry-content {
	max-width: 660px;
	width: 93.75%;
	margin: 0 auto;
	padding: 40px 0;
}
.single-attachment .site-content,
.page-id-174 .entry-content,
.page-id-4122 .entry-content,
.page-id-2099 .entry-content,
.page-id-3981 .entry-content {
	padding-bottom: 80px;
}



.story-audio {
	margin-bottom: 20px;
}




a.thumb-link {
	display: block;
}




.grade-list ul,
.story-topics-list ul,
.story-media-list ul,
.mostrecommendedposts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.grade-list a,
.story-topics-list a,
.story-media-list a,
.mostrecommendedposts a {
	font-weight: bold;
}
.grade-list a,
.story-topics-list a,
.story-media-list a {
	text-transform: uppercase;
}
.grade-list a:hover,
.story-topics-list a:hover,
.story-media-list a:hover {
	color: #848587;
}
.grade-list a:hover,
.story-topics-list a:hover,
.story-media-list a:hover,
.mostrecommendedposts a:hover {
	text-decoration: underline;
}
.explore-meta {
	padding-top: 30px;
	padding-bottom: 90px;
}
.explore-meta .widget-title {
	margin-bottom: 10px;
}
.explore-meta li a {
	line-height: 1.1;
	display: inline-block;
}
.explore-meta li {
	margin-bottom: 4px;
}
.utility-footer {
	background-color: #F1F1F1;
	font-size: 13px;
	color: #848587;
	padding: 15px 0;
}
.utility-footer > p {
	margin: 0;
}
.explore-meta .widget-title {
	padding-top: 0;
	margin-top: 0;
}
.about-header {
	padding: 20px 0 40px;
	background: #E3F5F4;
	font-size: 24px;
	line-height: 30px;
}
.about-header p {
	margin-bottom: 12px;
}


























/* =Theme-specific Colors
----------------------------------------------- */

/* We Strengthen Communities */
.category-teaching-and-learning .story-collection-header,
.single-post .story.category-teaching-and-learning .theme-header,
.story-thumbnail.category-teaching-and-learning .theme-title,
.theme-thumbnail.category-teaching-and-learning {
	background: #1a8930;
}
.category-teaching-and-learning .story-title,
.category-teaching-and-learning .story-quote,
.category-teaching-and-learning .social-counters,
.mostrecommendedposts a.category-teaching-and-learning {
	color: #1a8930;
}
.story-thumbnail.category-teaching-and-learning .dot-irecommendthis-count {
	background-image: url('images/i-like-communities.png');
	background-image: url('images/i-like-virtual_workforce.svg');
}
.story-thumbnail.category-teaching-and-learning span.comment-count a {
	background-image: url('images/i-comment-communities.png');
	background-image: url('images/i-comment-communities.svg');
}

/* We Inspire Leadership */
.theme-thumbnail.category-fundraising-and-development,
.category-fundraising-and-development .story-collection-header,
.single-post .story.category-fundraising-and-development .theme-header,
.story-thumbnail.category-fundraising-and-development .theme-title {
	background: #2e6299;
}

.category-fundraising-and-development .story-title,
.category-fundraising-and-development .story-quote,
.category-fundraising-and-development .social-counters,
.mostrecommendedposts a.category-fundraising-and-development {
	color: #2e6299;
}
.story-thumbnail.category-fundraising-and-development .dot-irecommendthis-count {
	background-image: url('images/i-like-leadership.png');
	background-image: url('images/i-like-operations.svg');
}
.story-thumbnail.category-fundraising-and-development span.comment-count a {
	background-image: url('images/i-comment-leadership.png');
	background-image: url('images/i-comment-leadership.svg');
}

/* We Challenge Minds */
.theme-thumbnail.category-business-operations,
.category-business-operations .story-collection-header,
.single-post .story.category-business-operations .theme-header,
.story-thumbnail.category-business-operations .theme-title {
	background: #694d9a;
}
.category-business-operations .story-title,
.category-business-operations .story-quote,
.category-business-operations .social-counters,
.mostrecommendedposts a.category-business-operations {
	color: #694d9a;
}
.story-thumbnail.category-business-operations .dot-irecommendthis-count {
	background-image: url('images/i-like-challenge.png');
	background-image: url('images/i-like-distance_learning.svg');
}
.story-thumbnail.category-business-operations span.comment-count a {
	background-image: url('images/i-comment-challenge.png');
	background-image: url('images/i-comment-challenge.svg');
}

/* We Encourage Exploration */
.theme-thumbnail.category-enrollment,
.category-enrollment .story-collection-header,
.single-post .story.category-enrollment .theme-header,
.story-thumbnail.category-enrollment .theme-title {
	background: #b53362;
}
.category-enrollment .story-title,
.category-enrollment .story-quote,
.category-enrollment .social-counters,
.mostrecommendedposts a.category-enrollment {
	color: #b53362;
}
.story-thumbnail.category-enrollment .dot-irecommendthis-count {
	background-image: url('images/i-like-fundraising.svg');
}
.story-thumbnail.category-enrollment span.comment-count a {
	background-image: url('images/i-comment-exploration.png');
	background-image: url('images/i-comment-exploration.svg');
}

/* We Cultivate Character */
.theme-thumbnail.category-diversity-and-inclusion,
.category-diversity-and-inclusion .story-collection-header,
.single-post .story.category-diversity-and-inclusion .theme-header,
.story-thumbnail.category-diversity-and-inclusion .theme-title {
	background: #3e8e9d;
}
.category-diversity-and-inclusion .story-title,
.category-diversity-and-inclusion .story-quote,
.category-diversity-and-inclusion .social-counters,
.mostrecommendedposts a.category-diversity-and-inclusion {
	color: #3e8e9d;
}
.story-thumbnail.category-diversity-and-inclusion .dot-irecommendthis-count {
	background-image: url('images/i-like-character.png');
	background-image: url('images/i-like-manage_risk.svg');
}
.story-thumbnail.category-diversity-and-inclusion span.comment-count a {
	background-image: url('images/i-comment-character.png');
	background-image: url('images/i-comment-character.svg');
}

/* We Spark Creativity */
.theme-thumbnail.category-recruiting-and-retaining-talent,
.category-recruiting-and-retaining-talent .story-collection-header,
.single-post .story.category-recruiting-and-retaining-talent .theme-header,
.story-thumbnail.category-recruiting-and-retaining-talent .theme-title {
	background: #7a2b7f;
}
.category-recruiting-and-retaining-talent .story-title,
.category-recruiting-and-retaining-talent .story-quote,
.category-recruiting-and-retaining-talent .social-counters,
.mostrecommendedposts a.category-recruiting-and-retaining-talent {
	color: #7a2b7f;
}
.story-thumbnail.category-recruiting-and-retaining-talent .dot-irecommendthis-count {
	background-image: url('images/i-like-creativity.png');
	background-image: url('images/i-like-enrollment.svg');
}
.story-thumbnail.category-recruiting-and-retaining-talent span.comment-count a {
	background-image: url('images/i-comment-creativity.png');
	background-image: url('images/i-comment-creativity.svg');
}

/* We Shape the Future */
.theme-thumbnail.category-leadership-and-governance,
.category-leadership-and-governance .story-collection-header,
.single-post .story.category-leadership-and-governance .theme-header,
.story-thumbnail.category-leadership-and-governance .theme-title {
	background: #ec6b0f;
}
.category-leadership-and-governance .story-title,
.category-leadership-and-governance .story-quote,
.category-leadership-and-governance .social-counters,
.mostrecommendedposts a.category-leadership-and-governance {
	color: #ec6b0f;
}
.story-thumbnail.category-leadership-and-governance .dot-irecommendthis-count {
	background-image: url('images/i-like-future.png');
	background-image: url('images/i-like-lead_govern.svg');
}
.story-thumbnail.category-leadership-and-governance span.comment-count a {
	background-image: url('images/i-comment-future.png');
	background-image: url('images/i-comment-future.svg');
}

/* We Nurture Growth */
.theme-thumbnail.category-health-and-well-being,
.category-health-and-well-being .story-collection-header,
.single-post .story.category-health-and-well-being .theme-header,
.story-thumbnail.category-health-and-well-being .theme-title {
	background: #74a01a;
}
.category-health-and-well-being .story-title,
.category-health-and-well-being .story-quote,
.category-health-and-well-being .social-counters,
.mostrecommendedposts a.category-health-and-well-being {
	color: #74a01a;
}
.story-thumbnail.category-health-and-well-being .dot-irecommendthis-count {
	background-image: url('images/i-like-growth.png');
	background-image: url('images/i-like-community.svg');
}
.story-thumbnail.category-health-and-well-being span.comment-count a {
	background-image: url('images/i-comment-growth.png');
	background-image: url('images/i-comment-growth.svg');
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0;
	padding: 100px 0 0;
	overflow: hidden;
	clear: both;
	position: relative;
	text-align: center;
}
[class*="navigation"] .nav-previous {
	display: inline-block;
}
[class*="navigation"] .nav-next {
	display: inline-block;
}
[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
[class*="navigation"] .nav-previous .meta-nav,
[class*="navigation"] .nav-next .meta-nav {
	font-weight: bold;
	font-size: 120%;
	padding: 0 5px;
}
.nav-previous a,
.nav-next a {
	padding: 10px 20px;
	background: #fff;
	display: inline-block;
	font-weight: bold;
}
.nav-next a {
	padding-right: 20px;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #fff;
	background: #fff;
	background: #74CBC8;
}
#nav-below {
	text-align: center;
	padding: 40px 0 0;
}


/* =Comments
----------------------------------------------- */

.comments-inner {
	border-top: 1px solid #DCDCDC;
	padding-top: 20px;
	padding-bottom: 100px;
}
.comment-respond-title {
	margin: 0;
	color: #848587;
	font-weight: 400;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-list {
	list-style: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #DCDCDC;
}
.comment {
	margin-bottom: 1em;
}
.comment-author,
.comment-metadata {
	display: inline-block;
}
.comment-metadata {
	color: #848587;
	font-size: 75%;
	font-style: italic;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
}
.comment-author .says {
	display: none;
}
.comment-content p {
	margin: 0 0 .25em;
}
.comment-reply-link {
	color: #74CBC8;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.comment-reply-link:hover {
	text-decoration: underline;
	color: inherit;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%; /* Make sure select elements fit in widgets */
}
.widget_search .search-submit { /* Search widget */
	display: none;
}


/* =Gravity Forms Styles and Overrides
----------------------------------------------- */

#gform_fields_1 .gform_wrapper select {
	font-size: 1rem;
	-webkit-appearance: none;
}
#gform_fields_1 .gform_wrapper .top_label input.medium,
#gform_fields_1 .gform_wrapper .top_label select.medium {
	width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size:18px;
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
	font-size: 16px;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]
{
	padding:10px;
	width: 100%;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
	width: 100%;
}
body .gform_wrapper .gform_body .gfield {
	margin-bottom: 20px;
}
body .gform_wrapper .gform_body .gform_fields .gsection {
	border-top: 1px dotted #CCC;
	border-bottom: none;
	padding: 10px 0 0;
	margin: 20px 0;
	clear: both;
}
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
	font-weight: normal;
}
#field_1_35,
#field_1_15,
#field_3_35,
#field_3_15 {
	font-size: 14px;
}
#field_1_35,
#field_1_15 .gfield_label,
#field_1_35 .gfield_label,
#field_3_15 .gfield_label,
#field_3_35 .gfield_label {
	display: none;
}
#field_1_38,
#field_3_38 {
	border-top: none;
	margin: 0;
}
body .gform_wrapper .gfield_description {
	color: #848587;
}
.page .gform_wrapper h3.gform_title {
	color: #74CBC8;
}
body .gform_wrapper #input_1_6 label,
body .gform_wrapper #input_1_41 label,
body .gform_wrapper #input_3_6 label,
body .gform_wrapper #input_3_41 label {
	line-height: 1.1;
}

body .gform_wrapper ul.gfield_radio label,
body .gform_wrapper ul.gfield_radio input {
	cursor: pointer;
}
body .gform_wrapper ul.gfield_radio label i {
	color: #848587;
	color: #999;
	font-size: 90%;
	font-weight: normal !important;
}
#input_1_46 label,
#input_1_40 label,
#input_3_40 label {
	font-weight: bold;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	font-weight: normal;
}
body .gform_wrapper ul.gfield_radio li label,
body .gform_wrapper ul.gfield_checkbox li label {
	padding: 25px 0 25px 75px!important;
	/*background: rgba(116,203,200,.05);*/
	background: transparent;
	margin:  0 !important;
	position: relative;
	width: 100%;
	max-width: 100%;
}
body .gform_wrapper ul.gfield_checkbox {

}
 body .gform_wrapper ul.gfield_radio li,
 body .gform_wrapper ul.gfield_checkbox li {
	background: #F8FDFC;
	color: #848587;

}
body .gform_wrapper ul.gfield_radio li.selected,
body .gform_wrapper ul.gfield_checkbox li.selected {
	background-color: #74CBC8;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_0 {
	background: #F8FDFC url('images/i-article.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_1 {
	background: #F8FDFC url('images/i-photo.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_2 {
	background: #F8FDFC url('images/i-video.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_3 {
	background: #F8FDFC url('images/i-audio.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"],
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	position: absolute;
	left: -9999em;
}
body .gform_wrapper ul.gfield_checkbox li::before  {
	content: " ";
	background: #efefef;
	border: 1px solid #999;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	cursor: pointer;
}
body .gform_wrapper ul.gfield_radio li.selected::before  {
	background: #005051;
}
body .gform_wrapper ul.gfield_radio li::before  {
	content: " ";
	background: #efefef;
	border: 1px solid #999;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
body .gform_wrapper ul.gfield_checkbox li.selected::before  {
	background: #005051;
	z-index: 1000;
	cursor: pointer;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label > i,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label > i {
	color: #74CBC8;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	background-color: #74CBC8;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label > i,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label > i {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
	overflow: visible;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
	margin: 26px 15px 0 15px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	margin: 20px 15px 0 15px !important;
}
.gf_progressbar_wrapper {
	display: none;
	}
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
/*	color: #58595B;*/
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_0 input[type="radio"]:checked + label {
	background: #74CBC8 url('images/i-article-white.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_1 input[type="radio"]:checked + label {
	background: #74CBC8 url('images/i-photo-white.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_2 input[type="radio"]:checked + label {
	background: #74CBC8 url('images/i-video-white.png') 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_3 input[type="radio"]:checked + label {
	background: #74CBC8 url('images/i-audio-white.png') 98% center no-repeat;
}

ul#input_10_94,
ul#input_5_94 {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
}
ul#input_10_94 li,
ul#input_5_94 li {
	width: 48%;
	margin-right: 2%;
}
body .gform_wrapper ul#input_10_94 li label,
body .gform_wrapper ul#input_5_94 li label {
	padding: 25px 10px 25px 40px!important;
	/*background: rgba(116,203,200,.05);*/
	background: transparent;
	margin:  0 !important;
	position: relative;
	width: auto;
	max-width: 100%;

}
body .other-school {
	border-top: none !important;
	padding-top: 0 !important;
}
body .other-school .gsection_title {
	font-size: 15px !important;
	margin: 0;
	display: inline-block !important;
	padding-right: 1.5em !important;
	display: none !important;
}
body .other-school .gsection_description p {
	color: #848587;
	font-size: 14px !important;
	line-height: 20px !important;
	margin-top: 0 !important;
}
html body .other-school h2.gsection_title,
html body .other-school div.gsection_description {
	width: auto !important;
	clear: none !important;
	float: none !important;
}
body .submit-warning {
	border-top: none !important;
}
body .gform_wrapper .gform_body .submit-warning .gsection_title {
	padding-top: 20px;
	margin-bottom: 5px;
}
body .gform_wrapper .gform_body .submit-warning .gsection_description {
	font-size: 1em;
}
body .gform_wrapper .gform_body .submit-warning .gsection_description p {
	margin-top: 0;
}

label.error {
	font-size: 15px !important;
	background: #FFE4E1 !important;
	display: block;
	padding: 12px !important;
	color: #8B0000 !important;
}
.gfield_error .gfield_label,
.gfield_error .gfield_description,
.gfield_error .gfield_description.validation_message {
	color: #8B0000 !important
}
.gform_wrapper #gform_1 div.validation_error {
	background-color: #FFDFE0;
	margin-bottom: 6px !important;
	padding: 12px 10px !important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
}
body .gform_wrapper .top_label .gfield_error {
	width: auto !important;
}
body .gform_wrapper .gform_page_footer {
	border-top: 0;
	}
#input_1_6 label,
#input_1_41 label {
	font-weight: bold;
}
#loading_image {
	margin-left: 1em;
}


/* =Helper Classes
----------------------------------------------- */

/* Image replacement */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* Clearfix: contain floats */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after,
.clearfix:before,
.clearfix:after,
.inner:before,
.inner:after,
.menu:before,
.menu:after {
	content: " ";
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after,
.clearfix:after,
.inner:after,
.menu:after {
	clear: both;
}
.clear,
[class*="content"],
[class*="site"],
.clearfix,
.inner,
.menu { /* For IE 6/7 only */
	*zoom: 1;
}

.form-allowed-tags {
	display: none;
	}
/* =Hacks!
----------------------------------------------- */

html body .jp-carousel-wrap .jp-carousel-close-hint {
	text-align: right !important;
	width: 90% !important;
	margin: 0 auto;
	left: 5%;
	right: 5%;
}
html body .jp-carousel-wrap .jp-carousel-close-hint span {
	display: inline-block !important;
}


.unsupported-video {
	height: auto;
	padding: 40px 0 0;
}
.unsupported-video-label {
	font-style: italic;
	font-size: 14px;
	color: #888;
	display: block;
}
.unsupported-video-link,
.link-download {
	overflow-x: hidden;
	position: relative;
	max-width: 100%;
	margin-bottom: 5px !important;
	padding: 8px 12px;
	background: #eee;
}
.unsupported-video-link a {
	display: block;
}
.link-download {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0;
	text-decoration: none;
}

/*  Styles added specifically for Market.nais.Org */

p.companyname {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}
p.companyname::before {
	content: "About ";
}
p.company-type-list span {
	display: block;
}

/* =Tablet Styles
----------------------------------------------- */
@media only screen and (min-width: 660px) {
	body {
		font-size: 18px;
	}
	.inner,
	.comments-area .inner,
	.single-post .story-header {
		max-width: 660px;
	}
	.comments-area .inner {
		width: 100%;
		padding: 0;
	}
	.home .site-branding {
		padding: 40px 0;
	}
	/*
		.site-description {
			margin: 0;
			padding: 30px 0 10px;
			font-family: Georgia;
			font-size: 28px;
			font-weight: 400;
			line-height: 1;
		}
	*/
	.site-title {
		width: 450px;
		height: 41px;
		position: relative;
	}
	.home	.site-title {
				top: 10px;
		}
	label a.fancybox {
		position: absolute;
		z-index: 1000;
	}
	.ie8 .site-title {
		background-image: url('images/inspiration-lab-ie-320.gif');
	}
	.nav-main,
	.nav-utility {
		display: block;
	}
	#mobile-navigation,
	#menu-toggle {
		display: none;
	}
	.about-header {
		padding: 40px 0 80px;
		font-size: 34px;
		line-height: 40px;
	}
	.secondary-about-content {
		font-size: 15px;
		line-height: 20px;
	}
	.theme-title {
		padding: 15px 30px;
		background: #2EB262;
		font-size: 15px;
	}
	.single-post .story .theme-title {
		font-size: 18px;
	}
	.single-post .story .story-title,
	.single-post .story .story-quote,
	.page .gform_wrapper h3.gform_title,
	.single-schools .type-schools .story-title {
		padding: 40px 0 20px;
		padding: 1em 0 .5em;
		font-size: 50px;
		line-height: 1;
	}
	.single-post .story .story-quote {
		padding-top: 0;
	}
	.single-schools .type-schools .story-title {
		padding: 0;
	}
	.single-schools .type-schools .theme-header {
		padding: 30px 0;
	}
	.story-list,
	.theme-list {
		margin: 0 0 0 -20px;
	}
	.story-list,
	.theme-list,
	.featured-action-collection > .inner {
		padding-left: 0;
		padding-right: 0;
	}
	div.fake-featured-image {
		width: 320px;
	}
	.action-thumbnail {
		margin-bottom: 0;
	}
	.story-thumbnail .story-quote,
	.story-thumbnail .story-title {
		margin: 0 0 20px;
		font-size: 35px;
		line-height: 1;
	}
	.story-thumbnail .story-quote {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.action-thumbnail:nth-child(3n) {
		border-bottom: none;
	}
	.featured-action {
		float: left;
		width: 320px;
	}
	.featured-action + .featured-action {
		float: right;
	}
	.recommended-stories {
		float: left;
		width: 490px;
	}
	.utility-footer .inner {
		padding: 20px 0;
	}
	.utility-footer p {
		float: left;
		margin: 0;
	}

	.nav-footer-utility li {
		display: inline-block;
		margin-right: .75em;
		padding-right: .75em;
		border-right: 1px solid #ccc;
	}
	.nav-footer-utility li:last-child {
		border-right: none;
	}
	.footer-logo {
		width: 448px;
	}
}


/* =Desktop Styles
----------------------------------------------- */
