/* base */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    /*font-family: "Proxima Nova Regular", Arial, sans-serif;*/
    color: #000000;
    background-color: #ffffff;
}

.content_new-design {
    font-family: "Proxima Nova Regular", Arial, sans-serif;
}

* {
    box-sizing: border-box;
    /*border: 1px solid red;*//* uncomment for trouble-shooting */
}

.noWrap {
    white-space: nowrap;
}

.covid-19-page-banner {
    width:100%;
    border: #007481 4px solid;
    padding: 0 1em;
    margin: 1em 0;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.alpha-lower {
    list-style: lower-alpha;
}

.alpha-upper {
    list-style: upper-alpha;
}

.roman-lower {
    list-style: lower-roman;
}

.roman-upper {
    list-style: upper-roman;
}

.highlight {
    background-color: #FAF789;
}

.content-image {
    max-width: 100%;
}

.red {
    color: #B52C2C;
}

i.fas.fa-envelope {
    color: #007481;
}

img.screenshot {
    max-width: 100%;
    margin: 0 0 2.5em 0;
    display: block;
    
    box-shadow: 0px 0px 10px 1px #dddddd;
    border: 1px solid #cccccc;
}