/* Modified August 2015 by Scott McDaniel */

/*
links (all states but hover) - #000000 (black)
links hover - #B70D1C (maroon)
background, special - #19A9DA (blue)
borders/lines - #9e9e9e (gray)
*/


body {
  font-size: 75%;
  line-height: 1.5;
}

/*
** headings
*/
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
h1 {
  font-size: 2em; /* 24px */
  line-height: 1.5em; /* 36px */
  margin-bottom: 0.75em;
}
h2 { /* for the love of all that is holy, do not change this - there are numerous H2 elements that depend on it but also have their own thing happening */
/*
  font-size: 18px;
  line-height: 1.8em; 
  margin-bottom: 0.9em;
*/
}

#content-main > div > div.view-content > div.views-row > h2 {
/*
	 font-size: 18px;
  line-height: 1.8em; 
  margin-bottom: 0.9em;
*/
}




h3 {
  font-size: 1.5em; /* 18px */
  line-height: 1em; /* 18px */
  margin-bottom: 1em;
}
h4 {
  font-size: 1.3333em; /* 16px */
  line-height: 1.125em; /* 18px */
  margin-bottom: 1.125em;
}
h5 {
  font-size: 1.25em; /* 15px */
  line-height: 1.2em; /* 18px */
  margin-bottom: 1.2em;
}
h6 {
  font-size: 1.1667em; /* 14px */
  line-height: 1.2857em; /* 18px */
  margin-bottom: 1.2857em;
}
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 5px;

}

/*
** text elements
*/
p {
  margin: 0 0 1.5em;
}
p img.alpha {
  float: left; /* LTR */
  margin: 1.5em 1.5em 1.5em 0; /* LTR */
  padding: 0;
}
p img.omega {
  float: right; /* LTR */
  margin: 1.5em 0 1.5em 1.5em; /* LTR */
  padding: 0;
}
blockquote {
  margin: 1.5em;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup, sub {
  line-height: 0;
}
abbr, 
acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,code,tt {
  line-height: 1.5;
}

/*
** lists
*/
li ul, 
li ol {
  margin: 0 0 0 1.5em; /* LTR */
}
ul, ol {
  margin: 0 1.5em 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em;
}
dd {
  margin-left: 1.5em; /* LTR */
  margin-right: 0; /* LTR */
}

/*
** misc classes
*/
.small {
  font-size: 0.8333em; /* 10px */
  line-height: 1.8em; /* 18px */
  margin-bottom: 1.8em;
}
.large {
  font-size: 1.1667em; /* 14px */
  line-height: 1.2857em; /* 18px */
  margin-bottom: 1.2857em;
}
