/* Enter Your Custom CSS Here */

/* SAN Last modified: 5/11/15 */ 
/* SAN 04/18/18 changed .entry-meta max-width from 604px to 900 px */
/* SAN 04/18/18 changed .body width to 900 and margin: 0 to margin-left: auto; margin-right: auto */

.entry-meta {
                margin: 0 auto;
                width: 100%;
}

.page .entry-title {
display: none;
}

.hentry {
     padding: 0 0;
}

.page-title {
  padding: 0 0;
}

body {
     color: #2d46a2;
     line-height: 1.5;
     margin-left: auto;
     margin-right: auto;
}

.page .entry-content {
     text-align: left;
     color: #2d46a2;
}


.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
     color: #240060;
     font-weight: 700;
     font-style: italic;
}  

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
     background-color: #2d46a2;
} 

     .toggled-on .nav-menu > li a:hover,
     .toggled-on .nav-menu > ul a:hover {
          background-color: #2d46a2;
          color: #fff;
     } 

  
h1 {
     clear: both;
     text-align: center;
     font-size: 25px;
}

h2 {
     font-size: 20px;
}

a {
     text-decoration: underline;
}

a:link {
     color: #2d46a2;
}

a:visited {
     color: #2d46a2;
     outline: thin dotted;
}

blockquote em, blockquote i {
  font-style: italic;
  font-weight: 200;
  font-size: 15px;
  display: block;
}

table {
  font-size: 15px;
  color: #2d46a2;
}

th {
    padding: 10px;
    color: #240060;
    font-family: Bitter, Georgia, serif;
}

td {
    padding: 10px;
}

ul {
  margin-top:-10px;
  margin-bottom:-10px;
  list-style-type: disc;
    type: disc;
  padding:0px 15px 0px 15px;
}

/* Padding T R B L */

.container {
    display: table;
}
.row {
    display: table-row;
}
.column {
  display: table-cell;
}

.column-15perc {
  display: table-cell;
  width: 15%;
}
.column-20perc {
  display: table-cell;
  width: 20%;
}
.column-40perc {
  display: table-cell;
  width: 40%;
}
.column-70perc {
  display: table-cell;
  width: 70%;
}
 .centered-table {
  margin-left: auto;
   margin-right: auto;
}

