@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #222;
  font-size: 1em;
  line-height: 1.75em;
}
body {
  padding: 0 2em;
  background-color: #fff;
}
/* https://www.modularscale.com/ major third starting at 1em */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-bottom: 0;
}
h3, h4, h5, h6 {
  line-height: 1;
}
h1 {
  font-size: 2.441em;
  font-weight: normal;
  display: none;
}
h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.953em;
  font-weight: normal;
  margin-bottom: .8em;
}
h3 {
  font-size: 1.563em;
  font-weight: normal;
}
h4 {
  font-size: 1.25em;
  font-weight: normal;
}
h5 {
  font-size: 1em;
  font-weight: normal;
}
h6 {
  font-size: 0.8em;
}
a {
  text-decoration: none;
}
a:visited, a:active, a:hover {
  color: #0000ee;
}
hr {
  border: 0;
  height: 1px;
  background-color: #232C65;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 1em;
}
table.extraspace {
  border-collapse: separate;
  border-spacing: 1em 0;
}
table p {
  margin-bottom: 0;
}
table.border, table.border th, table.border td {
  border: 1px solid #000;
}
table.noborder, table.noborder th, table.noborder td {
  border: none;
}
th:first-of-type, td:first-of-type {
  padding: .25em .75em .25em 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
table.border th:first-of-type, table.border td:first-of-type {
  padding: .25em .75em;
}
th, td {
  padding: .25em .75em;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
th:last-of-type, td:last-of-type {
  padding: .25em 0 .25em .75em;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
table.multiColBlockquote th:first-of-type, table.multiColBlockquote td:first-of-type {
  padding: 0 .75em 0 1.125em;
}
table.multiColBlockquote th, table.multiColBlockquote td {
  padding: 0 .75em;
}
table.multiColBlockquote th:last-of-type, table.multiColBlockquote td:last-of-type {
  padding: 0 1.125em 0 .75em;
}
table.multiColBlockquote th p, table.multiColBlockquote td p {
  margin-bottom: .5em !important;
  line-height: 1.4;
}
table.multiColBlockquote th p:last-of-type, table.multiColBlockquote td p:last-of-type {
  margin-bottom: 0 !important;
  line-height: 1.4;
}
th.col5, td.col5 {
  width: 5% !important;
}
th.col10, td.col10 {
  width: 10% !important;
}
th.col125, td.col125 {
  width: 11.25% !important;
}
th.col15, td.col15 {
  width: 15% !important;
}
th.col20, td.col20 {
  width: 20% !important;
}
th.col225, td.col225 {
  width: 22.5% !important;
}
th.col25, td.col25 {
  width: 25% !important;
}
th.col30, td.col30 {
  width: 30% !important;
}
th.col33, td.col33 {
  width: 33.3% !important;
}
th.col35, td.col35 {
  width: 35% !important;
}
th.col40, td.col40 {
  width: 40% !important;
}
th.col45, td.col45 {
  width: 45% !important;
}
th.col50, td.col50 {
  width: 50% !important;
}
th.col55, td.col55 {
  width: 55% !important;
}
th.col60, td.col60 {
  width: 60% !important;
}
th.col65, td.col65 {
  width: 65% !important;
}
th.col66, td.col66 {
  width: 66.6% !important;
}
th.col70, td.col70 {
  width: 70% !important;
}
th.col75, td.col75 {
  width: 75% !important;
}
th.col80, td.col80 {
  width: 80% !important;
}
th.col85, td.col85 {
  width: 85% !important;
}
th.col90, td.col90 {
  width: 90% !important;
}
th.col95, td.col95 {
  width: 95% !important;
}
th.col100, td.col100 {
  width: 100% !important;
}
table.nowidthset {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: auto;
  margin-bottom: 16px;
}
table.nowidthset td {
  white-space: nowrap;
}
.pure-g {
  margin: 0 1.5em;
}
.pure-g > div {
  padding: 0 1em;
}
#top-nav {
  font-size: .875em;
}
#top-nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#top-nav ul li {
  display: inline-block;
  float: right;
  padding: .8em 0 0 .8em;
}
#top-nav ul li a {
  padding-left: .8em;
  border-left: 1px solid #000;
}
#top-nav ul li:last-of-type a {
  border-left: none;
}
#hdr-figure, #ftr-figure {
  margin: 0 0 1em 0;
}
#hdr-figure img, #ftr-figure img {
  display: block;
  width: 100%;
}
#ftr-color-bar #color {
  height: .5em;
  background-color: #232C65;
}
.small, .sml {
  font-size: 0.8em;
}
.hide {
  display: none;
}
.banner {
  display: block;
  width: 100%;
}
.social-btn {
  display: inline-block;
  width: 3em;
  padding-right: 1em;
}
.imgLt {
  float: left;
  clear: none;
  padding: 0 1em 0 0;
}
.imgRt {
  float: right;
  clear: none;
  padding: 0 0 0 1em;
}
/* menu - mobile first */
#main-menu {
  background-color: #232C65;
  width: 100%;
  font-size: 1.25em;
}
#main-menu .menu {
  display: none;
}
#main-menu ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#main-menu ul.sub-menu {
  font-size: .8em;
}
#main-menu li a {
  padding: .8em;
  color: #fff;
}
#main-menu ul.sub-menu li a {
  padding: .75em 1.5em .75em 1.5em;
}
#main-menu li a:hover {
  background-color: #4E5588; /* 80% of #232C65 */
  color: #fff;
}
/* menu icon */
#main-menu .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 1.2em 1em 1.1em 1em;
  position: relative;
  user-select: none;
}
#main-menu .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
#main-menu .menu-icon .navicon:before, #main-menu .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
#main-menu .menu-icon .navicon:before {
  top: 5px;
}
#main-menu .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
#main-menu .menu-btn {
  display: none;
}
#main-menu .menu-btn:checked ~ .menu {
  display: block;
}
#main-menu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
#main-menu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
#main-menu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
#main-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, #main-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 1024px lg breakpoint */
@media (min-width: 64em) {
  #main-menu .menu {
    display: block;
  }
  #main-menu li {
    float: left;
  }
  #main-menu ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #main-menu ul.sub-menu li {
    float: left;
    clear: both;
    width: 100%;
  }
  #main-menu ul.sub-menu li a {
    color: #000;
    border-right: none;
  }
  #main-menu ul.sub-menu li a:hover {
    background-color: #ddd;
  }
  #main-menu li a {
    border-right: 1px solid #F5F2ED;
  }
  #main-menu li:last-of-type a {
    border-right: none;
  }
  #main-menu ul li:hover > ul.sub-menu, #main-menu ul li ul.sub-menu:hover {
    display: block;
  }
  #main-menu .menu-icon {
    display: none;
  }
}
/* WooCommerce styles */
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #232C65 !important;
  background-color: #232C65 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #232C65 !important;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  background: #232C65 !important;
  background-color: #232C65 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #232C65 !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  background: #232C65 !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #232C65 !important;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #232C65 !important;
  box-shadow: none;
  text-shadow: transparent !important;
  color: white !important;
  border-color: #232C65 !important;
}