/*
  Theme Name: Economic Innovation Group
  Author: EIG
  Author URI: http://eig.org
  Version: 1
  Description: Economic Innovation Group theme for Wordpress.
  Text Domain: EIG
*/

.download-cta {display:none}
.research-content {padding-top:25px;}
.single-post-share {display:none}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  width: auto !important;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
  display:block;
}

/* Research Page */
.body-class-page-template-pages .hero {
    width:100%;
    min-height:334px;
    background:url('images/research/research_hero.png') no-repeat center center;
    background-size:cover;
    text-align:center;
    position:relative;
}

.body-class-page-template-pages .hero-about {
    width:100%;
    min-height:334px;
    background:url('images/research/about_hero.png') no-repeat center center;
    background-size:cover;
    text-align:center;
    position:relative;
}

.body-class-page-template-pages .hero-contact {
    width:100%;
    min-height:334px;
    background:url('images/research/contact_hero.png') no-repeat center center;
    background-size:cover;
    text-align:center;
    position:relative;
}

.body-class-page-template-pages .hero-leadership {
    width:100%;
    min-height:334px;
    background:url('images/research/leadership_hero.png') no-repeat center center;
    background-size:cover;
    text-align:center;
    position:relative;
}

.hero h1 {
    color:#d4926d;
    font-size:42px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('images/research/research_hero_bg.png') no-repeat center center;
    line-height: 200px;
    width: 100%;
    clear:both;
}

.hero h1 span {
	background-color:rgba(255,255,255,0.8);
	padding:10px 20px 12px;
}

.custom-bg {
	margin-bottom:30px;
}

div.twocolumns {
	padding-top:30px;
}

.research-content .filter-container {
    border-top:1px solid #d6936f;
    border-bottom:1px solid #d6936f;
    display:table;
    width:100%;
    text-transform:uppercase;
    color:#414141;
    font:11px Polaris-Medium, Helvetica, sans-serif;
    font-weight:bold;
    margin:25px 0;
}
.research-content .filter-container li {
    display:table-cell;
    list-style-type:none;
    padding:3px 0;
    vertical-align:middle;
}
.research-content .filter-container .border-right {
    border-right:1px solid #d6936f;
    margin-right:20px;
    /*padding-right:20px;*/
}
.research-content .filter-container .border-right + li {
    padding-left:20px;
}
.research-content .filter-container li label {
    cursor:pointer;
}
.research-content .filter-container li > img {
    /*padding:0 0px 0 20px;*/
}
.research-content .filter-container .text-right {
    /*text-align:right;*/
}
.research-content .filter-container li span {
     max-width:100px;
     display:inline-block;
}
.research-content .filter-container a {
    display:inline-block;
    width:20px;
    height:20px;
    background:url('images/research/checkbox_box.png');
    padding:5px 6px;
    box-sizing:border-box;
    float:left;
    margin-right:5px;
}
.research-content .filter-container a.blue {
    background:url('images/research/checkbox_box_blue.png');
}
.research-content .filter-container input[type=checkbox]:not(:checked) + a img{
    opacity:0;
}
@media screen and (max-width: 660px) {
  .research-content .filter-container li {
    display: inline-block;
  }
  .research-content .filter-container li:nth-child(odd) {
    width: 16%;
  }
  .research-content .filter-container li:nth-child(even) {
    width: 81%;
  }
}
.checkbox-offset a {
    margin-top: 6px;
}

.research-articles {
    margin-right:-15px;
    display: flex;
    flex-wrap: wrap;
}
.research-articles a {
    display:block;
    width:310px;
    min-height:320px;
    float:left;
    transition:all 0.25s;
}
.research-articles a:hover {
    opacity:0.9;
}
.research-articles article {
    position:relative;
}
.research-articles a {
    margin-right:15px;
}
.research-articles .article-background {
    background-size:cover;
    position:absolute;
    top:0;
    left:0;
    width:310px;
    height:320px;
    z-index:1;
}
.research-articles .article-background-overlay {
    position:absolute;
    top:0;
    left:0;
    width:310px;
    height:320px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
    z-index:2
}
.research-articles .date {
    position:absolute;
    top:0;
    left:20px;
    background:#000;
    color:#fff;
    z-index:3;
    font:11px Polaris-Medium, Helvetica, sans-serif;
    padding:5px 6px;
}
.research-articles .type-icon {
    position:absolute;
    top:10px;
    right:20px;
    z-index:3;
    background:#d8dfe0;
    padding: 8px 8px;
    border-radius: 50%;
}
.research-articles .article-title {
    position:absolute;
    top:50px;
    color:#fff;
    z-index:3;
    font:26px Polaris-Medium, Helvetica, sans-serif;
    left:20px; right:20px;
}
.research-articles a {
    text-decoration: none !important;
}
.research-articles p {
    padding-top: 342px;
    line-height: 22px;
    padding-bottom:15px;
color:#666;
font: 14px/22px Georgia, Times, serif;

}

h1 {
	color: #fff;
	font: 38px/55px Polaris-Light, Helvetica, sans-serif;
	margin: 0 0 40px;
}

body.body-class-parent-pageid-1862 h1 { color: #737373; }

.btn-more {
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font: 12px/16px Georgia, Times, serif;
	letter-spacing: .15em;
	min-width: 140px;
	padding: 7px 20px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}

#homeSlider .bxSlide{height: 340px;}
#homeSlider h2{text-align: center;margin:70px auto 15px auto!important;background-color: rgba(255, 255, 255, 0.8);width:95%!important;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#homeSlider h2 a{
	font: 40px/50px Polaris-Light,Helvetica,sans-serif !important;
	text-decoration:none;
	color: #d4926d;
   padding: 10px 20px 12px;
	display:block;
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#homeSlider p.readMore{text-align:center;}
#homeSlider p.readMore a{display:inline-block;width:150px;border: 1px solid #424242;color: #d6936f;text-decoration:none;padding: 10px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;}

.wpb_wrapper img {
  max-width:100%; height:auto;
}


/* DCI Subsite */
body.body-class-page-template-template-dci-subsite #wrapper .wrapper-inner { min-height: auto; padding-bottom: 10px; }
body.body-class-page-template-template-dci-subsite #header { padding: 52px 0 0; }
.subsite-nav-wrapper { background: #d49470; display: flex; }
.subsite-nav-wrapper .nav-spacer { flex: 1; }
.subsite-nav-wrapper .nav-spacer:last-child { background: #d0825c; margin-left: -1px; }
.subsite-nav-wrapper > ul { list-style: none; padding-left: 0; display: flex; max-width: 100%; width: 960px; justify-content: space-between; margin-bottom: 0; font-family: Polaris-Medium, Helvetica, sans-serif; font-size: 16px; background: #d0825c; }
.subsite-nav-wrapper > ul > li:nth-child(1) { background: #d49470 url('/wp-content/uploads/2016/02/diagonal-1.png') no-repeat right center; padding-right: 100px; }
.subsite-nav-wrapper > ul > li:nth-child(1) a::before { content: "DCI"; background: #ab6946; padding: 5px; font-family: Times, serif; font-weight: bold; font-size: 19px; margin-left: -40px; margin-right: 10px; }
.subsite-nav-wrapper > ul > li:nth-child(n+2) { background: #d0825c; text-transform: uppercase; font-size: 14px; }
.subsite-nav-wrapper > ul > li { list-style-type: none; padding: 25px 0; text-align: center; }
.subsite-nav-wrapper > ul > li > a { color:#fff; text-decoration: none; white-space: nowrap; }
.subsite-nav-wrapper .sub-menu li.menu-item-object-custom { background: #ccc; }
body.body-class-page-template-template-dci-subsite .page-content { padding-top: 80px; background-image:url('/wp-content/uploads/2014/05/homepage_oct1.jpg'); background-size: cover; }
body.body-class-page-template-template-dci-subsite .page-content .wrapper-inner { padding: 40px; width: 1300px; max-width: 100%; background: #fff; margin: 0 auto; box-sizing: border-box; }
body.body-class-page-template-template-dci-subsite:not(.body-class-page-id-1622) .page-content p:not(.full-width) { max-width: 700px; margin: 0 auto; font: 16px/24px Georgia, Times, serif; color: #666; letter-spacing: 0px; margin-bottom: 30px; }
body.body-class-page-template-template-dci-subsite:not(.body-class-page-id-1622) .page-content h1, body.body-class-page-template-template-dci-subsite .wpb_wrapper h1 { max-width: 700px; margin: 0 auto; color: #666; margin-bottom: 20px; }
body.body-class-page-template-template-dci-subsite:not(.body-class-page-id-1622) .page-content h2 { max-width: 700px; margin: 0 auto; line-height: 1.7em; margin-bottom: 20px; }
body.body-class-page-template-template-dci-subsite .page-content ol { max-width: 700px; margin: 0 auto; line-height: 32px; color: #666; font: 16px/24px Georgia, Times, serif; margin-bottom: 40px; }
body.body-class-page-template-template-dci-subsite .page-content ol img { max-width: 64px; height: auto; float: left; }
body.body-class-page-template-template-dci-subsite .page-content ol > li { list-style-type: none; }
body.body-class-page-template-template-dci-subsite .tableauPlaceholder { max-width: 100%; margin-bottom: 50px; }
.iframe-container { width: 100%; padding-bottom: 55%; position: relative; margin-bottom: 50px; box-sizing: border-box; min-height: 300px; }
.iframe-container > iframe { position: absolute; width: 100%; height: 100%; }

/* Maps Report Subsite */
body.body-class-page-template-template-maps-report #wrapper .wrapper-inner { min-height: auto; padding-bottom: 10px; }
body.body-class-page-template-template-maps-report #header { padding: 52px 0 0; }
body.body-class-page-template-template-maps-report .page-content { padding-top: 80px; background-image:url('/wp-content/uploads/2014/05/homepage_oct1.jpg'); background-size: cover; }
body.body-class-page-template-template-maps-report .page-content .wrapper-inner { padding: 40px; width: 1300px; max-width: 100%; background: #fff; margin: 0 auto; box-sizing: border-box; }
body.body-class-page-template-template-maps-report .page-content p { max-width: 700px; margin: 0 auto; font: 16px/24px Georgia, Times, serif; color: #666; letter-spacing: 0px; margin-bottom: 30px; }
body.body-class-page-template-template-maps-report .page-content p.imgContainer { max-width:100% !important; }
body.body-class-page-template-template-maps-report .page-content h1, body.body-class-page-template-template-maps-report .wpb_wrapper h1 { max-width: 700px; margin: 0 auto; color: #666; margin-bottom: 20px; }
body.body-class-page-template-template-maps-report .page-content h2 { max-width: 700px; margin: 0 auto; line-height: 1.7em; margin-bottom: 20px; }
body.body-class-page-template-template-maps-report .page-content ol { max-width: 700px; margin: 0 auto; line-height: 32px; color: #666; font: 16px/24px Georgia, Times, serif; margin-bottom: 40px; }
body.body-class-page-template-template-maps-report .page-content ol img { max-width: 64px; height: auto; float: left; }
body.body-class-page-template-template-maps-report .page-content ol > li { list-style-type: none; }
body.body-class-page-template-template-maps-report .tableauPlaceholder { max-width: 100%; margin-bottom: 50px; }
body.body-class-page-template-template-maps-report .subsite-nav-wrapper > ul > li:nth-child(1) a::before { display:none !important; }
body.body-class-page-template-template-maps-report .tag-embed { margin:0 auto; display:block; text-align:center; }
body.body-class-page-template-template-maps-report .tag-embed-code { margin:0 auto; display:block; text-align:center; position:relative !important;}
.vc_btn3 {font: 18px/20px TiemposHeadlineWeb-Light, Helvetica, sans-serif;}

.mapsSepHead { font-size:22px; }


@media screen and (max-width: 900px) {
  .subsite-nav-wrapper > ul { display: block; }
  .subsite-nav-wrapper > ul > li:nth-child(1) { background: #d49470; }
  .subsite-nav-wrapper > ul > li { padding: 12px 0; }
  body.body-class-page-template-template-dci-subsite .page-content .wrapper-inner { padding: 15px; }
  body.body-class-page-template-template-dci-subsite .page-content h1 { font-size: 25px; line-height: 1.8em; }
  .subsite-nav-wrapper li.menu-item-has-children ul { background: rgba(255,255,255,0.1); margin: 20px; }
  .subsite-nav-wrapper li.menu-item-has-children ul > li { list-style-type: none; padding: 10px 0; }
  .subsite-nav-wrapper li.menu-item-has-children ul > li > a { color: #fff; text-decoration: none; }
}

@media screen and (min-width:901px) {
  .subsite-nav-wrapper li:hover > .sub-menu { visibility: visible; opacity: 1;}
  .subsite-nav-wrapper li.menu-item-has-children { position: relative; }
  .subsite-nav-wrapper .sub-menu { z-index: 50; visibility: hidden; opacity: 0; position: absolute; top: 73px; padding-left: 0; background: #eee; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; width: 250px; margin-left: -125px; left: 50%; }
  .subsite-nav-wrapper .sub-menu li:hover { background: #ccc; }
  .subsite-nav-wrapper .sub-menu > li { list-style-type: none; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
  .subsite-nav-wrapper .sub-menu li a { color: #000; text-decoration: none; padding: 15px 0; display: block; min-width: 72px; font-size: 11px; }
}

.dci-icon { margin-right: 15px; width: 31px; height: 32px; background-image: url('images/dci-icons.png'); background-size: 224px 32px; background-repeat: no-repeat; float: left; }
.dci-icon.icon-graduate { background-position-x: -96px; }
.dci-icon.icon-house { background-position-x: -193px; }
.dci-icon.icon-unemployed { }
.dci-icon.icon-poverty { background-position-x: -32px; }
.dci-icon.icon-income { background-position-x: -65px; }
.dci-icon.icon-employment-change { background-position-x: -128px; }
.dci-icon.icon-establishment { background-position-x: -161px; }
body.body-class-page-template-template-dci-subsite .page-content ol li + li { margin-top: 10px; }

.tag-embed { margin-top: -40px; margin-bottom: 30px; position: relative; }
.tag-embed-code { z-index: 50; color: #666; position: absolute; background: #fff; padding: 15px; border: 2px solid #d6936f; border-radius: 2px; top: 34px; }
.button.embed-show { color: #d6936f; text-decoration: none; padding: 5px; border: 1px solid #d6936f; border-radius: 3px; }
.button.embed-show:hover, .button.embed-show.open { color: #fff; background: #d6936f; }

.maps-nav .button { padding: 10px 20px; font-size: 18px; text-decoration: none; background-color: #d6936f; color: #fff; width: 141px; text-align: center; }
@media screen and (min-width: 400px) {
  .maps-nav .button.next-button { float: right; }
  .maps-nav .button.prev-button { float: left; }
  .maps-nav { height: 42px; }
}

.map-links { display: flex; border: 3px solid #e5e5e5; margin: 0 auto; width: 100%; max-width: 620px; margin-bottom: 40px; margin-top: 40px; flex-wrap: wrap; }
.map-links h1 { font-size: 33px; margin: 0 auto; !important; padding: 10px; line-height: 1em; position: absolute; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.map-links h3 {
    font-family: Polaris-Medium, Helvetica, sans-serif;
    background: #d18258;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px 10px 30px;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -3px;
}
.map-links .link-box:last-child h3 { border-left: 3px solid #bc754f; }
.map-links .link-box { flex: 1; min-height: 70px; position: relative; min-width: 200px; -webkit-flex: 1 1 auto; }
.map-links .link-box ul > li { list-style-type: none; margin-left: 30px; line-height: 1.8em;  }
.map-links .link-box ul li a { text-decoration: none; color: #414040; font-size: 16px; }
.map-links .link-box + .link-box { border-left: 3px solid #e5e5e5; }

.footer-bottom .footer-row-inner {
    display: flex !important;
    padding-top: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
input.flipbook-currentPage {
    height: auto;
}

.iframe-container { width: 100%; padding-bottom: 57%; position: relative; }
.iframe-container > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.featured-articles > a {
  width: 325px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 20px 300px;
  position: relative;
  margin: 19px;
  border: 5px solid #fff;
}
.featured-articles > a:hover {
  border: 5px solid #ccc;
}
.featured-articles .article {
}
.featured-articles .article-image {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}