* {
    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;   
    }

    li {
        margin-top:5px;
    }
    .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 ul{
        padding: 0;
    }

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

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


/* Doc fix stuff */

    a {
        color: #3ca8d3;
    }

    .EDPS-suheader {
        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;
	}
}