/**
 * Example Print Preview site
 *
 *	print.css
 *	author: Tim Connell
 */

/* -- Typography -- */
@page {
    margin: 2cm;
}

body {
    background: #FFF;
    color: #000;
/*    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-align: left; */
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 20px;   
}
.content{
    border-bottom: 1px solid #666666;
    margin-bottom: 25px;
    padding-bottom: 50px;
    overflow: visible;
    
}
.content img{
    display: block;
    margin: 0px auto;
    max-width: 100% !important;
}

.content p{
    line-height: 1.5;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 1em;

}

p.caption{
    font-style: italic;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #ae211f;
  margin: 0px 0px 10px;
  border: 0px;
  padding: 0px; }

h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400; }
  h1.pageTitle {
    margin-bottom: 20px;
	margin-top: 20px; }

h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px; }

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

h4 {
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700; }

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

.pageHeader{
    margin-bottom: 10px;
}

/* Javascript Elements */
ul.slides{
    padding: 0px;
}
ul.slides li{
    float: none !important;
    opacity: 1 !important;
    margin-bottom: 20px;
}
    

/* -- Add message re print -- */
/*
.content:before {
    content: "Thank you for printing this page. Please do not forget to come back to laroche.edu for imformation. Also, remember to help the environment and recycle. :)";
    display: block;
    border: 1px solid #ccc;
    font-style: italic;
    margin: 0 0 1em;
    padding: 8px 10px;
}*/
.content a:link:after,
.content a:visited:after {
    color: #666666;
  content: " (" attr(href) ") ";
  font-size: 60%;
   display: block;
  text-decoration: none;
}
/* HIDE */
nav#main-nav, #utility-nav, .visible-phone, .span4, #footer{
    display: none;
}

/* -- TABLE STYLES -- */
td{
    border-bottom: 1px solid #666;
    padding: 5px 5px 5px 20px;
}

.sub-cat td{
    color: #AE211F;
    padding: 5px;
}

.headline{
    border-bottom: 3px solid #666;
}


.headline  td{
        padding-left: 0px;
        padding-top: 30px;
    }

    .audience-landing #pageInfo img{
        display:none;
    }

#breadcrumb {
  margin: 20px 0px 5px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 12px; }
  #breadcrumb li {
    display: inline;
    list-style-type: none; }
    #breadcrumb li a {
      color: #333;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      text-decoration: underline; }
    #breadcrumb li.active {
      color: #ae211f; }

/* Amazon */
.vm-wrapper {display:none;}

