/* WET4.0 overrides */
label {
	font-weight:400 ! important;
}

legend {
	font-size: 20px ! important;
}

/* Not currently present in WET Template.  Migrated from CLF2 base */
ul.disc {
    list-style-type: disc;
}
ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}

/* Not currently present in WET Template.  Migrated from institutional CSS used with CLF2 template */
.bold {
	font-weight: bold;
}

#subtitle {
	font-weight: bold;
	margin-bottom: 1em;
}

/* Overcomes current problems when setting list styles, even when the styles are included in WET */
ol.lower-alpha-lower-roman-numeric li {
	list-style-type: lower-alpha;
}
ol.lower-alpha-lower-roman-numeric ol li {
	list-style-type: lower-roman;
}
ol.lower-alpha-lower-roman-numeric ol ol li {
	list-style-type: decimal;
}
ol.numeric-lower-roman-lower-alpha li {
	list-style-type: decimal;
}
ol.numeric-lower-roman-lower-alpha ol li {
	list-style-type: lower-roman;
}
ol.numeric-lower-roman-lower-alpha ol ol li {
	list-style-type: lower-alpha;
}
ol.lower-roman-lower-alpha-numeric li {
	list-style-type: lower-roman;
}
ol.lower-roman-lower-alpha-numeric ol li {
	list-style-type: lower-alpha;
}
ol.lower-roman-lower-alpha-numeric ol ol li {
	list-style-type: decimal;
}

/* Not currently present in WET Template.  Simplified from institutional CSS used with CLF2 template */
ul.list-double-space li, ol.list-double-space li {
    padding-bottom: 1em;
}
ul.list-double-space li:last-child, ol.list-double-space li:last-child {
    padding-bottom: 0;
} /* "last-child" CSS3 not currently supported in IE, but impact is small */
ul.list-single-space, ol.list-single-space {
    margin-bottom: 0;
}
ul.list-single-space li, ol.list-single-space li {
    padding-bottom: 0;
}

ul.feature-publications {
  list-style: none; 
  padding: 0;
}
ul.feature-publications li {
  display: inline;
}

/* Style to support the Ownership View feature. */
.staticContent{
	border: 1em double red !important;
	background: #f99 !important;
	overflow: auto;
}

/* remove white-space from Home Page slideshow */
.wet-boew-tabbedinterface.home-gap-fix {
	margin-bottom: 10px;
	margin-top: -6px;
}

.wet-boew-tabbedinterface.home-gap-fix h2 {
	margin-top: 0;
}
.h1 {
    font-size: 170%}
.h2 {
    font-size: 155%}
.h3 {
    font-size: 140%}
.h4 {
    font-size: 130%}
.h5 {
    font-size: 120%}
.h6 {
    font-size: 110%}