/*
Theme Name:     Html5Reset Child
Theme URI:      
Description:    
Author:         Matt Kreiling
Author URI:     http: //tinynow.com
Template:       html5reset
Version:        0.1.0
*/
@import url("../html5reset/style.css");
body {
  width: 100%;
  *zoom: 1;
  position: relative;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*-------------------- CSS --------------------*/
:focus {
  outline: #777 dotted .1px;
}
html {
  width: 100%;
  background: #ffffeb;
  min-width: 620px;
}
body {
  max-width: 760px;
  margin: 0 auto;
  font: 15px 'Myriad Pro', Myriad, Tahoma, sans-serif;
  word-spacing: .125em;
}
#site-header {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #600000;
}
a:hover {
  color: #333;
  border-bottom: 1px dotted #333;
}
.fin-ed a {
  color: white;
  text-decoration: underline;
}
a:active {
  position: relative;
  top: 1px;
}
#logo {
  display: inline;
  float: left;
  width: 97.95081967213115%;
  margin: 0 1.0245901639344261%;
  background: url(http://enterpriseforequity.org/wp-content/uploads/old-header.gif) top left no-repeat;
  height: 100px;
}
#logo h1,
#logo p {
  text-indent: -9999px;
}
.menu-main-container {
  clear: both;
  display: block;
}
.menu {
  height: 46px;
  clear: both;
  display: table-row;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid white;
  text-align: center;
  background: black;
  height: 46px;
  min-width: 65px;
  line-height: normal;
  font-weight: bold;
  color: white;
}
.menu li:last-child {
  border-right: none;
}
.menu li a {
  padding: 1px 5px;
  display: block;
  color: white;
  position: relative;
}
.menu li a:hover {
  border-bottom: none;
}
.sub-menu {
  display: none;
}
#tagline {
  text-align: center;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0;
  color: #003366;
}
.calls-to-action {
  display: table;
  margin-bottom: 2px;
  font-size: 1.3em;
}
.calls-to-action a:hover {
  border: none;
}
.calls-to-action li {
  position: relative;
  margin-top: 6px;
  padding: 0 20px;
  display: table;
  width: 720px;
  /*not fluid*/
  font-family: arial, helvetica, sans-serif;
}
.calls-to-action li a {
  color: white;
  display: table-cell;
  vertical-align: middle;
}
.calls-to-action li a h1 {
  font-size: 125%;
  line-height: 1em;
  margin: 0 0 .25em;
}
.calls-to-action small {
  font-weight: normal;
}
.go {
  display: inline-block;
  float: right;
  background: black;
  margin: 12px;
  padding: 5px;
  border-radius: 4px;
  color: white;
}
#get-started {
  background: #696A41;
}
#fin-ed {
  background: #41696a;
}
#strengths {
  background: #6a4169;
}
#artists {
  background: #6a4241;
}
.calls-to-action > li > a {
  padding: 20px 5px;
  color: white;
}
#microloan {
  color: yellow;
  /* test */
}
/* SEAP button    
   ------------------------------------------------------------------------- */
#seap-button {
  position: relative;
  width: 8em;
  line-height: 1em;
  text-align: center;
  float: right;
  z-index: 100;
  position: absolute;
  font-size: 13px;
  background: #eeeeba;
  border-radius: 50%;
  padding: 26px 9px;
  /* margin: 4px; */
  right: 10px;
  top: 5px;
}
#main-content {
  display: inline;
  float: left;
  width: 97.95081967213115%;
  margin: 10px 1.0245901639344261%;
}
#slideshow {
  display: inline;
  float: left;
  height: 380px;
  padding: 30px 0 60px 0;
  width: 39.62%;
}
#slideshow {
  display: inline;
  float: left;
  width: 39.61748633879781%;
  margin: 0 1.0245901639344261%;
}
#announcements {
  display: inline;
  float: left;
  width: 47.950819672131146%;
  margin: 0 1.0245901639344261%;
  margin-left: 9.357923497267759%;
}
footer {
  display: inline;
  float: left;
  width: 97.95081967213115%;
  margin: 0 1.0245901639344261%;
  margin-top: 4em;
  padding-top: 2em;
}
#announcements {
  margin-bottom: 24px;
}
h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: .5em;
  clear: both;
}
#announcements > h2 {
  text-align: center;
  margin: 1.5em 0;
}
#announcements > div {
  padding: 1em;
  background: #f4f4dd;
  border-bottom: 1px #ffffeb solid;
  font-family: 'Myriad Pro', Myriad, Tahoma, sans-serif;
  font-size: 14px;
}
#announcements > div > h3 {
  color: #29647b;
  font-size: 16px;
  margin-bottom: .5em;
}
#announcements > div:nth-child(even) {
  background: #eeeeba;
}
#announcements > div:nth-child(even) h3 {
  color: #be6444;
}
#main-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 0.1em;
}
#main-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 0.1em;
  margin-left: 1em;
}
#main-content ul li ul {
  margin-left: 1em;
}
#main-content ul li ul li {
  list-style-type: circle;
}
ul,
ol,
p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 1em;
}
.entry ul,
.entry ol,
.entry p {
  padding-bottom: 1em;
}
.entry > h3 {
  background-color: #B43F21;
  color: #FFFFFF;
  padding: 6px;
  margin-bottom: 1em;
}
.post > h2 {
  font-size: 2em;
  margin: 0 0 1em;
}
.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: none;
  padding: 10px;
  margin: 10px;
  font-size: �0.9em;
  line-height: �1em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin-right: 1em;
  margin-left: 0;
  margin-top: .5em;
  margin-bottom: .5em;
  clear: left;
}
.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
  margin-top: .5em;
  margin-bottom: .5em;
}
p.wp-caption-text {
  padding-bottom: 0;
}
blockquote {
  display: block;
  clear: both;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 24px;
  background: #696a41;
  color: white;
  padding: 3em 3em 2em;
  text-indent: 2em;
}
blockquote p:first-letter {
  font-size: 40px;
  line-height: 24px;
}
blockquote p:last-child:first-letter {
  font-size: 16px;
}
blockquote p,
blockquote li {
  margin-bottom: 1em;
}
cite:before {
  content: "\2013";
}
cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-family: 'Myriad Pro', Myriad, Tahoma, sans-serif;
}
.quote-left p,
.quote-right p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}
.quote-left {
  border: thin solid #B43F21;
  color: #B43F21;
  float: left;
  font-family: verdana;
  font-size: 12px;
  margin-right: 15px;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 275px;
  clear: left;
}
.quote-right {
  border: thin solid #B43F21;
  color: #B43F21;
  float: right;
  font-family: verdana;
  font-size: small;
  font-style: italic;
  margin-left: 15px;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 15px;
  vertical-align: middle;
  width: 300px;
}
hr {
  border-bottom: 1px inset;
  border: 1px inset;
  color: gray;
  display: block;
  height: 2px;
  margin: 0.5em auto;
}
/*.entry {
  display: inline;
  float: left;
  width: 89.61748633879782%;
  margin: 0 1.0245901639344261%;
  margin-left: 5.191256830601092%;
}*/
#footer {
  border-top: 1px inset #444;
}
#footer small {
  display: block;
  clear: both;
}
#footer-logos {
  display: inline;
  float: left;
  width: 50%;
}
#contact {
  display: inline;
  float: right;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  background: url(../../../img/logo-small-1.gif) no-repeat;
  padding-left: 55px;
}
#mission {
  display: inline;
  float: left;
  width: 97.95081967213115%;
  margin: 2em 1.0245901639344261%;
  font-size: 13px;
  font-style: italic;
}
.single-business-listings .entry-content {
  width: 66%;
  float: left;
}
.single-business-listings .entry-title {
  font-size: 2em;
  text-align: center;
  margin: 1em 0;
}
.single-business-listings .entry-content + aside {
  width: 30%;
  margin-left: 4%;
  float: right;
  text-align: center;
}
.alumni-praise {
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  border-top: 1px dotted #444;
  border-bottom: 1px dotted #444;
  padding: 7px 1em 0 1em;
  margin: 4em 0 1em;
}
.highlights {
  margin: 3em 1em;
  color: #600000;
}
.highlights li {
  list-style: none outside;
  font-size: 1.2em;
  margin: .6em 0;
  font-weight: bold;
}
.orient {
  width: 250px;
  padding: 10px;
  background: #eeeeba;
}
.orient h3 {
  color: #be6444;
}
.orient .event-item {
  margin: 4px 0 !important;
}
.orient .summary {
  display: none;
}
.orient .event-label {
  display: none;
}
.orient .twitter-share-button {
  float: right;
}
.orient abbr {
  border-bottom: none;
}
.button1 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #003366;
  font-family: 'Myriad Pro', Myriad, Tahoma, sans-serif;
  white-space: nowrap;
  padding: 8px 0;
  display: block;
  text-align: center;
  margin: 8px 0;
  color: white;
}
/*fin-ed page*/
#post-139 {
  border: black 8px solid;
  padding: 45px 10px 10px 45px;
  position: relative;
}
#post-139 #border-mask {
  position: absolute;
  background: #FFFFEB;
  padding-top: 50px;
  left: -29px;
  top: -8px;
}
#post-139 h2 {
  font-size: 2em;
}
#post-139 h3 {
  background: none;
  font-size: 1.5em;
  color: #333;
}
.fin-ed {
  width: 50%;
  padding: 10px;
  background-color: #0C4204;
  color: white;
}
.fin-ed .event-item {
  margin: 4px 0 !important;
}
.fin-ed .summary {
  display: none;
}
.fin-ed .event-label {
  display: none;
}
.fin-ed .twitter-share-button {
  float: right;
}
.fin-ed abbr {
  border-bottom: none;
}
.fin-ed h4 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: .75em;
}
#post-271 {
  float: left;
  width: 75%;
  padding-top: .5em;
}
.toc {
  float: right;
  text-align: right;
  padding: 1em 2px 0 1em;
}
.toc li {
  font-size: .75em;
}
.page-id-95 h3 {
  background-color: #8C1229;
  color: #FFFFFF;
  padding: 6px;
  margin-bottom: 1em;
  margin-left: -1em;
}
.excerpt-list {
  display: block;
  clear: both;
  padding: 1em 0 1em 1em;
}
.excerpt-list h3 {
  background-color: #8C1229;
  color: #FFFFFF;
  padding: 6px;
  margin-bottom: 1em;
  margin-left: -1em;
}
.excerpt-list h4 {
  border-bottom: 1px dotted #8C1229;
  margin-bottom: 1em;
  color: #6A5AED;
}
.excerpt-list img {
  float: right;
}
.excerpt-list a {
  font-size: 1.25em;
  font-weight: bolder;
}
/*-------------------- Stack of Newsletters --------------------*/
.stack {
  height: 230px;
  /*height of thumbnails*/
  padding-top: 20px;
}
.stack img {
  position: absolute;
  box-shadow: 1px 1px 3px 2px #555;
}
.stack img:nth-child(1) {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.stack img:nth-child(2) {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.stack img:nth-child(3) {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.left-col {
  width: 33%;
  float: left;
}
.right-col {
  width: 66%;
  float: right;
}
.oldmarkup .img_container {
  padding: 10px 20px;
}
#main-content table ul.eo-events,
#calls-to-action ul.eo-events {
  display: inline;
  padding: 0;
}
#main-content table ul.eo-events li,
#calls-to-action ul.eo-events li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: .8em;
  font-size: .85em;
  color: #be6444;
}
.page-id-627 #main-content {
  background: url(http://www.enterpriseforequity.org/wp-content/uploads/cornucopia.gif) no-repeat top left;
  padding-top: 100px;
}
.page-id-627 #main-content .post h2 {
  padding-left: 134px;
}
/* Artist-Prenuer page */
.page-id-2166 #main-content {
  margin-top: 0;
  background-image: url('http://www.enterpriseforequity.org/wp-content/uploads/FullOnFlourish.png');
  background-repeat: no-repeat;
  background-size: 154%;
  background-position: 79% 72%;
}
.page-id-2166 #site-header {
  margin-bottom: 0;
}
.page-id-2166 .post > h2 {
  padding-top: 2em;
  text-align: right;
}
/* Starburst */
.starburst {
  position: absolute;
  top: 4px;
  right: -155px;
  z-index: 999;
  width: 180px;
  height: 173px;
  box-sizing: border-box;
  padding: 30px 20px;
  background: url(http://www.enterpriseforequity.org/wp-content/uploads/starburst-e1406057986189.png) no-repeat;
  text-align: center;
  color: #FFF;
}
.starburst a {
  line-height: 1;
  color: #fff520;
  font-weight: bold;
  font-size: 20px;
}
.button {
  padding: 1em 2em;
  border: 1px solid white;
  background: #6A5AED;
  border-radius: 7px;
  display: inline-block;
  margin: 2em;
  color: white;
}
.button:hover {
  background: #e7e4fc;
  color: #600000;
}
/* Expandable Toggle Styles */
/* http://simplyaccessible.com/article/something-to-hide/ */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.expand-icon {
  position: relative;
}
.expand-icon:before {
  position: absolute;
  left: .5em;
  content: "";
  height: 1em;
  width: 1em;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><circle stroke="#4A4A4A" fill="#FFF" cx="6.5" cy="6.5" r="6.5"/><path d="M9.195 5.933v.945h-5.39v-.945h5.39z" fill="maroon"/></g></svg>');
  background-size: contain;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.expand-icon.ready-to-expand:before,
.expand-icon.expandable-heading-collapsed:before {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><title>Plus Oval</title><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><circle stroke="#4A4A4A" fill="#FFF" cx="6.5" cy="6.5" r="6.5"/><path d="M7.002 5.933h2.193v.945H7.002v2.485H5.998V6.878H3.805v-.945h2.193V3.637h1.004v2.296z" fill="maroon"/></g></svg>');
}
.toggle-expand-single {
  padding: .5em 1em .5em 1.75em;
  line-height: 1em;
  position: relative;
}
.toggle-expand-single:before {
  position: absolute;
  left: .5em;
  content: "";
  height: 1em;
  width: 1em;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><circle stroke="#4A4A4A" fill="#FFF" cx="6.5" cy="6.5" r="6.5"/><path d="M9.195 5.933v.945h-5.39v-.945h5.39z" fill="maroon"/></g></svg>');
  background-size: contain;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.toggle-expand-single.ready-to-expand:before,
.toggle-expand-single.expandable-heading-collapsed:before {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><title>Plus Oval</title><g transform="translate(1 1)" fill="none" fill-rule="evenodd"><circle stroke="#4A4A4A" fill="#FFF" cx="6.5" cy="6.5" r="6.5"/><path d="M7.002 5.933h2.193v.945H7.002v2.485H5.998V6.878H3.805v-.945h2.193V3.637h1.004v2.296z" fill="maroon"/></g></svg>');
}
.expandable-list {
  margin-bottom: 1em;
}
.expandable-heading {
  padding-left: 2em;
  font-weight: bold;
  font-size: 22px;
}
.expandable-heading-collapsed {
  background-position: 0 -84px;
}
/* Screen readers can communicate state! */
.expandable-heading-status {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.expandable-content {
  overflow: hidden;
  padding: 0 1em 1em 2em;
  line-height: 1.4;
  font-size: 16px;
}
.expandable-content-collapsed {
  display: none;
}
/* Put some padding around it */
.padded {
  padding: 20px;
}
.page-id-2191 #main-content {
  margin: 0;
  width: 100%;
  background-image: url('http://www.enterpriseforequity.org/wp-content/uploads/WACoastWorks-border-decoration.png');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
  padding: 0 10px;
}
.page-id-2191 #site-header {
  margin-bottom: 0;
}

body .field-wrap.aligned-text-labels-wrap label {
    width: 11em;
    display: inline-block;
    text-align: right;
}
body .field-wrap.aligned-text-labels-wrap input {
    min-width: 16em;
}
