/*
 Theme Name:     Adaptable Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    This is a Twenty Thirteen Child Theme for the PCORINet web site
 Author:         DCRI Web Team
 Author URI:     http://dcri.org
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


.home.sidebar .entry-content {padding-right:0px;}

#red.summary {margin-top:12px;background:#c61536 url("images/logo_white.svg") center right no-repeat;background-size:110px;}
#red.summary h1, #red.summary h2 {margin:0px;color:white;}
#red.summary h1 {font-family: helvetica, arial, sans-serif;font-size:2.8rem;}

body {
	border-top: 5px solid #7dc050;
	border-top-color: #1dafec;
}

.label {display:none;}

/*meet adapters exceptions */
.page-id-2881 div.entry-content, 
.page-id-2881 .entry-header, .page-id-2881 .entry-content, .page-id-2881 .entry-summary,.page-id-2881 .entry-meta,.page-id-2881 .page-id-2881 .archive-title  {max-width:1040px;}
.page-id-2881 h1.entry-title  {display:none;}
/*end exceptions meet */

.entry-content img.alignright, .entry-content .wp-caption.alignright {margin-right:0px;}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {margin-left:0px;}



.site-header { 
	background-image:  url("images/logo.png");
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: 20px 16px;
    background-size: 260px;
}

.site-header, .site-main, .site-footer, .above-title {border-left: none;
    border-right: none;
    margin: 0px auto;
    max-width: 1045px;
    width: 100%;}



#homelink {
	background-color: transparent;
	width: 600px;
	height: 95px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 9999;
	cursor: pointer;
}


.site {
    background-color: transparent;
    background-image:  url("images/logo.png");
    background-repeat: no-repeat;
    background-position: 20px 16px;
    border-left: none;
    border-right: none;
    margin: 0px auto;
    max-width: 1045px;
    width: 100%;
    background-size: 260px;
}

div.button {
    width: 310px;
    height: 59px;
    /*max-width: 100%;*/
    margin-bottom: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
	line-height:59px;
	padding-left:30px;
}

a.button:hover, a.button:link, a.button:visited, a.button{
	color: #fff !important;
	text-decoration:none;
	font-size:24px;
}

.blog-button {
    background-image: url(images/purple3.png);
}

.blog-button:hover {
    background-image: url(images/purple3hover.png);
}


.infographic-button {
    background-image: url(images/bluebutton508.png);
}

.infographic-button:hover {
    background-image: url(images/bluehover.png);
}

.fact-sheet-button {
    background-image: url(images/greenbutton508.png);
}

.fact-sheet-button:hover {
    background-image: url(images/greenhover.png);
}

.videos-button {
    background-image: url(images/orangebutton508.png);
}

.videos-button:hover {
    background-image: url(images/orangehover.png);
}

.newsletter-button {
    background-image: url(images/letterbutton508.png);
}

.newsletter-button:hover {
    background-image: url(images/bluehover.png);
}

.home .entry-title{display:none;}

.site-header {
    color: rgb(20, 20, 18);
    display: block;
    margin: 0px auto;
    padding: 100px 20px 0px 20px;
	*padding: 0px 20px 0px 20px;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 270px) {
	#red.summary h1 {font-size:2.5rem;margin-right:32px;}
	#red.summary {margin-top:12px;background:#c61536 url("images/logo_whitev2.svg") top right no-repeat;background-size:50px;}
	
}

@media (min-width: 643px) {
	
	
	.pcor-link{
		position:absolute;
		top:0px;
		right:0px;
		height: 61px;
		width:303px;
		background: url(images/pcori_corner.png) top right no-repeat;
	}
}

.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 55px;
	*top: -45px;
    background-color: #ffffff;
	z-index: 10000;
}



/* Horizontal Nav Bar */


.navbar {
    background-color: transparent;
    border-top: 1px solid #c7c7c7;
    margin: 0px auto;
    max-width: 1600px;
    width: 100%;
}


.nav-menu li a {
    color: rgb(163, 163, 164);
	color: #444;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 10px 10px;
    text-decoration: none;
    border-top: 5px solid transparent;
    font-weight: 600;
}

.nav-menu ul li a {
    color: rgb(163, 163, 164);
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 10px 10px;
    text-decoration: none;
    border-top: 5px solid #f7f7f7;	
}

ul.nav-menu li a:hover,
.nav-menu ul ul a:hover {
	background-color: transparent !important;
	color: #000000 !important;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #000000;
	font-style: normal;
	background-color: transparent
}

.nav-menu li:hover > a{
	background-color: transparent;
	color: #000000 !important; 
}

.nav-menu .current_page_item a,
.nav-menu li a:hover, nav-menu .current_page_item a,
.nav-menu li a:focus {
	background-color: transparent;
	color: #000000 !important; 
	border-top: 5px solid #bf1e2e;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #f7f7f7;
	border: 2px solid #f7f7f7;
	border-top: 0;
	/*display: none;*/
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}


/* Breadcrumbs CSS */

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:link {
  color: #888;
}
.breadcrumbs {
  margin: 10px 0 0 10px;
  text-transform: uppercase;
  font-size: .7em;
}

/* Main Content Area */




.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.archive-title {
	margin: 0 auto;
	/*max-width: 604px;*/
	max-width: 840px;
	width: 100%;
	padding-left: 18px !important;
	
}


.entry-header {
padding-top: 0px !important;
margin-top: 0px !important;
}

.hentry {
    padding: 20px 0px;
}

.search-no-results .page-header,
.search-results .page-header {
background-color: transparent;
padding: 0px 10px 0px 20px !important;
margin: 0 0 0 0;
}

.search-no-results .page-header .page-title,
.search-results .page-header .page-title {
	font-family: helvetica, arial, sans-serif;
	color: #8ec868;
	color: #1dafec;
	font-size: 35px;
	font-style: normal;
}



#content {
	padding-top: 0px !important;
}

#content a,
.sidebar-inner .widget-area .widget a, a.timeline-Widget {
	/*color: rgb(111, 116, 194);*/
	color: #1A76C1;
	
}
.home #content a {color: #1A76C1!important;}

.page-id-2957 #content .alternate a {color:#1768AB;}

.entry-meta .categories-links,
.entry-meta .author {
	display: none;
}

.entry-meta {
	padding-left: 0px !important;
}

h1.entry-title {
	font-family: helvetica, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #8ec868;
	color: #1dafec;
	color: #444;
}


.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap:  normal;
}

.entry-content p {
margin-bottom: 8px;
}

img.wp-post-image {
float: left;	
}

.hungryfeed_item_title a {
	font-weight: normal;
}

.sidebar-inner h2,
#content h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #9b9d9a;
	color: #444;
	margin: 8px 0;
}

#red.summary h2 {font-size:1.2rem;}


.sidebar-inner h3,
#content h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #6168be;
	color: #444;
	border-bottom: 1px solid #e5e5e5;
	margin: 8px 0;
}

.sidebar-inner h4,
#content h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0;
}

.sidebar-inner h5,
#content h5 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 8px 0;
}

.sidebar-inner h6,
#content h6 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0;
}

.archive-header {
	background-color: transparent;
	display: none;
}


/* Bottom Page Navigation Links */

.paging-navigation {
	background-color: #ffffff;
	padding: 40px 0;
}

.paging-navigation .meta-nav {
	background-color: #ffffff;
	border-radius: 50%;
	color: #6F74C2;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ffffff;
	text-decoration: none;
}



/* short code list styles */

.fpevents img.wp-post-image,
.fpnews img.wp-post-image {
margin: 0px 8px 0px 0px;
}

#lcp_news img.wp-post-image {
	margin-left: 0px;
}

ul.lcp_catlist {
	list-style-type: none;
width: 100%;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 0px;
}

ul.lcp_catlist li {
    margin-bottom: 40px;
    width: 100% !important;
    margin-left: 0px !important;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
}

.lcp_thumbnail {
	margin: 8px 8px 0 0px;
}

.lcp_title {
	font-size: 21px !important;
    font-weight: normal;
	color: #6168be;
	padding-right: 5px;
}


.fpnews ul.lcp_catlist li {
	background-color: #f6f6f6;
	padding: 8px;
}

.fpevents .lcp_title,
.fpnews .lcp_title {
	font-size: 21px !important;
    font-weight: normal;
	color: #6168be;
	padding-right: 5px;
}

.lcp_date {
font-size: 14px;
color: #9d9d9e;
display: none;
}

.fpnews .lcp_date {
	font-size: 14px;
	color: #9d9d9e;
	display: block !important;	
}


.fpevents,
.fpnews {
padding-top: 0px;
}


.fpevents .lcp_title {
	font-size: 21px !important;
    font-weight: normal;
	color: #6168be;
    margin: 5px 0 0 0;
}


.fpevents h3 {
border-bottom: none !important;
}
.fpevents a {
	color: #9b9d9a;
	min-width: 100%;
}

.fpevents ul.lcp_catlist li {
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
}





/* Comments Section */

.comment-respond {
    background-color: transparent;
    padding: 30px 0px;
}

#reply-title {
padding-left: 0px;
padding-bottom: 5px;
margin-left: 40px;
}

/* Sidebar Widget Area */



.sidebar-inner .widget-area {
	background-color: #ffffff;
}

.sidebar-inner .widget-area .widget {
	background-color: #ffffff;
	padding: 8px 0 1px 0;
	border-left: 1px solid #ebebeb;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap:  normal;
	overflow: hidden;
}

.sidebar-inner .widget-area .widget h3 {
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
}


.sidebar-inner .widget-area .widget h3.widget-title {
    font: normal 26px Helvetica,sans-serif;
    margin: 0px 0px 10px;
    color: #434344;
}


/* Resources Widget */

.sidebar-inner .widget-area #text-3 h3.widget-title {
    font: normal 26px Helvetica,sans-serif;
    margin: 0px 0px 10px;
    color: #4eb7ed;
}

.sidebar-inner .widget-area #text-3 {
border-left: 1px solid #2eafeb;
}

.container {width:280px;}

.resource p{color: #6e6e70; font-size: 20px;}

.inner {padding-left:38px;padding-bottom:18px;}

#imgPhIcon {
	background:transparent url(/wp-content/uploads/2013/12/resource-center-bubble-green.png) top left no-repeat;
}
#imgPhone {
	background:transparent url(/wp-content/uploads/2013/12/imgPhone.jpg) bottom right no-repeat;
}
#imgMailIcon {
	background:transparent url(/wp-content/uploads/2013/12/resource-center-bubble-blue.png) top left no-repeat;
}
#imgMail {
	background:transparent url(/wp-content/uploads/2013/12/imgMail.jpg) bottom right no-repeat;
}

.bigtype, .bigtype {font-weight:normal;font-size:25px;color:#434344;}
.subtext {padding-top:13px;font-weight:normal; font-size:14px; color: #8f8f91; font-style:italic;}

#text-3 p {margin-bottom:10px;}
#text-3 a {color: #434344}



/* Footer and Colophon Area */

#colophon {
margin: 0px auto;
padding-left: 15px;
}

.site-footer {
    color: rgb(0, 0, 0);
    background-color: transparent !important;
    font-size: 14px;
    text-align: left;
	padding-top: 0px;
	margin: 0px 35px 0 0px;
}



.site-footer .widget-area .widget {
    color: rgb(0, 0, 0);
    border-top: 1px solid #7bc142; 
    width: 100%;
	*width: 60%;
}

.site-footer .widget-area .widget a {
    	color: rgb(3, 58, 140);
}

.site-footer .sidebar-container {
    background-color: transparent;
    padding: 0px 0px;
    color: rgb(0, 0, 0);
}

.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
    color: rgb(3, 58, 140);
}

.site-info {
display: none;
}

img#wpstats {display: none;}


.header-sm-icons.simple-social-icons {
    position: absolute;
    top: 60px;
    right: 100px;
}

/* Media Queries for Mobile layout */

@media (max-width: 643px) {

.header-sm-icons.simple-social-icons {
    display:none;
}

body {
	border-top: 5px solid #7dc050;
}

#homelink {
	background-color: transparent;
	width: 295px;
	height: 95px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 9999;
	cursor: pointer;
}


.site {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 12px 5px;
    background-size: 300px;
}

.site-header .search-form {
    position: absolute;
    right: 15px;
    top: 101px;
}

.site-header .search-field:focus {
	background-color: transparent;
	border: 1px solid #000000;
	cursor: text;
	outline: 0;
	width: 200px;
}

	
h1.entry-title {
		font-size: 28px;
		font-weight: normal;
}
	
h3.menu-toggle {
	padding: 8px 0px 8px 0px;
}

.toggled-on .nav-menu li a {
	border-top: 5px solid #ffffff;
	color: #000000;
}	
	
.toggled-on .nav-menu li a:hover,
.toggled-on .nav-menu .current_page_item a {
	background-color: transparent;
	color: #7bc142;
}

.toggled-on .nav-menu .sub-menu,
.toggled-on .nav-menu .children {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-top: 5px solid #ffffff !important;
}
	

#content h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 26px;
			font-weight: normal;
}

#content h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 23px;
			font-weight: normal;
}

#content h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
			font-weight: normal;
}

#content h5 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
			font-weight: normal;
}

#content h6 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
			font-weight: normal;
}



	
	.sidebar-inner .widget-area .widget {
	background-color: #ffffff;
	padding-bottom: 1px;
	padding-top: 12px;
	border-top: 1px solid #7bc142;
	border-left: none;
}

.comment-respond {
    background-color: transparent;
    padding: 10px 20px;
	border-top: 1px solid #7bc142;
	}

		
#reply-title {
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
	
	
#colophon {
	margin-left: 0px;
	padding-right: 40px;
	padding-left: 0px;
	width: 100%;
}
	
}

.site-main .widget-area {
    margin-right: 0px;
}

@media(min-width: 1000px){
	
		#red.summary h1 {font-size:2.8rem;margin-right:0px;}
#red.summary {background:#c61536 url("images/logo_white.svg") center right no-repeat;background-size:110px;}
	.site-main .widget-area {
	  width: 330px;
	}
}

.contact-list td {
  font-size: 1.2em;
  vertical-align:top;
}

.tribe-events-list-widget h4 {
  font-size: 1em;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a{
  font-weight:normal;
}

.tribe-events-list-widget .duration {
  font-weight: 500;
}

@media (min-width: 1000px){
	.site-main .widget-area {
	    padding-right: 20px;
	}
}

/************************
** Meta Slider Stuff
************************/
.above-title{
	padding: 0px 20px;
}

.nivo-controlNav {
  position: absolute;
  bottom: -15px;
}

.nivoSlider img {
  display: none;
}

.theme-default .nivoSlider .nivo-directionNav a{
	background-image:url("images/arrows.png");
}
.theme-default .nivoSlider .nivo-directionNav a:hover{
	background-image:url("images/arrowshover.png");
}

.blogTitle {font-size:1.6em;}

/********************
*Ask Adaptable Page
********************/

.page-id-2647 h1.entry-title{display:none;}
.postid-2668 .navigation.post-navigation{display:none;}

/*quotes page */
.block ul.lcp_catlist li {margin-bottom:20px;}
#content .block h2 {text-transform:uppercase;font-size:1.2rem;font-weight:500;margin-bottom:20px;margin-top:0px;}
#content .block.one h2 {margin-bottom:28px;}
.block.one {padding:0px 24px 10px 0px;background:transparent url(images/redquotes.png) no-repeat top right;background-size:140px;margin-top:32px;}
.block.two, .block.seven {padding:0px 10px 20px 0px;background:transparent url(images/quotepurple.png) no-repeat top right;background-size:90px;margin-top:0px;float:left;width:47%;margin-right:4%;}
.block.three, .block.eight {padding:0px 10px 20px 0px;background:transparent url(images/quotegreen.png) no-repeat top right;background-size:90px;margin-top:0px;float:left;width:47%;margin-right:0px;}

.block.four {padding:0px 10px 10px 0px;text-align:center;margin-top:0px;float:none;clear:both;width:100%;margin-right:0px;}
.block.four p {padding-bottom:40px;}

.block.five {padding:0px 10px 20px 0px;background:transparent url(images/quotebrown.png) no-repeat top right;background-size:90px;margin-top:0px;float:left;width:47%;margin-right:4%;}
.block.six {padding:0px 10px 20px 0px;background:transparent url(images/quoteblue.png) no-repeat top right;background-size:90px;margin-top:0px;float:left;width:47%;margin-right:0px;}

.block.nine {padding:0px 10px 20px 0px;margin-top:0px;float:none;width:95%;clear:both;margin-right:0px;}

.block.one p {
	font-size:1.5rem;
	font-style:italic;
	hanging-punctuation:first;}

.block.two p, .block.three p {
	font-size:1.1rem;
	font-style:italic;
	hanging-punctuation:first;}

#content .block h1 {font-size:2.2rem;font-weight:600;margin:0px;margin-bottom:2px;font-family: helvetica, arial, sans-serif;}

.entry-content a.quoter {display:none;font-size:3.2rem;}

.date {display:block;font-size:.9rem;margin-bottom:14px;margin-top:0px;}

.simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"]  {width:1.2em;height:1.2em;margin-top:12px;}

/*meet the adapters settings*/

.personal-pic {
	float:left;
	width:70%;
	margin-bottom:12px;}

.personal {
	float:left;
	padding-top:232px;
	padding-left:0px;}

.personal a:link, .personal a:visited {
	text-decoration:none;
	background-color:#9C6A0D;
	padding:12px 32px;
	font-size:1.2rem;
	text-align:center;
	font-weight:bold;
	color:#fff!important;}

.personal a:hover {background-color:#db9252;color:#000!important;}

.page-id-3005 h1.entry-title, .page-id-3010 h1.entry-title, .page-id-3014 h1.entry-title, .page-id-3022 h1.entry-title, .page-id-3027 h1.entry-title , .page-id-3985 h1.entry-title, .page-id-3031 h1.entry-title , .page-id-3757 h1.entry-title , .page-id-3018 h1.entry-title , .page-id-2985 h1.entry-title, .page-id-3010 h1.entry-title, .page-id-3014 h1.entry-title, .page-id-3022 h1.entry-title, .page-id-3027 h1.entry-title , .page-id-3985 h1.entry-title, .page-id-3031 h1.entry-title , .page-id-3757 h1.entry-title , .page-id-3018 h1.entry-title, .page-id-4081 h1.entry-title     {display:none;}   

/* newsletters */

.newsletters img {width:120px; border:1px solid #000;}
.newsletters ul {margin-top:-32px;}
.newsletters ul.lcp_catlist li {border-bottom:1px solid white;Margin-top:62px;}
#content .newsletters  h3 {margin-top:32px;}

a.more {display:block;float:right;font-weight:bold;margin-top:12px;}

#hide {display:none;}

.site-disclaimer {width:100%;margin:20px auto;}

.return {position:absolute;top:0px;left:0px;width:300px;}
.return a {padding:32px;display:block;}