/*

Theme Name: Accelerate Child by Paul R for North PA 

Theme URI: https://themegrill.com/themes/accelerate/

Template: accelerate

Author: ThemeGrill

Author URI: https://themegrill.com

Description: Accelerate is multipurpose WordPress theme made for simplicity and ease of use. This theme is a piece of art that has this premium look and feel which will make your site stand out. Supports all post formats. Accelerate can be used for portfolio, business, blog, personal, travel, corporate, business services or any other kinds of sites. Get free support in https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/accelerate/

Tags: one-column,two-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-logo,custom-menu,featured-images,footer-widgets,post-formats,blog,threaded-comments,theme-options,translation-ready,rtl-language-support,e-commerce

Version: 1.3.2.1495725940

Updated: 2017-05-25 11:25:40



*/

/* copied from parent accelerate theme custom css section */

/* this is how a comment is formatted, opening with slash-asterik and closing with asterik-slash */

/* styles the heading font family */
h1, h2, h3, h4, h5, h6 {font-family:'Roboto', sans-serif}

/*this bolds the first three heading families*/
h1, h2, h3 {font-weight:bold}

/* this hides the border on images in Connections Directory listings */
#cn-list span.cn-image-style {border:0px!important}

/* this hides the Org title for Active for Life in the Connections Directory listings */
#active-for-life-2 span.org {display:none!important}

/*this hides the Org title for all of the other connections directory listings*/
#canadian-assessment-of-physical-literacy-capl span.org, #cira-ontario span.org, #fit-kids-healthy-kids span.org, #passport-for-life span.org, #phe-canada-move-think-learn span.org, #phe-canada-activate-physical-literacy span.org, #phe-canada-physical-literacy-educational-strategies span.org, #apple-schools-healthy-holiday-recipes span.org, #apple-schools-taste-testing span.org, #freggie-tales span.org, #half-your-plate span.org, #healthy-schools-bc span.org, #international-food-information-council-foundation span.org, #mission-nutrition span.org, #unlockfood-ca-1 span.org, #unlockfood-ca span.org, #we-can-1 span.org, #canadian-sleep-society span.org, #heretohelp span.org, #sleep-education span.org, #sleepwell span.org, #tuck span.org, #tuck-parents-guide-to-healthy-sleep span.org, #world-sleep-society span.org, #canadian-mental-health-association span.org, #apple-schools-mental-health-bins span.org, #centre-for-addiction-and-mental-health span.org, #flex-your-head span.org, #healthy-schools-bc-1 span.org, #heretohelp-1 span.org, #kids-help-phone span.org, #mindyourmind span.org, #open-minds-healthy-minds span.org, #ontario-promoting-well-being span.org, #supporting-minds span.org, #ottawa-public-health span.org, #school-mental-health-assist span.org, #teach-resiliency span.org, #wellbeing-guide span.org, #phe-canada-1 span.org, #we-can-2 span.org, #city-of-hamilton span.org, #participaction span.org, #sedentary-behaviour-research-network span.org, #sedentary-behaviour-research-network-1 span.org, #we-can-3 span.org, #caa-road-safety-website span.org, #ministry-of-transportation-2 span.org, #ministry-of-transportation-1 span.org, #ontario-active-school-travel span.org, #phe-canada-2 span.org, #walk-bike-to-school span.org, #healthy-schools-bc-2 span.org {display:none!important}

/* this hides the Background Info title for all entries*/
#cn-list div.cn-biography h4 {display:none}

/*this hides the title Resource Repository on the repository main page*/
#post-684 header.entry-header h1 {display:none}



.resource-taxonomy-page {
    padding: 2rem;
    max-width: 900px;
    margin: auto;
  }
  .term-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  .term-description {
    text-align: left;
  }
  .resource-list {
    display: grid;
    gap: 2rem;
  }
  .resource-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }
  .resource-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1rem;
  }
  .resource-item h2 {
    margin: 0 0 0.5rem 0;
  }
  .resource-disclaimer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
    font-style: italic;
  }
  