html {
    min-height: 100%;
    background: unset;
}
body {
    font-family: "Noto Sans",Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2b3a42;
}
a, a:link {
    color: #00a3e0;
}
a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none !important;
    outline: none;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, h7 {
    font-family: "Noto Sans",Arial,sans-serif;
    font-weight: bold;
    line-height: 1.1;
}
h1 {
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
p {
    margin: 0 0 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-top: 1rem;
}
h1{font-size:42px}
h2{font-size:40px}
h3{font-size:36px}
h4{font-size:32px}
h5{font-size:28px}
h6{font-size:26px}
strong.uppercase {
    text-transform: uppercase;
}

.container {
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: left;
    max-width: 750px;
    margin: auto;
    margin-top: 25px;
}

body:not(.iqviamobile) .button-container {
    display: none;
}

body.iqviamobile .container {
    margin: 0;
    padding: 0 16px;
    max-width: none;
}

body.iqviamobile .button-container {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 16px 0 16px 0;
}

body.iqviamobile ol {
    padding-left: 20px;
}

body.iqviamobile .slds-button_brand {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #297DFD;
    background-image: none;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(41,125,253,0.16), 0 4px 4px 0 rgba(41,125,253,0.16), 0 8px 16px 0 rgba(41,125,253,0.16);
}

body.iqviamobile .slds-button_brand:hover {
    background-color: #2268D4;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(41,125,253,0.4);
}
