
body {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; 
  font-weight: 400;
  font-style: normal;
  font: 12px/1.7 'Gotham SSm A', 'Gotham SSm B', Gotham, Verdana, Helvetica, Arial, sans-serif;
  _font-family: verdana, arial, sans-serif !important;
  _font-weight: normal !important;
  *font-family: verdana, arial, sans-serif !important;
  *font-weight: normal !important;
  font-family: verdana, arial, sans-serif \0/ !important;
  font-weight: normal \0/ !important;
}

a:link, a:visited {
  color: #0062A0;
  text-decoration: underline;
}

a:hover {
  color: #202124;
  text-decoration: none;
}

a:active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  margin-top: -20px;
  padding: 0;
  border: none !important;
  height: 1px !important;
  background: #b3b3b3 !important;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
}

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


h1, h3.title, .title,
h1 a, h3.title a, .title a {
  color: #005CAB !important;
  font-size: 19px !important;
  font-weight: 500;
  }

h1, h1 a {
  line-height: 18pt !important;
}

h2, h2 a {
  color: #084B8A;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  }
  

h2.node-title, h2.pane-title, h2.block-title,
h2.node-title a, h2.pane-title a, h2.block-title a {
  color: #084B8A;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

/* essentially h3 */
.alternate-heading h2.node-title, 
.alternate-heading h2.pane-title, 
.alternate-heading h2.block-title,
.alternate-heading h2.node-title a, 
.alternate-heading h2.pane-title a, 
.alternate-heading h2.block-title a {
color: #000000;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 15px;
  }
  
#node-111 h2.node-title {
  display: none !important;
}


h3, h3 a {
  color: #084B8A;
  font-size: 12px;
  line-height: 15px;
}

h4, h4 a {
  font-size: 12px;
  margin-bottom: 0px !important;
  color: #808080 !important;
  font-weight: 500;
  letter-spacing: 0.25px;
}
  
h5, h5 a {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

.node ol,
.node 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: 18px;
  margin: 0;
}

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