:root {
    --primary: #1068EB;
    --success: #29823B;
    --error: #DC2020;
    --mid-purple: #500778;
    --grey: #40475C;
    --bright-blue: #34C6C6;
    --celeste-blue: #A4DBE8;
    --black-text: #1A1A1A;
    --white-text: #ffffff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 8px;
}
a {
    line-height: 1.8;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

.uclgo__h1 {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 3rem;
}

.uclgo__h2 {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

.uclgo__h3 {
    color: #202020;
    font-weight: 700;
    line-height: 1.5rem;
}

.uclgo__image--block {
    width: 100%;
    height: auto;
}

.uclgo__paragraph {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.uclgo__button--internal {
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--mid-purple);
    border: none;
    margin-bottom: 8px;
    color: var(--white-text);
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.uclgo__button--internal-icon {
    float: right;
    font-size: 1.5rem;
}

.uclgo__hr {
    border: 0.5px solid #e0e0e0;
}

.uclgo__icon--help-circle {
    float: right;
    font-size: 1.25rem;
    color: var(--mid-purple);
    z-index: 100;
}

#uclgo__button--help {
    background: none;
    border: none;
    float: right;
}

.uclgo__button--external {
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bright-blue);
    border: none;
    margin-bottom: 8px;
    color: var(--black-text);
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.uclgo__button--external-icon {
    float: right;
    font-size: 20px;
}

.uclgo__button--download {
    align-items: center;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: var(--mid-purple) 1px solid;
    margin-bottom: 8px;
    color: var(--mid-purple);
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.uclgo__button--download-icon {
    float: right;
    font-size: 20px;
}

.uclgo__container--download-buttons {
    background: #F5F5F5;
}

.uclgo__modal--header {
    vertical-align: baseline;
}

.uclgo__modal--content {
    position: relative;
    width: 80%;
    height: 50%;
    background: #ffff;
    margin: auto;
    padding: 20px 20px 20px 30px;
    overflow: auto;
}

.uclgo__modal--close {
    color: var(--primary);
    font-size: 2rem;
    float: right;
    position: relative;
    z-index: 100;
    border: none;
    background: none;
    top: -5px;
}

.uclgo__button--feedback {
    align-items: center;
    padding: 13px;
    background-color: var(--celeste-blue);
    border: none;
    margin-top: 30px;
    width: 142px;
    height: 50px;
    font-size: 1rem;
    font-weight: 750;
    color: var(--black-text);
}

.uclgo__button--feedback-text {
    text-decoration: none;
    line-height: 1.5rem;
}

.uclgo__button--feedback-icon {
    float: right;
    font-size: 20px;
    font-weight: 500;
}