/*************** Content Boxes ***************/
/*************** Children Boxes ***************/

.front #block-views-content-box-block {
	width: 1010px;
	margin: 0px auto 50px;
}

#child_page_container {
	margin-top: 56px;
	margin-bottom: 70px;
}

.child_page, 
#block-views-content-box-block .views-row {
	vertical-align: top;
	display: inline-block;
	width: 331px;
	margin: 0;
}

.child_page:nth-child(odd) {
	margin-left: 1px;
	margin-right: 6px;
}

.child_page img,
#block-views-content-box-block .content_box img {
	border: solid 3px #ffffff;
	box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	width: 316px;
}

.child_page h2,
#block-views-content-box-block .content_box h2 {
	margin: 10px 0px 13px 7px;
	font-size: 16px;
	line-height: 16px;
}

.child_page a,
#block-views-content-box-block .content_box a {
	text-decoration: none;
	color: #b31305;
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}

#block-views-content-box-block .content_box .summary a {
	font-weight: 100;
	color: #0997c9;
	font-family: "museo-slab", serif;
	text-transform: none;
}

#child_page_container .child_page h2 a {
	color: #b31305;
}

#child_page_container .child_page a {
	border-bottom: none;
}

.child_page p,
#block-views-content-box-block .content_box p {
	width: 292px;	
	margin: 0px 7px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
	position: relative;
	bottom: 14px;
	font-family: "museo-slab", serif;
	font-weight: 300;
	font-style: normal;
}

.child_page a.learn_more {
	text-transform: none;
}


/*************** Champions of Justice ***************/
.page-champions-of-justice .centered-main-content {
	width: 100%;
}

.view-champions-of-justice .view-content {
	text-align: center;
	margin-top: 6px;
}

.view-champions-of-justice .views-row {
	display: inline-block;
	margin: -1px 2px 0px 0px;
	height: 160px;
	min-width: 160px;
}

.page-champions-of-justice .fancybox-wrap,
.page-champions-of-justice .fancybox-skin {
	border-radius: 0px;
}

.page-champions-of-justice .fancybox-skin {
	padding: 6px;
}


.coj_container {
	display: none;
}

.coj_text_container {
	margin-left: 252px;
	padding: 5px;
	font-size: 17px;
}

.coj_text_container p {
	margin-left: 8px;
	margin-right: 8px;
	line-height: 21px
}

.coj_container .coj_quote {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-size: 15px;
}

.coj_byline {
	margin-top: 0px;
	text-align: right;
	font-size: 15px;
}

.coj_name {
	font-weight: 400;
}

.coj_company_name {
	white-space: nowrap;
	/*font-weight: 400;*/
}

.coj_join_container {
	position: absolute;
	bottom: 0px;
	background-color: #c41230;
	padding: 6px 10px 0px 10px;
	text-align: center;
	color: #ffffff;
	width: 311px;
	height: 81px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.coj_join_button {
	display: block;
	border-top: 1px solid #536673;
	background: #596b78;
	background: -webkit-gradient(linear, left top, left bottom, from(#818f98), to(#596b78));
	background: -webkit-linear-gradient(top, #818f98, #596b78);
	background: -moz-linear-gradient(top, #818f98, #596b78);
	background: -ms-linear-gradient(top, #818f98, #596b78);
	background: -o-linear-gradient(top, #818f98, #596b78);
	padding: 6px 13px;
	margin: 6px auto 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	width: 172px;
	font-weight: 700;
}

.coj_join_button:hover {
	border-top-color: #596b78;
	background: #596b78;
	color: #ccc;
}

.medium .coj_text_container {
	margin-left: 0px;
}

.medium .coj_text_container .coj_quote {
	margin-top: 260px;
	margin-bottom: 10px;
}

.medium .coj_join_container {
	width: 210px;
	height: 105px;
}

.small .coj_text_container {
	margin-left: 0px;
}

.small .coj_text_container .coj_quote {
	margin-top: 260px;
	margin-bottom: 10px;
}

.small .coj_join_container {
	width: 210px;
	height: 105px;
}



.coj_fancybox {
	cursor: pointer;
	height: 160px;
}

.coj_headshot {
	float: left;	
}

.coj_badge {
	position: absolute;
	left: 5px;
	top: 152px;
}

.champion-title-box {
	background-color: #C41230;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	position: relative;
	bottom: 5px;
	width: 311px;
	padding: 0 10px;
}

/* Bootstrap-type utility classes */

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/* Recent blog posts styles */

.recent-blog-block {
    min-height: 228px;
    margin-bottom: 4%;
}

.left-thumbnail {
    min-width: 228px;
    min-height: 228px;
}

.image-framed-border img {
    border: 4px solid #FFF;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 4px #667;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.main-content {
    padding-left: 8px;
    max-width: 456px;
}

.main-content h2 {
    line-height: 12px;
    margin-bottom: 2%;
}

/* Widen Campaign Page */

.page-node-1242 div#content {
    max-width: 1092px;
    float: none;
    width: 100%;
    padding: 0 36px;
}

/* Accordions */

.view-voter-guides .views-row {
    margin-bottom: 1em;
    margin-top: 1em;
    display: block;
}

.view-voter-guides .view-grouping-header {
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin-top: 2em;
}

.view-voter-guides img {
	border: 5px solid white;
    box-shadow: 0 0 4px 2px rgba(146, 146, 146, 0.3);
    margin-bottom: 8px;
}

.view-voter-guides .view-grouping-content h3 {
    font-size: 16px;
}

.accmore {
	display: none;
	margin-bottom: 2em;
}

a.readmore {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 22px;
    margin-bottom: 4px;
    color: #333;
}

a.readmore:after {
    content: ' »';
    }

/* Responsive Good Apple Dinner */
#block-block-10 > p,
#block-block-9 {
    max-width: 100%;
}

.table-wrapper-wrapper-new {
    border: 10px solid #f8f7f3;
    border-radius: 4px;
}

.table-wrapper-new {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f8f7f3;
    color: #444;
}

.innersect {
    border-left: 1px solid #efefed;
}

.section {
    flex: 1 0 167.5px;
    text-align: center;
    border-bottom: 1px solid #efefed;
    border-top: 1px solid #efefed;
    background-color: #fdfcfa;
    margin-bottom: 2px;
}

div#block-block-9 {
    text-align: center;
}

.page-node-189 h2.block__title.block-title {
    text-align: center;
}

@media only screen and (min-width: 786px) { 
	.section {
	margin-bottom: 0;
	}

	div#block-block-9 {
    text-align: left;
}


#block-block-9 {
    max-width: none;
}

.page-node-189 h2.block__title.block-title {
    text-align: left;
}
}

.section:last-of-type {
    flex: 1 1 100%;
    padding: 1.5em;
    vertical-align: middle;
}

.section.fullwidth a.button {
    -webkit-appearance: none;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid #666;
    padding: .5em 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #666; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #434343, #666);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #434343, #666);  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.section.fullwidth a.button:hover {
	background: #666;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #434343, #666);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #434343, #666); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
}

.section h3 {
    font-size: 20px;
    padding: .25em;
}

p.amount {
    font-style: italic;
    color: #888;
    font-size: 14px;
    border: 1px solid #efefed;
    padding-top: 5px;
    padding-bottom: 6px;
    background-color: #fbfaf8;
    border-left-width: 0;
    padding: .25em;
}

p.value-top {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    font-family: "proxima-nova", sans-serif;
    padding: .25em;
}

p.value-bottom {
    font-weight: 400;
    border-top: 1px dashed #DEDDDC;
    margin: 0 14px;
    padding: 9px 0 13px 0;
    font-size: 14px;
    line-height: 14px;
    font-family: "proxima-nova", sans-serif;
}

.nowrap {
	white-space: nowrap;
}

/* Instagram in Header */

.header .social .instagram {
    background-position: -310px 29px;
    margin-right: 6px;
}

.footer .right .instagram{
	background-image: url(/sites/all/themes/zocalo_custom_zen_theme/images/social-media-sprite-map.png);
    background-position:-82px 35px;
}

/* Two Column Styling Image on Left, Text on right */

.block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: .5em 0 1em;
}

.block-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
            padding-top: 5px;
}

.block-image img {
    border: 3px solid #FFF;
    outline: 1px solid #b31305;
    margin: 0 0 15px 0;
    display: block;
}

.block-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 490px;
            flex: 0 1 490px;
}

.block-text p {
    margin-top: 0;
}