* {
    box-sizing: border-box;
    }

    body {
    max-width: 100%;
    overflow-x: hidden;
}

    html {
    scroll-behavior: smooth;
    }
    
    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
    }

    h1, h2, h3, h4 {
        font-weight: 500;
    }
    
    p{
    line-height: 1.4em;   
    }

    ul {
        list-style: none
    }

    .edps-list li  {
        list-style: none !important;
        margin-top: 10px;
    }

    .edps-list li::before  {
        display: none;
    }

    .edps-list-2 li  {
        margin-top: 10px;
    }

    .edps-list-2 li::before  {
        display: none;
    }

    .edps-list-indent {
        margin:0 0 0 40px
    }

    li::before {
        margin-top:5px;
        content: "•"; 
        color:#ee7869;
        display: inline-block; 
        width: 1em;
        margin-left: -23px;
        font-size: 22px;
    }

    .edps-img {
        width:100%;
        max-width: 750px;
        margin:48px 16px 0;
    }
    
    .header {
      padding: 40px;
      text-align: center;
      background: #004494;
      color: white;
    }
    
    .header h1 {
      font-size: 40px;
    }

    .row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    }

    .side {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    background-color: #f1f1f1;
    padding: 20px;
    }

    .main {   
    -ms-flex: 80%; /* IE10 */
    flex: 80%;
    background-color: white;
    padding: 2em 4em 4em;
    }

    .sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    padding: 1em 2em;
    font-size: 16px;
    ;
    }

    .sticky-menu li{
        list-style: none;
        padding-top:10px;
    }

    .sticky-menu li::before{
       display: none;
    }

    .sticky-menu ul{
        padding: 0;
    }

    .sticky-menu a {
        text-decoration: none;
    }

    .sticky-menu a:hover {
        color: #ee7869;
    }

    .about-table {
        width: 100%;
        line-height: 0.2 !important;
    }
    
      .about-table tr td:first-of-type {
          width: 5em;
      }
      
      .about-table tr td {
          border-bottom: 2px dotted;
      }
      
      .about-table td {
          padding: 2px;
      }


/* Doc fix stuff */

    a {
        color: #3ca8d3;
    }

    .EDPS-subheader {
        color: #000000;
        font-family: Verdana, sans-serif;
        font-size: 22px;
        line-height: 1.333;
        margin-bottom: 14px;
        margin-top: 44px;
        font-weight: 500;
    }

    .EDPS-header {
        color: #000000;
        font-family: Verdana, sans-serif;
        font-size: 32px;
        line-height: 1.333;
        margin-bottom: 14px;
        margin-top: 64px;
        font-weight: 500;
    }

    .EDPS-pdf-img {
        position: relative;
        width: 30px;
        top: 10px;
        margin-left:10px;
    }

    .EDPS-image {
        width: 100%;
        max-width: 750px;
    }

    .Coral {
        color: #ee7869;
    }

    .divider {
      border-bottom: 2px solid #004494;
      width:90%;
      margin:50px 0 20px;
    }


/* Table stuff */

.tg  {
    border-collapse:collapse;
    border-spacing:0;
}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 10px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 10px;word-break:normal;}
.tg .tg-wxgz{background-color:#004494;border-color:#004494;color:#ffffff;text-align:left;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}

@media screen and (max-width: 1000px) {
    .row {   
        flex-direction: column;
    }

    .sticky-menu {
    display:none;
    }

    .main {   
    width: 98%;
    padding: 2em 0.5em 4em;
    }

    .EDPS-image {
    max-width: 90%;
    }
    
    .side {
        display: none;
    }

}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}