.solcontent h1, h2{
	margin-top: 0;
	padding-top: 4px;
	}
.solcontent h1 {
	color:#235894;
	font-weight:bold; 
	font-size:x-large;
	}
	
.solcontent >h2 {
	margin-left:8px;
	}
	
.right {
  text-align: right;
  float: right;
  padding-right: 4px;
}
	
.solnoteswrap {
	/* wrapper around notes section */ 
	margin-left: 8px; 
	}
	
.sollistwrap {
	/* wrapper around lists section */
	margin-top: 0;
	padding-top: 6px;
	clear: both;
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
}
  
	
.sollistwrap.newlist {
	/* wrapper around lists section */
	clear: both;
	padding-top: 12px;
	}
	
.sollist {
	/* list column semi liquid */
	width: 50%;
	float:left;	
/*	min-width: 160px;*/
	max-width: 540px; 
	}
	
div.sollist.fullwidth {
	width:100%;
/*	max-width: 800px; */
}

.sollist h1:first-child, .sollist h2:first-child, .sollist h3:first-child, .sollist h4:first-child,	
.sollist dl:first-child{
	/* no margin at top of columns */
	margin-top: 0;
	}
	

.sollist>img,
.sollist dl	{
	/* lists are dls */
	margin-left: 8px;
	margin-bottom:8px;
	}
	
.sollist dd	dl{
	margin-left: 0;
}
	
.sollist dt {
	/* list headlines use dt */
	font-size: medium; 
	font-weight: bold;
	margin-top: 5px;
	}
	
.sollist dt.head, .sollist dt.head a {
	/* list headlines use dt */
	font-size: larger; 
	margin-top: 8px;
	}
	
.sollist dt a {
	/* list headlines use dt  */
	font-size: medium;
	}
	
.sollist dd {
	/* list entries use dd */
	font-size: medium; 
	font-weight: bold;
	color: #444;
	margin-left: 30px;
	margin-top: 5px;
	text-indent: -15px;
	padding-right: 40px;
	}

.sollist  dd.sm {
	/* use for unindented list (notes) entries */
	font-size:small;
	font-weight: normal; 
	}

.sollist.nobr dd {
	margin-left: 15px;
	text-indent: 0;
	line-height: 19px;
	margin-top : 2px;
	}

.sollist  dd.it {
	/* use for unindented list (notes) entries */
	font-style:italic;
	}

.sollist  dd.sub {
	/* use for subordinate entries */
	margin-left: 40px;
	}
	
.sollist.smnotes  dd {
	/* use to make text outside links smaller */
	font-size:12px;
	}
	
.sollist.smnotes  dd a {
	/* use to make text inside links normal */
	font-size:16px;
	}
	
div.sm dt {
	margin-top: 6px;
}

div.sm dd {
	font-size: small;
	margin-top: 2px;
}

.sollist img {
		max-width: 100%;
		height: auto !important;
		margin-right: 2px;
	}



/* Styles used in the 3 column main index page */
@media (min-width: 750px) {
	.colsx3 {
		margin-left: 5px;
	}
	.third {
		width: 33%;
		padding-right: 2px;
	}
}

@media (max-width: 750px) {
	.solnoteswrap {
		/* wrapper around notes section */ 
		margin-left: 2px; 
		}
		
	.sollistwrap {
		/* wrapper around lists section */
		padding-top: 0;
	  }
	
	.colsx3 {
		min-width:100%;
		margin-left: 2px;
	}
	.third {
		width: 49%;
		margin-right: 1px;
	}
	.sollist dd {
		font-size: large;
		line-height: 24px;
	}
	.sollist.third img {
		display: none;
	}
}
@media (max-width: 500px) {
	.sollistwrap, .colsx3 {
		min-width:100%;
		margin-left: 0;
	}
	.sollist, .third {
		width: 100%;
		margin-right: 0;
	}
	.sollist dd {
		font-size: large;
		line-height: 24px;
	}
	.sollist img {
		display: none;
	}
}

.colsx1 .sollist {
	width: 90%;
	max-width: 90%;
}

.subtitle, dt.subtitle {
	font-size:small;
	font-weight:bold;
}

.sollist h1, .sollist h2, .sollist h3,
.sollist h4, .sollist h5, .sollist h6 
{ 
	padding-top: 0;
	margin-left: 8px;
	margin-top: 12px;
}

.sollist h4 > .sollist h6 {
	margin-top: 4px;
}

.sollist dl 
{ 
	margin-top: 12px;
	padding-top: 0;
}

.sollist h2 {
	font-size: large;
}

.sollist h3 {
	font-size: large;
	margin-left: 16px;
}

.sollist p {
	margin-left: 8px;
}

.sollist dt.head, .sollist dt.head a {
	font-size: large;
}

.sollist dt.h1, .sollist dt.h1 a {
	font-size:x-large;
}

.sollist dt.h2, .sollist dt.h2 a {
	font-size: large;
}
.sollist dt.h3, .sollist dt.h3 a {
	font-size: large;
}

.sollist dt.h4, .sollist dt.h4 a {
	font-size: medium;
}

.sollist dt.h5, .sollist dt.h5 a {
	font-size: small;
}

.sollist dt.h6, .sollist dt.h6 a {
	font-size:small;
}

.sollist dd {
	margin-top: 3px;
}

.solnotes p.h2 {
	margin-left: -20px;
	font-size:large;
	font-weight:bold;
}
.solnotes p.xsm {
	font-size:x-small;
}

.solnotes p.strong {
	font-weight:bold;
}

div.bleedleft {
	margin-left: -15%;
}

.sollistimg {
	max-width: 100%;
	margin-right: 8px;
}
.sollistimg img {
	max-width: 100%;
	height: auto !important;
	display: inline;
}

@media (max-width:800px) {	
	.sollist div.imagelg img, .sollist div.imagemd img {
	  max-width: 100%;
	  height: auto !important;	
	}
}
	
