/* omega text ------------------------------------ */



hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; 

}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
}





/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 2.25em;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 1.125em;
  margin: 0;	
}

h2.node-title {
  font-size: 1.75em;
}

h3 {
  font-size: 1.3125em;
}

h4 {
  font-size: 1.1875em;
}

h5 {
  font-size: 1.0625em;
}

h6 {
  font-size: 0.9375em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}
.panel-left ol,
.panel-left ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

dt, .admin h3 {
  font-size: 1.125em;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}





/* other         */
#block-delta-blocks-logo, #block-block-2 {
	float: left;
}
.field-name-field-subtitle {
	font-size:2.25em;
}

.view-team .view-footer {
	clear:both;
}

h2.term {
	margin-right:0.4em;
}

.views-field-nothing h2.term,
.views-field-nothing h2.title,
h1.title,
h1
 {
	font-size:1.5em;
	font-family: 'Caecilia';
	font-style: normal;
	font-weight: bold;
	padding-top:0.6em;
}

.views-field-nothing h2.title {
	color:#000;
}
.views-field-nothing h2.term {
	float:left;
}
