@charset "utf-8";
/* CSS Document */

/**** add underline to links in reviews *********/
article a:link {color: #2d75a8; border-bottom: 1px solid;}
article a:hover {color: #F26522; border-bottom: none;}

/***** add margins in main body article area

.zg-col-12, .zg-col, .one-whole {
    margin-left: 0;
    padding-left: 70px;
    padding-right: 70px;
} *******/

/******* close up space between paragraphs *********/

p {
  margin: 0 0 15px;}

/******** Change page Titles to Trajan & add border-bottom after **********/

h1 {font-size: 35px;
    line-height: 1.0em;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/******** Change h5 to be good for inline styling **********/

h5 {font-size: 20px;
    line-height: 1.2em;
    word-break: break-word;
    letter-spacing: -.5px;
}

/******** Change Titles to Trajan & add border-bottom after **********/

.page-title {
    font-family: 'trajan-pro-3';
    text-align: center;
    margin: 10px 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.25em;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/******* Styling for BOOKS by Glenn Hubbard Module Title ********/

.zen-module-title {
    margin-bottom: 10px;
    font-family: 'trajan-pro-3';
    text-align: center;
    margin: 10px 0;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.25em;
    word-break: break-word;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.zen-module-title h3 span {font-family: 'trajan-pro-3';}
/******** Add bullets to additonal articles *******/

.commentary .items-more li {
list-style-type: square;
color: #6a9cbf;}

/******** Add padding to additional articles *******/

@media (min-width:600px){
	.commentary section#mainWrap section.article-intro {padding:1% 10%;}.commentary section#mainWrap section.items-more  {padding:0% 15%;}}

/******* Menu font size smaller *********/

#menu ul>li a {
	font-size: 14.5px;
	letter-spacing: -.25px;
	font-weight: 600;
}

