/* 1. Light Version */
@font-face {
  font-family: 'Solve-Pro';
  src: url('fonts/Solve-Pro-Light.woff2') format('woff2'),
       url('fonts/Solve-Pro-Light.woff') format('woff');
  font-weight: 300; /* Map this file to 'light' */
  font-style: normal;
  font-display: swap;
}

/* 2. Regular Version */
@font-face {
  font-family: 'Solve-Pro';
  src: url('fonts/Solve-Pro-Regular.woff2') format('woff2'),
       url('fonts/Solve-Pro-Regular.woff') format('woff');
  font-weight: 400; /* Map this file to 'regular' */
  font-style: normal;
  font-display: swap;
}

/* 3. Medium Version */
@font-face {
  font-family: 'Solve-Pro';
  src: url('fonts/Solve-Pro-Medium.woff2') format('woff2'),
       url('fonts/Solve-Pro-Medium.woff') format('woff');
  font-weight: 500; /* Map this file to 'bold' */
  font-style: normal;
  font-display: swap;
}

/* 4. Bold Version 
@font-face {
  font-family: 'Solve-Pro';
  src: url('fonts/Solve-Pro-Bold.woff2') format('woff2'),
       url('fonts/Solve-Pro-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
*/

:root {
  --main-color: #19A591;
  --dark-gray: #383838
  }

  * {
  font-family: 'Solve-Pro', sans-serif;
  color: var(--dark-gray);
  font-weight: 400;
  font-size: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Disable selection/copy in UIWebView */
  -webkit-text-size-adjust: 100%;
}

.bottom_nav {
  text-align: center;
  padding-top: 10px;
}

.bottom_copyright {
  font-size: 0.8em;
  text-align: right;
}

a.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}

.readingImg {
  padding-top: 10px;
  width: 100%;
}

.vertAlignImg {
  vertical-align: middle;
}

.iconList {
    display: block;
    height: 32px;
    line-height: 32px;
}

a.list_link {
  padding-top: 10px;
  display: inline-block;
}

body {
  padding-left: 10px;
  padding-right: 10px;
}

h1, h2, h3, h4 {
  font-family: 'Solve-Pro', sans-serif;
  color: #383838;
}

h1 {
  font-weight: 500;
  font-size: 1.4em;
}

h2 {
  font-weight: 300;
  font-size: 1.1em;
}

h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 10px;
}

h4 {
  font-family: 'Solve-Pro', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

:link {
  color: var(--main-color);
  text-decoration: none;
}

:visited {
  color: var(--main-color);
}

ul {
  list-style-position: inside;
  padding-left: 0px;
}

li {
  padding-bottom: 5px;
  style: 'list-style-type:disc';
  color: var(--dark-gray);
}

p {
  color: var(--dark-gray);
  margin-top: 3px;
}

p.page_header {
  font-size: 1.5em;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  padding-bottom: 2px;
  margin-top: 10px;
}

th, td {
  padding-right: 15px;
  text-align: left;
}

th {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

td {
  padding-top: 3px;
  padding-bottom: 3px;
}

td.first_col {
  text-align: center;
}

tr:nth-child(even) {
  background: #F8F8F8;
}

span.nobr {
  white-space: nowrap;
}
