/*
Theme Name: Forum
Theme URI:
Description: Forum on Corporate Governance and Financial Regulation
Author: Zoe Piel
Author URI: 
Version: 0.1
Tags: 

*/
/* Responsive  */
@media only screen and (max-width: 1000px) {
	
	.ais-hits--item {
		border-bottom: 1px solid gainsboro;
		padding-bottom: 0px;
	}
	
}

@media only screen and (max-width: 600px) {

		.ais-hits--item {
		border-bottom: 1px solid gainsboro;
		padding-bottom: 5px;
}
		#ais-wrapper {
	display: inline-flex;
}

#ais-facets {
		display:none;
	}
}

	#search-wrapper {
	display: inline-flex;
	width: 95%;
}

#sort-by-container,
#current-refined-values,
#year,
#tags,
#clear-all,
#organizations,
#categories,
#contributors,
.ais-search-box--input {
  height: auto;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
}

.ais-hits--item {
	padding-bottom: 5px;
		margin-bottom: 1rem;
}

.ais-search-box--input:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.ais-clearfix {
	clear: both;
}

.left-panel {
  flex: 0;
}

.right-panel {
  width: calc(100% - 306px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.ais-hits--item em, .ais-hits--item a em {
	font-style: normal;
	background: #FFFFFF;
	border-radius: 0px;
}

#searchbox {
  flex-grow: 0;
  margin-bottom: 8px;
}

#searchbox,
#stats {
  flex-grow: 0;
}

.ais-search-box {
  position: relative;
  height: auto;
  width: 80%;
  max-width: 80%;
}

.ais-search-box--magnifier,
.ais-search-box--reset {
  position: absolute;
  top: 0;
  left: inherit;
  margin: 14px 16px;
  cursor: pointer;
}

#algolia-search-box input {
	border: none;
	border-bottom: 2px solid #b1233d;
	background: transparent;
	width: 60%;
	line-height: 20px;
	font-size: 20px;
	padding: 10px 0 10px 30px;
	font-weight: 200;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
}

#algolia-search-box .search-icon {
    display: none;  
}

.ais-search-box--magnifier svg,
.ais-search-box--reset svg {
  width: 13px;
  height: 13px;
  display: block;
}

.ais-search-box--magnifier svg {
  fill: #5468ff;
}

.ais-search-box--reset svg {
  fill: #ed5a6a;
}

.ais-search-box--magnifier {
  right: 0;
}

.ais-search-box--reset {
  background: none;
  padding: 0;
  border: none;
  right: 30px;
}


#stats {
  flex-grow: 0;
  margin-bottom: 16px;
}

.ais-stats {
  font-size: 12px;
  color: #697782;
  opacity: 1;
}

#hits {
  flex-grow: 1;
  padding: 8px 26px;
}

.ais-hits {
  display: flex;
		padding-bottom: 5px;
  flex-wrap: wrap;
}

.ais-hits--content {
	overflow: hidden;
		border-bottom: 1px dotted gray;
	    padding-bottom: 10px;
}


.ais-refinement-list--header,
.ais-range-slider--header {
  font-weight: bolder;
  margin: 0;
  padding: 0 16px 8px;
  font-size: inherit;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}


.hit {
  display: flex;
  padding: 16px;
}

.hit-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hit-image {
  display: flex;
  margin-right: 24px;
}

.hit-image img {
  width: auto;
  max-height: 176px;
}

.hit-name {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
}

.hit-description {
  color: rgb(153, 153, 153);
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 10px;
}

.ais-refinement-list--item {
  padding: 2px 16px;
}

.ais-refinement-list--list-year{
	columns: 2;
    padding-top: 5px;
}

.ais-refinement-list--label {
  color: black;
  font-size: 12px;
}



.ais-refinement-list--count {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 4px;
  color: #999;
  float: right;
  display: none;
}

.ais-refinement-list--checkbox {
  margin: 0 5px 0 0;
}

.ais-refinement-list--item__active .ais-refinement-list--label,
.ais-refinement-list--item__active .ais-refinement-list--count {
  font-weight: normal;
}

.ais-current-refined-values--count,
.ais-hierarchical-menu--count,
.ais-refinement-list--count {
          display: none;
}

.sbx-sffv {
  font-weight: normal;
  height: auto;
  border-bottom: 0px solid #eee;
}
.sbx-sffv svg,
.sbx-sffv svg use {
  fill: #848ab8;
  width: 8px;
  height: 8px;
}
.sbx-sffv__reset {
  top: 9px;
  right: 5px;
    margin-left: 90%;
}

.sbx-sffv__submit {
    display: none;
    }

.sbx-sffv__input {
  border-radius: 1px;
  box-shadow: none;
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
  white-space: normal;
  font-size: inherit;
  display: block;
  -webkit-appearance: none;
}

.ais-range-slider--handle {
  width: 19px;
  height: 19px;
}

.ais-range-slider .rheostat {
  margin: 32px 0;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle {
  top: -6px;
}

.ais-range-slider .rheostat-horizontal .rheostat-progress {
  height: 5px;
  top: 1px;
  background: #5468ff;
}

.ais-range-slider--marker {
  display: none;
}

.ais-range-slider--body {
  padding: 0 11px 0 16px;
}

.ais-range-slider .rheostat-horizontal .rheostat-background {
  height: 3px;
  top: 2px;
  width: 100%;
  background-color: #ddd;
}

.ais-range-slider--tooltip {
  background: transparent;
}

.ais-pagination {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  list-style: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  box-shadow: none;
  flex-wrap: wrap;
}

.ais-pagination--item,
.ais-pagination--item__disabled {
  flex: 0 0 20px;
  width: auto;
  height: auto;
  margin: 4px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  border-radius: 4px;
  transition: all 0.1s linear;
    border: 1px solid #cccccc !important;
}

.ais-pagination--item__disabled {
	    color: #000; 
}

.ais-pagination--item__active {
  color: #000;
}

.ais-pagination--item__active a {
  color: #000;
}

.ais-pagination--item:hover a {
	  color: #000;
}

.ais-pagination--item .ais-pagination--link,
.ais-pagination--item__disabled .ais-pagination--link {
  text-decoration: none;
	line-height: 32px;
}

.ais-hits--item em, 
.ais-hits--item a em {
	font-style: normal;
	background: none;
	border-radius: 0px;
}

span.ais-menu-select--select {
  flex: 0 0 200px;
}

#tagBox{
top: 10px;
    right: 10px;
    position: fixed;
    background-color: yellow;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0px 2px 5px gray;

}

/*** Vanilla CSS ***/
html {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background-color: #ecece8;
  font-family: sans-serif;
  font-size: 10pt;
  word-break: break-word; 
}

img {
  max-width: 600px; height: auto;}

.img-link img{
  margin-top: 1em;
  margin-bottom: 1em;
display: block;
margin-left: auto;
margin-right: auto;
}

  a.img-link:after{
text-align: center;
  display: block;
    content:"[+] enlarge";
}

@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Regular.otf") format("opentype");
  src: url('fonts/AnzianoPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: normal; }

@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Italic.otf") format("opentype");
   src: url('fonts/AnzianoPro-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: italic; }

@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Bold.otf") format("opentype");
    src: url('fonts/AnzianoPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: bold; }

@font-face {
  font-family: 'BentonSans';
  src: url("fonts/BentonSans-Regular.otf") format("opentype");
  src: url('fonts/BentonSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BentonSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BentonSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BentonSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: normal; }

@font-face {
  font-family: 'BentonSans';
  src: url("fonts/BentonSans-RegularItalic.otf") format("opentype");
    src: url('fonts/BentonSans-RegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BentonSans-RegularItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BentonSans-RegularItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BentonSans-RegularItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: italic; }


h1{ font-size: 1.8em;}

h1, h2 {
  font-family: 'BentonSans';
  font-weight: normal;
    line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 10px; }

h3, h4, h5, h6 {
  font-size: 1.5em;
  font-family: 'Anziano';
  font-weight: bold; }

h4 {
  margin-left: 30px;
  font-style: italic; }



hr {
  background-color: #d9e1e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
clear: both;
   }

s, strike, del {
  text-decoration: line-through;
  color:red;
}

span.del{
  color:red;
  text-decoration:line-through;
}

span.ins{
  color:blue;
  text-decoration:underline;
  border-bottom: 1px solid blue;
}


pre {
  font: 11px Monaco, monospace;
  line-height: 1.5;
  margin-bottom: 1.5em; }

span.code {
  font-family: Monaco, monospace; }

p {
  margin: 4px 0 12px 0; }

a, a:visited {
  text-decoration: none;
  color: #b1233d; }

a:hover {
  text-decoration: underline; }

  /* PDF icon */

  a[href$=".pdf"]:after {
    content: url(img/pdf.png);
    }
  
sup, sub {
 vertical-align: baseline;
 position: relative;
 top: -0.4em;
}
sub { 
 top: 0.4em;

}

  /* HLS Colors */


/*** PAGE LAYOUT ***/
/* Styles that affect the entire layout of the page */
div#main {
  background-color: white; }

hr {
  background-color: #d9e1e6;
  border: 0px none;
  height: 1px;
  margin-bottom: 1.5em;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1.5em; }

/*** HEADER : MENU ***/

#header{
background-color:#b1233d;}

#access {
  height: 35px;
  background-color: #b1233d; 
font-family: 'BentonSans';
}

li.widget-container{
  display: inline-block;}
  
.menu{
  padding-left: 30px;
}

.menu-header a {
  font-family: 'BentonSans';
  color: white;
  text-transform: uppercase; }

.menu-header a:hover{ text-decoration: underline;}

#access ul, .menu-header ul{
  list-style: none;
  margin: 0; }

.menu-header ul ul {
  display: none; }

.menu-header li{
  float: left;
  padding: 8px 8px 0 4px; }

.menu-item a {
  text-decoration: none; }

/*** HEADER : OTHER ***/
#masthead {
   background-color: #d9d9d9;
   background-image: url(img/veritas_shield.png);
    background-repeat: no-repeat;
   background-position: 10px 10px;
    background-size: 70px;
    font-family: 'Anziano';
    text-align: center;
    cursor: pointer;
    font-size: 33px;
    padding-top: 0.25em;
    padding-bottom: .25em;
    color: #b1233d;
    font-weight:bold;
  cursor: pointer; }


#searchbox {
font-size: 0px;
height: 25px;
width:240px;
float:right;
margin-top:4px;
margin-bottom: 2px;
}

#searchform{
float:right;
margin-top: 2px;
margin-right:2px;
}

#searchfield {
  padding-left: 3px;
  border: none; }

#searchsubmit {
  border: none;
  margin-left: 10px;
  margin-right:40px
  width: 45px;
  color: #808080;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: white; }

/*** CONTENT : POSTS AND PAGES ***/
/* Entry and Page Titles */

.entry-title{clear: both;}

h1.entry-title {
  color: #b1233d;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 5px;
  margin-top: 0; 
}

h2.entry-title {
  color: #b1233d;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 5px;
  margin-top: 0; }

/* Byline Stuff */
abbr.published {
  border: none; 
  font-style: italic; 
text-decoration: none;
}

div.meta-buttons{
margin-top:5px;

}

.meta-buttons span{
float: left;
  margin-right: 5px;
  padding-right: 5px;
}

.comments-link img, .print-button img, .tweet-button img, .email-button img{
height: 16px;
   }

.comments-link a, .print-button a, .email-button a {
  font-size: 8pt;
  color: #1b4164; }

.comments-link img {
  margin-right: 3px; }

/* Media Alignment */
.alignright {
  /* Style for right-aligned images in posts */
  padding: 8px 0 8px 8px;
  float: right; }

.alignleft {
  /* Style for left-aligned images in posts */
  padding: 8px 8px 8px 0;
  float: left; }


.aligncenter {
  /* Style for centered images in posts */
  padding: 8px;
  display: block;
margin-left:auto;
  margin-right: auto;
}

.sidebar-left{
  /* Style for left-aligned sidebars in post body */
    padding: 15px;
    float: left;
    max-width: 250px;
    background-color: #F5F5F5;
    margin: 0px 10px 0px 0px;
    text-align: left;
}

.sidebar-right{
  /* Style for left-aligned sidebars in post body */
    padding: 15px;
    float: right;
    max-width: 250px;
    background-color: #F5F5F5;
    margin: 0px 0px 0px 10px;
    text-align: left;
}

.sidebar-list{
	font-size: .87em;
	column-count: 2;
}

.sidebar-list ul{
	list-style: none;
	padding: 0px;
}

.box{
  max-width: 85%;
    padding: 10px 20px 10px 20px;
 background-color: #F5F5F5;  
    margin: 10px auto 10px auto;
    line-height: 1.4em;
}

.box img{
	max-width: 500px;
}

.box p, .box ul, .box  ol, .box li {text-align: left !important;}

.sidebar-right ol, .sidebar-right ul, .sidebar-left ol, .sidebar-left ul  {padding-left:15px !important;}

.entry-content table{
  
border-collapse: collapse;
border:1px solid black;
margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  /*overflow: hidden;*/
  table-layout: fixed;
}

table.no-border, .no-border td{border:none !important;}


.entry-content table li, .entry-content table p{
  text-align: left;
}


.entry-content table td, .entry-content table th{border: 1px solid black; padding: 7px; }
.entry-content table th{background-color: #f5f5f5; text-align: center; font-weight: bold; word-break: keep-all; }

span.refnumber{    font-weight: bold;
    font-size: 8pt;
    vertical-align: super;
    margin-right: 3px;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;      
}
p.endnotes, .endnotes p, .endnotes li {text-align: left !important;}

div.endnotes{word-break: break-word;}

a.backlink{display: block;}


/* Entry Content */
.editors_note {
  background-color: #ecece8;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px;
  color: #1b4164; }

.editors_note p:first-of-type {
  display: inline; }

.editors_note p{
	margin:10px 0px 0px 0px;
}
.editors_note:before {
  display: inline;
  content: "Editor's Note: ";
  font-weight: bold; }

.top-tags {
  margin-top: 10px;
  margin-bottom: 10px;
   color: #1b4164; }

.top-tags:before{
  display: inline;
  content: "Tags: ";
  font-weight: bold;
}

div.code{
  font-family: courier, fixed-width;
  text-align: left;
  background-color: ;
  margin-bottom: 5px;
  padding: 10px;
  color:#444444;
  border:1px dotted #444444;
  }

div.entry-content {
  float: left;
  margin-bottom: 10px;
border-bottom: 1px dotted gray;
}

.entry-content h1, h2, h3, h4,  {
  margin-top: 15px;
  margin-bottom: 15px; }

.entry-content p, ul, ol {
  line-height: 1.4em; 
}
.entry-content p {
  text-align: justify;
}

.entry-content li {
  margin-bottom: .5em;
  margin-top: .5em; }

.entry-utility {
  /* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */ }

.entry-meta {
  margin-top: 5px;
  font-size: 9pt;
  /* Style for the entry metadata (author, etc.) */ }

#meta-tags {
  clear:both;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#meta-tags h3{
line-height: 1.2em;
  display: inline;
}

#meta-tags span {
color: gray;
margin-bottom: 3px;
}

div.byline, span.meta-prep-author, span.entry-date {
  display: inline;
  font-style: italic;
}

blockquote {
  border-left: 8px solid #ecece8;
  padding-left: 10px;
  margin-left: 25px;
  margin-right: 25px; }

.skip-link {
  /* Style for the skip link */
  /*position: absolute;
  left: -9000px;*/ }

.navigation, .nav-next, .nav-previous {
    margin-bottom: 10px;
  /* Style for the navigation links (next/previous post) on a given post */ }

ul.page_navi{

  padding: 0;
}

ul.page_navi li{
font-size:1.5em;
display:inline-block;
list-style: none;
text-align: center;
}

li.current, li.current a, li.current a:hover{
color:#B1233D;
}

li.first, li.previous, li.before, li.after, li.next, li.last,
li.first a, li.previous a, li.before a, li.after a, li.next a, li.last a,{
color:#B1233D;
background-color: none;
}


.nav-previous{
  float: left;
}

.nav-next {float:right;}

.navigation a{
  font-weight: bold;
text-transform: uppercase;
background-color: #B1233D;
border: 3px solid #B1233D;
border-radius: 5%;
color: white;
}

.navigation a:hover{
color: #B1233D;
text-decoration: none;
background-color: white;
border:3px solid white;
}


#nameindex{
border-bottom: dotted 1px gray;

}

ul.contributors-list{

list-style-type: none;  
padding-left: 0;
-webkit-column-count:4;
font-size: .9em;
line-height: 1.5em;
}

div.index-section{
border-bottom: 1px dotted gray;
padding-bottom: 10px;
}

.indexlink{
font-size: 2em;
margin-right: 5px;
display: inline-block;
}

a.more-link {
  display: inline-block;
  font-size: 8pt;
  color: #b1233d;
  text-transform: uppercase; }

div.sharedaddy {
  display: inline; }

div.sd-content, div.sharedaddy {
  display: inline-block; }

.sd-content a {
  background-size: contain;
  height: 100%;
  width: 100%;
  display: inline-block; }

.sd-content ul {
  margin: 0;
  padding: 0; }



.sd-content li {
  margin-left: 5px;
  display: inline-block;

  background-size: contain; }

.share-email {
  height: 16px;
  width: 16px;
  background-image: url("img/new_email_icon.png"); }

.share-twitter {
  height: 16px;
  width: 16px;
  background-image: url("img/new_twitter_icon.png"); }

.share-print {
  height: 16px;
  width: 16px;
  background-image: url("img/print.png"); }

.share-end{
  width:0;}

/* Post review utility */

.post-review{
  /*display: none; */
}

.review-output{
  display: none;
  border: 1px solid gray;
    padding: 10px;
    margin-top: 25px;
}

.changes{
  display: none;
}

.changes li{list-style: none;
margin-bottom: 5px;}

.review-content input[type=text]{
  width: 500px;
}

/*** Weekly and Yearly Roundup ***/ 

 .bylinenamedate {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 9pt;
  font-style: italic;
}



/*.bylineweekly a:visited {
 font-family: 'BentonSans';
  color: #b1233d;
  font-size: 1.15em;
  line-height: 1em;
  margin-top:  10px;
  margin-bottom: 0px;
   }*/

.bylineweekly-tag a{
  margin-top: 1px;
  font-size: 1em;
  text-decoration: none;
  line-height: 0.9em;
  }  

.bylineweekly-tag a:visited{
  margin-top: 1px;
  font-size: 0.95em;
  text-decoration: none;
  line-height: 0.9em;
  }  

.bylineweekly-tag{
  margin-top: 1px;
  font-size: 0.95em;
  text-decoration: none;
  line-height: 0.9em;
  }  

h2.weeklylist{
 font-family: 'BentonSans';
  color: #b1233d;
  font-size: 1.15em;
  line-height: 1em;
  margin-top:   .8em;
  margin-bottom: .18em;
  font-style: normal;
  font-weight: normal;
}

div.weeklytags{

  padding-bottom: 15px;
}

div.weeklylist {
border-style: solid;
    border-color: #ecece8;
    padding-left: 0.6em;
    background: #F7F5F2;
margin-bottom: 10px;
    padding-right: 1em;
    text-align: left;
      }

hr.weeklyhr{
background-color: white;
margin: 0px 0px 0px 0px;

}


/*** CONTENT : COMMENTS ***/
div#comments {
  /* Style that affects the DIV containing all the comments */   }

.comments h3 {
  /* H3 header style for comments */ }

.comments ol {
  /* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */ }

.comments ol li {
  /* Style each list item in the comments ordered list */ }

.comments img {
  /* Style for the user avatar beside each comment */
  float: left;
  margin: 0 12px 8px 0; }

.comments .comment {
  /* Style that applies to each individual comment in a series of comments */ }

.children ul li {
  /* A style that refers to the children (as in, responses to) any given comment */ }

.comment-reply-link {
  /* Style for the "Reply" link on a comment */ }

.comment-meta {
  /* Style for metadata for a comment */ }

div#respond {
  /* DIV that contains the comment response form */ }

div#respond h3 {
  /* H3 header for the comment response form */ }

/*** CONTENT : SIDEBAR ***/
/*
div#primary
{
margin-left: 660px;
top: 175px;
position: absolute;
width: 240px;
font-size:10pt;
text-align:left;
}*/
div#secondary {
  /* Secondary Widget Area DIV */ }

.widget-area a {
  color: black; }

.widget-title {
	font-size: 1.2em;
  text-align: left;
  color: #1b4164;
  font-family: BentonSans;
  line-height: 1.2em;
  font-weight: normal; }

.textwidget {
  text-align: left; }

.widget-area {
  /* Class that applies to BOTH widget areas */ }

.xoxo {
  width: 240px;
  margin-left: -25px;
  line-height: 1.3em;
  /* Class that applies to each item in each widget area (an unordered list class) */
  list-style: none;
}

.subscribe-widget a {
  height: 32px;
  width: 32px;
  display: block; }

.subscribe-button {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  margin-bottom: 15px; }

div.computer-message{
    background-color: #353535;
    padding: 10px;
    font-family: monospace;
    border-radius: 5px;
    color: #8ce059;
}

#email.subscribe-button {
  background-image: url("img/new_email_icon.png"); }

#twitter.subscribe-button {
  background-image: url("img/new_twitter_icon.png"); }

#rss.subscribe-button {
 background-image: url("img/new_rss_icon.png"); }

 #linkedin.subscribe-button {
  background-image: url("img/linkedin-icon.png"); }

  #facebook.subscribe-button {
  background-image: url("img/facebook-logo.png"); }

#csc {
  display: inline-block;
  width: 85px;
  height: 65px;
  background-repeat: no-repeat;
  background-image: url("img/csc.png"); 
}

  #pwc {
    display: inline-block;
    margin-left: 10px;
   width: 85px;
  height: 65px;
  background-repeat: no-repeat;
  background-image: url("img/pwc-sidebar.png"); }

#csc a {
  display: block;
  height: 100%;
  width: 100%; }

#pwc a {
  display: block;
  height: 100%;
  width: 100%; }

#text-5 h3 {
  font-size: 14pt; }

/*** FOOTER ***/
div#footer {
  background-color: #b1233d;
  min-height: 75px;
  color: white;
  font-size: 8pt;
  margin-bottom: 25px;
  clear: both; }

#colophon{
  text-align: center;
  padding-top:20px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}

#footlink a {
  color: white;
}

#footlink a:hover { text-decoration: underline;}


#wpstats {
  display: none; }


/* Responsive Layout Variables */

/* Widest Screen */
@media only screen and (min-width: 925px) {
  #main, #wrapper, #access, #header, #masthead, #footer {
    width: 930px;
  margin-left: auto;
    margin-right: auto; }

  #main, #access {
    float: left; }

  #masthead {
    font-size: 32px;
    background-size: 64px;
    float: left;
 }

  #content {
  background-color:white;
    border-right: 1px solid #d9e1e6;
    width: 600px;
    min-height:1500px;
    padding: 15px 30px 30px 30px; }

  #primary {
    margin-left: 660px;
    top: 140px;
    position: absolute;
    width: 240px;
    font-size: 10pt;
    text-align: left; }}

/* Medium Screen */

@media only screen and (max-width: 925px)  {
  div {
/*    width: 95% !important;
    max-width: 95% !important;*/
    margin-left: auto;
    margin-right: auto;
  padding: 0; }

img{height:auto;width: auto;}

#searchbox{
  margin-left: auto;
  margin-right: auto;
}

ul.contributors-list{
-webkit-column-count:3;
}

#content{
background-color:white;
} 
  
  .editors_note, #container {
    width: 95%; }

  #primary {
    clear: both; }

  #access {
font-size: 85%;
line-height: 80%;
float: left;
width:100% !important;
max-width: 100% !important;
height: 100%;
margin-bottom: 5px;
padding-bottom: 5px;}

.menu{

  padding-left: 5px;
}

#masthead{
min-height: 60px;
    font-size: 23px;
    background-size: 45px;
}



  }

/* Mobile Screen */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  {
  div {
/*    width: 95% !important;
    max-width: 95% !important;*/
    margin-left: auto;
    margin-right: auto;
  padding: 0; }

img{height:auto;width: auto;}

p, li {
  text-align: left !important;
}

#searchbox{
float: none;
}

#content{
background-color:white;
} 
  
  ul.contributors-list{
-webkit-column-count:2;
}
  .editors_note, #container {
    width: 95%; }

  #primary {
    clear: both; }

div.entry-content{
	float: none;
}

img{
max-width: 300px;
}

table{
	max-width: 400px;
}

  #access {

font-size: 85%;
line-height: 80%;
float: left;
width:100% !important;
max-width: 100% !important;
height: 100%;
margin-bottom: 5px;
padding-bottom: 5px;}

.menu{

  padding-left: 5px;
}

#masthead{
min-height: 35px;
    font-size: 18px;
    text-align: left;
    padding-left: 3.5em;
    background-size: 35px;
    float: left;
}
	
/* Placeholders */

#searchbox:empty:before,
#hits:empty:before,
#categories:empty:before,
#stats:empty:before,
#pagination:empty:before,
#contributors:empty:before,
#year:empty:before {
  display: block;
  color: #999;
  padding: 16px;
}

#searchbox:empty,
#hits:empty,
#categories:empty,
#stats:empty,
#pagination:empty,
#contributors:empty,
#year:empty {
  padding: 0;
  background: none;
  border: dashed 3px #ddd;
  box-shadow: none;
  border-radius: 4px;
}

#searchbox:empty,
#hits:empty,
#categories:empty,
#contributors:empty {
  margin-bottom: 10px;
}

  }

