body {  
  font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}  
p { 
font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}
h1, h2, h3, h4, h5, h6 {  
  font-family: 'Montserrat', serif; color:#011e41;
}
.altheader { 
font-family: 'Open Sans Condensed', sans-serif; color:#b57f00;
}
.altheaderbold { 
font-family: 'Open Sans Condensed Bold', sans-serif; color:#b57f00;
}
.comment { 
font-family: 'Shadows Into Light', cursive; color:#3b3172;
}
.commentwhite { 
font-family: 'Shadows Into Light', cursive; color:white;
}
     
      .nav {
    border: 1px solid #ccc;
    border-width: 1px 0;
    list-style: none;
        background-color: #011e41;
    margin: 0;
    padding: 0;
    text-align: center; /* « The magic. */
}

.nav li {
    display: inline; /* « More magic. */
}
.nav li{
  color: white;
   text-decoration: none;
}
a.nav:link {
  text-decoration: none;
  color: white;
}
a.nav:visited {
  text-decoration: none;
  color: white;
}
a.nav:hover {
  text-decoration: none;
  color: white;
}
a.nav:active {
  text-decoration: none;
  color: white;
}
.nav a {
    display: inline-block; /* « Last bit of magic. */
    padding: 10px;
  text-decoration: none;
}
.footmenu li{
  color: white;
}
a.footmenu:link {
  text-decoration: none;
  color: white;
}
a.footmenu:visited {
  text-decoration: none;
  color: white;
}
a.footmenu:hover {
  text-decoration: none;
  color: white;
}
a.footmenu:active {
  text-decoration: none;
  color: white;
}
a.textNav:link {
  text-decoration: none;
  font-weight: normal;
  color: #b57f00;
}
a.textNav:hover {
  text-decoration: none;
  font-weight: bold;
  color: #b57f00;
}
div.intro {
max-width:86%;
margin: auto;
 }

.whitelink {  
  color: white;
}
a.whitelink:link {
  text-decoration: none;
  color: white;
}
      dd,dt {  
color:#ffffff;
}
      a:hover {
  font-weight: bold;
}

ul.listblue {
  list-style-image: url(images/element-listicon-blue.jpg);
font-weight: normal;
font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}
ul.listgold {
  list-style-image: url(images/element-listicon-gold.jpg);
font-weight: normal;
font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}

li.listblue {
font-weight: normal;
font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}
li.para {
font-weight: normal;
font-family: 'Open Sans', sans-serif; color:#5b5b5b;
}
* {
  box-sizing: border-box;
}

.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
  padding: 16px;
}

@media only screen and (max-width: 600px) {
  .col { 
    display: block;
    width: 100%;
  }
}

#footer1 {  
  background-color: #1c355e;
font-family: 'Open Sans Condensed', serif;
h1, h2, h3, h4, h5, h6 {  
  font-family: 'Montserrat', serif;
}

#footer2 {  
  background-color: #011e41;
font-family: 'Open Sans Condensed', serif;
h1, h2, h3, h4, h5, h6 {  
  font-family: 'Montserrat', serif;
}

#footer2b {  
  text-align: right;
  color: #ecaa00;
}