@charset "UTF-8";
/* ---------------------------------------------------------------------- */
/* ------------------------- BASE CONTENT STYLES ------------------------ */
/* --------------------- Styles for mainContent area -------------------- */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.5;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #910b12;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: normal;
  line-height: normal;
  color: #000;
  margin: 1em 0 .5em;
}
h2 {
  font-size: 2.2em;
  font-weight: normal;
  color: #000;
  line-height: normal;
  margin: 1em 0 .5em;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 .5em;
  padding-bottom: 3px;
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  margin: 1.2em 0 .5em;
}
h5, h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 150%;
  margin: 0;
}
table {
  font-size: 1em;
}

/* ------------------------------------------------------------------- */
/* ------------------------------ OVERRIDES -------------------------- */
/* ------------------------------------------------------------------- */

/*-------------------------- SITE BANNER --------------------------*/
#siteBanner h1 {
  font-size: 43px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#siteBanner h1 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
#siteBanner p.siteSubTitle {
  font-size: 1.3em;
  letter-spacing: .2ex;
  padding: 0;
  margin: 7px 0 0 0;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (min-device-width : 531px) {
  .siteBannerLight #siteTitle h1,
  .siteBannerLight #siteTitle p,
  .siteBannerLight #siteBannerBG figcaption {
    color: #fff;
    text-shadow: 0 0 5px #333;
  }
  #siteBannerBG figcaption {
    font-size: 11px;
    line-height: 1;
    color: #fff;
    font-style: italic;
  }
  #siteBannerBG figcaption.advanced {
    font-size: 1em;
    font-style: normal;
    line-height: normal;
    color: #000;
    background: #fff;
    text-shadow: none;
  }
}

/*------------------------ SITE NAVIGATION ------------------------*/
#siteNav {
  line-height: normal;
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
#siteSearch h3 {
  position: absolute;
  left: -999em;
}
#siteNav_links ul {
  list-style: none;
  margin: 0;
  padding: 0 0 25px 0;
}
#siteNav_links ul li {
  font-weight: bold;
  margin: 0;
  padding: 0 0 8px 0;
}
#siteNav_links ul ul {
  margin: 0;
  padding: 0 0 0 8px;
}
#siteNav_links ul ul li {
  font-weight: normal;
  margin: 0;
  padding: 8px 0 0 0;
}
#siteNav_links ul ul li a {
  font-weight: normal;
}
#siteNav_links .sectionLinksHeading {
  display: block;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}
@media only screen and (max-device-width : 530px) {
  #siteNav_links ul {padding: 0;}
  #siteNav_links ul ul {padding-left: 16px;}
}
@media only screen and (min-device-width : 531px) {
  /*-- FLYOUT NAV --*/
  #siteNav_links ul.flyout li {
    position: relative;
    padding: 0 6px 0 0;
    border-bottom: 1px solid #ddd;
  }
  #siteNav_links ul.flyout li.parent { background: url(../images/flyout-nav/nav-parent-right.ccc.png) 99% center no-repeat; }
  #siteNav_links ul.flyout li.parent:hover {
    background-image: url(../images/flyout-nav/nav-parent-right.png);
  }
  #siteNav_links ul.flyout li.parent.active,
  #siteNav_links ul.flyout li.parent.active:hover,
  #siteNav_links ul.flyout li.parent.active li,
  #siteNav_links ul.flyout li.parent.active:hover li { background: none; }
  #siteNav_links ul.flyout li li {
    padding: 4px 0;
    border: none;
  }
  #siteNav_links ul.flyout li.active li { padding: 2px 0; }
  #siteNav_links ul.flyout ul {
    position: absolute;
    top: -1px;
    left: -9999em;
    right: auto;
    width: 120px;
    background: #fff;
    padding: 6px 8px;
    border: 3px solid #ccc;
    margin: 0;
    z-index: 999;
  }
  #siteNav_links ul.flyout li.active ul {
    position: static;
    width: auto;
    background: transparent;
    padding: 0 0 0 8px;
    border: none;
    margin-bottom: 5px;
  }
  #siteNav_links ul.flyout li.active ul ul {margin-bottom: 0;}
  #siteNav_links ul.flyout li:hover ul,
  #siteNav_links ul.flyout li.hover ul,
  #siteNav_links ul.flyout li:hover li:hover ul,
  #siteNav_links ul.flyout li.hover li.hover ul {
    left: auto;
    right: -142px;
  }
  #siteNav_links ul.flyout li:hover ul ul {
    left: -9999em;
    right: auto;
  }
  #siteNav_links ul.flyout a {
    display: block;
    padding: 5px 0;
  }
  #siteNav_links ul.flyout li li a {
    display: inline;
    padding: 0;
  }
}

/*------------------------ MAIN CONTENT ------------------------*/
#mainContent > *:first-child {margin-top: 0;}

/*------------------------ SECONDARY CONTENT ------------------------*/
#secondaryContent { font-size: .9em; }
#secondaryContent h2 {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #429BA0;
  border-top: 2px solid #429BA0;
  padding-top: 5px;
}
#secondaryContent > h2:first-child {margin-top: 0;}
#secondaryContent h2:nth-of-type(2),
#secondaryContent h2:nth-of-type(5){
  color: #A70D16;
  border-color: #A70D16;
}
#secondaryContent h2:nth-of-type(3),
#secondaryContent h2:nth-of-type(6){
  color: #D2A300;
  border-color: #D2A300;
}
#secondaryContent .callToAction {
  display: block;
  border-top: 2px solid #A70D16;
  padding-top: 5px;
  text-transform: uppercase;
  color: #A70D16;
  font-weight: normal;
  letter-spacing: .1em;
}
#secondaryContent .callToAction-rev {
  display: block;
  border: none;
  padding: 8px 10px;
  color: #fff;
  background-color: #429BA0;
}
#secondaryContent p:nth-of-type(2) .callToAction,
#secondaryContent p:nth-of-type(5) .callToAction {
  color: #429BA0;
  border-color: #429BA0;
}
#secondaryContent p:nth-of-type(2) .callToAction-rev,
#secondaryContent p:nth-of-type(5) .callToAction-rev {
  color: #fff;
  background-color: #A70D16;
}
#secondaryContent p:nth-of-type(3) .callToAction,
#secondaryContent p:nth-of-type(6) .callToAction {
  color: #D2A300;
  border-color: #D2A300;
}
#secondaryContent p:nth-of-type(3) .callToAction-rev,
#secondaryContent p:nth-of-type(6) .callToAction-rev {
  color: #fff;
  background-color: #D2A300;
}
#secondaryContent .callToAction strong {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
}
#secondaryContent .callToAction-lg strong {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: normal;
}

/*------------------------ SITENAV SIDEBAR ------------------------*/
#siteNav_sidebar a {font-weight: normal;}

/*------------------------------ MISC ------------------------------*/
.lead {
  font-size: 1.5em;
  color: #333;
}
#breadcrumbs {
  font-size: 10px;
  color: #666666;
  line-height: normal;
  margin: 0 0 10px 0;
}
hr {
  border: none 0; 
  border-top: 1px solid #999999;/* The border */
  height: 1px;/* Whatever the total width of the border-top and border-bottom equal */
}
.smalltext {
  font-size: 10px;
}
/*global back to top button*/
a.back-to-top {
  visibility: hidden;
  background: #000;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-weight: normal;
  border: none;
  padding: 12px 14px;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  font-size: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: .5s;
}
a.back-to-top:hover {background: #000}
.belowFold a.back-to-top {visibility: visible; opacity: 1;}

@media only screen and (max-device-width : 530px) {
  h2 { font-size: 3em; }
  h3 { font-size: 2.4em; }
  h4 { font-size: 2em; }
  a {word-wrap: break-word;}
  .lead {font-size: 2em;}
}